Trades by Token

Get trades by token with cursor pagination

get

Retrieve trades for a specific token across all wallets with cursor-based pagination.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenstringRequired
Query parameters
limitinteger · min: 1 · max: 1000Optional

Number of records to return per page

Default: 30
cursorany ofOptional

Pagination cursor from previous response

stringOptional
or
nullOptional
start_timestampany ofOptional

Start timestamp in Unix epoch milliseconds (subject to subscription limits)

integerOptional
or
nullOptional
end_timestampany ofOptional

End timestamp in Unix epoch milliseconds

integerOptional
or
nullOptional
Responses
chevron-right
200

Successful Response

application/json
get
/v1/trades/token/{token}

Last updated