Trading Volume with Token Breakdown

Get token-wise trading breakdown for a trader on a specific day

get

Retrieve per-token trading activity (direction and volume) for a trader on a specific day, identified by a Unix timestamp in milliseconds.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
addressstringRequired

Trader wallet address

timestampintegerRequired

Unix timestamp in milliseconds for the target day

Responses
chevron-right
200

Successful Response

application/json
get
/v1/trader/{address}/calendar/{timestamp}

Last updated