Get trades with cursor pagination (Deprecated)
Get trades with cursor pagination (Deprecated)
deprecated
0xArchive API reference for Get trades with cursor pagination (Deprecated). Includes route metadata, schemas, examples, and implementation notes.
GET
Get trades with cursor pagination (Deprecated)
Authorizations
API key for authentication. Get yours at https://0xarchive.io/dashboard
Path Parameters
Trading pair symbol (e.g., BTC, ETH, SOL)
Example:
"BTC"
Query Parameters
Start timestamp in Unix milliseconds. Defaults to 24h ago.
End timestamp in Unix milliseconds. Defaults to now.
Cursor for pagination (use the value from previous response's next_cursor). The cursor is an opaque string that should be passed as-is.
Maximum number of results (default: 100, max: 1000)
Required range:
x <= 1000Last modified on June 27, 2026