Documentation Index
Fetch the complete documentation index at: https://docs.houdiniswap.com/llms.txt
Use this file to discover all available pages before exploring further.
Get CEX Tokens
Endpoint
Parameters
None required.Example Request
Example Response
Response Fields (TokenDTO)
| Field | Type | Description |
|---|---|---|
id | string | Unique token identifier |
name | string | Full token name (e.g., Tether) |
symbol | string | Ticker symbol (e.g., USDT) |
network | object | Associated blockchain network (NetworkDTO) |
color | string | Hex color code (deprecated) |
keyword | string | Searchability keywords |
displayName | string | User-friendly display name |
icon | string | Token icon URL |
hasFixed | boolean | Fixed swap support (deprecated) |
hasFixedReverse | boolean | Reverse fixed swap support (deprecated) |
Network Fields (NetworkDTO)
| Field | Type | Description |
|---|---|---|
name | string | Full network name (e.g., Ethereum Mainnet) |
shortName | string | Network abbreviation (e.g., ETH) |
memoNeeded | boolean | Indicates memo/extra ID requirement |
addressValidation | string | Regex pattern for address validation |
explorerUrl | string | Block explorer URL |
addressUrl | string | Address explorer URL |
priority | number | Network priority ranking |
kind | string | Network type (e.g., evm) |
chainId | number | Blockchain network ID |