Get Trade History
get_trade_historyFetch your Poloniex account's trade history with optional filters for symbol, time range, and pagination.
Instructions
Fetch the account's trade history across orders, with optional filters. Requires POLONIEX_API_KEY and POLONIEX_API_SECRET in the environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Page id to start the query from (default 0). | |
| limit | No | Number of trades to return (default 500, max 1000). | |
| endTime | No | End time in epoch milliseconds. | |
| symbols | No | One or more symbols, comma-separated, e.g. "BTC_USDT,ETH_USDT". Omit for all. | |
| direction | No | Pagination direction relative to `from` (default NEXT). | |
| startTime | No | Start time in epoch milliseconds. |