kraken_get_trades_history
Retrieve Kraken trade history and executed orders with filters for timestamps, position status, and pagination to support analysis and reporting.
Instructions
Retrieve the history of trades and executed orders for analysis or reporting
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Set the endpoint using a unix timestamp or trade transaction ID | |
| ofs | No | Control pagination by specifying the result offset | |
| type | No | Specify the category of trades to retrieve based on position status | |
| start | No | Define the starting point using a unix timestamp or trade transaction ID | |
| trades | No | Include trades associated with positions in the output |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of trades returned | |
| trades | Yes | Map of trade info keyed by transaction ID |