Get trades (Deprecated)
Get trades (Deprecated)
deprecated
0xArchive API reference for Get trades (Deprecated). Includes authentication, parameters, response shape, examples, and route-safe implementation notes.
GET
Get trades (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.
Recommended. 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