Get DEX Tokens
Endpoint
Query Parameters
| Field | Type | Default | Description |
|---|---|---|---|
page | number | 1 | Page number to retrieve |
pageSize | number | 100 | Number of tokens per page |
chain | string | — | Blockchain network filter (e.g., base) |
Example Request
Example Response
Response Fields
| Field | Type | Description |
|---|---|---|
count | number | Total number of matching tokens |
tokens | array | Array of token objects |
Token Object
| Field | Type | Description |
|---|---|---|
id | string | Unique token identifier |
address | string | Token contract address |
chain | string | Network designation (e.g., base) |
decimals | number | Token decimal precision |
symbol | string | Token symbol (e.g., mfer) |
name | string | Full token name |
created | string | ISO 8601 timestamp of addition |
modified | string | ISO 8601 timestamp of last update |
enabled | boolean | Whether the token is active |
hasDex | boolean | Whether the token supports DEX swaps |