Historical Token Who Bought/Sold
Authorizations
apiKeystringRequired
API key for authentication
Body
Request model for the historical who-bought-sold endpoint.
Returns aggregated buy/sell volumes per trader for a token with temporally-correct labels resolved at date_to. Uses label history tables to avoid forward-looking bias.
chainstring · enumRequiredExample:
Blockchain chain
ethereumPossible values: token_addressstringRequiredExample:
Token contract address
0x6982508145454ce325ddbe47a25d4ec3d2311933buy_or_sellstring · enumOptionalDefault:
Whether to return net buyers or net sellers
BUYPossible values: filtersany ofOptional
Optional filters applied server-side
order_byany ofOptional
Sort order. Defaults to bought_volume_usd DESC. Only the first element is used.
Responses
200
Historical TGM who-bought-sold 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-who-bought-soldLast updated
Was this helpful?