cURL
curl --request GET \ --url https://api.ask.surf/gateway/v1/token/dex-trades
{ "data": [ { "amount_usd": 123, "block_time": 123, "project": "<string>", "taker": "<string>", "token_bought_amount": 123, "token_bought_symbol": "<string>", "token_pair": "<string>", "token_sold_amount": 123, "token_sold_symbol": "<string>", "tx_hash": "<string>", "version": "<string>", "token_bought_address": "<string>", "token_sold_address": "<string>" } ], "meta": { "cached": true, "credits_used": 123, "limit": 123, "offset": 123, "total": 123 }, "$schema": "<string>" }
Token contract address (0x-prefixed hex)
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
Chain. Can be ethereum or base.
ethereum
base
"ethereum"
Results per page
1 <= x <= 100
20
Pagination offset
x >= 0
0
OK
Show child attributes
A URL to the JSON Schema for this object.
"https://example.com/schemas/DataResponseDexTradeItem.json"