Historical Token DEX Trades
Authorizations
apiKeystringRequired
API key for authentication
Body
Request model for the historical DEX trades endpoint.
Returns individual DEX trades for a token with temporally-correct trader labels to prevent forward-looking bias. Uses label history tables instead of current-state label dictionaries.
chainstring · enumRequiredExample:
Blockchain chain
ethereumPossible values: token_addressstringRequiredExample:
Token contract address
0x6982508145454ce325ddbe47a25d4ec3d2311933filtersany ofOptional
Optional filters applied server-side
order_byany ofOptional
Sort order. Defaults to block_timestamp DESC. Only the first element is used.
apply_blacklist_filterbooleanOptionalDefault:
When True, exclude blacklisted addresses from the results. Defaults to True.
trueExample: trueResponses
200
Historical TGM DEX trades data
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
402
Payment Required
application/json
403
Forbidden
application/json
404
Not Found
application/json
422
Unprocessable Content
application/json
429
Too Many Requests
application/json
500
Internal Server Error
application/json
post
/api/v1beta1/tgm/historical-dex-tradesLast updated
Was this helpful?