dex_token_list_swap_tokens
Tradable assets on a chain; tag selects favorites or recommendations. Bridge targets→list_cross_chain_bridge_tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | List type: empty for normal token list; 'favorite' for user favorites (requires wallet/account_id); 'recommend' for system recommended tokens. | |
| chain | No | Chain identifier, e.g. eth, bsc, solana, arbitrum. Omit to query all chains. | |
| search | No | Search keyword (token symbol or contract address) | |
| wallet | No | User wallet address(es), comma-separated. Used for favorites and balance display. | |
| web3_key | No | Chain web3_key identifier. Only used when chain is empty, auto-maps to chain. | |
| account_id | No | User account ID. Only used when wallet is empty. | |
| search_auth | No | When searching, only return certified tokens. Only effective when search is non-empty. | |
| ignore_bridge | No | Ignore cross-chain bridge restrictions, only filter by chain. Default false. |