Get top tokens on a network.
Tokens
Get top tokens on a network.
Retrieves a paginated list of top-ranked tokens for a specified network. The results are ordered based on the criteria provided in the query (e.g., volume, liquidity) and enriched with short-term transaction data and token metadata.
GET
Get top tokens on a network.
Documentation Index
Fetch the complete documentation index at: https://docs.dexpaprika.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Query Parameters
Zero-based page index for paginated results.
Required range:
0 <= x <= 1000Number of items to return per page (max 100).
Required range:
1 <= x <= 100Field by which to order the returned data.
Available options:
volume_24h, price_usd, liquidity_usd, txns, price_change Sort direction (ascending or descending).
Available options:
asc, desc