Skip to main content
GET
Token DEX Trade History

Query Parameters

address
string
required

Token contract address (0x-prefixed hex)

Example:

"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"

chain
enum<string>
default:ethereum

Chain. Can be ethereum or base.

Available options:
ethereum,
base
Example:

"ethereum"

limit
integer<int64>
default:20

Results per page

Required range: 1 <= x <= 100
Example:

20

offset
integer<int64>
default:0

Pagination offset

Required range: x >= 0
Example:

0

Response

OK

data
object[] | null
required
meta
object
required
$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://example.com/schemas/DataResponseDexTradeItem.json"