Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Chain filter
Search query string for token name, symbol or address
Minimum length:
1
Example:
"USDC"
Number of results per page
Required range:
1 <= x <= 100
Sort direction
Available options:
asc
, desc
Protocol filter, for supported protocols please check the dexName values returned by DEX - List
Pagination cursor
Field to sort by
Available options:
marketCapInUsd
, liquidityInUsd
, priceInUsd
, holderCount
, h24VolumeInUsd
, h24Transactions
, tokenCreatedAt
Example:
"priceInUsd"
Response
200 - application/json
Array of token data
Indicates if there are more results
Indicates if there are previous results
Cursor for first item in current page
Cursor for last item in current page
Total number of items
Token count by protocol
Example:
{ "uniswap": 500, "sushiswap": 300 }