Wallet History
Authorizations
AuthorizationstringRequired
Authorization: Bearer YOUR_KEY
Query parameters
blockchainstring · enumRequiredExample:
solanaPossible values: addressstringRequiredExample:
G6fUXjMKPJzCY1rveAE6Qm7wy5U3vZgKDJmN1VPAdiZCcursorstringOptional
Opaque pagination cursor from pagination.next_cursor of the previous response. Omit for the first page. Keep calling with the returned cursor until next_cursor is null to export every trade.
limitinteger · min: 1 · max: 1000OptionalDefault:
Trades per page (1–1000).
500Example: 500api_keystringOptionalExample:
YOUR_KEYResponses
200
Wallet found — returns lifetime history.
application/json
successbooleanOptional
metaobjectOptional
400
Missing or invalid parameter.
application/json
401
Missing API key.
application/json
403
Invalid or exhausted API key.
application/json
404
Wallet not tracked on this chain.
application/json
429
Rate limit exceeded.
application/json
get
/v1/wallets/historyLast updated