getPayTokenList
Resolve payment token symbols like USDT into Bybit CEX token codes needed for trade quotes. Call before getTradeQuote to map user input to correct token code, with limits and supported chains.
Instructions
Query available payment tokens for trading.
Returns token symbol, CEX_<id> token code, maximum trading limit, and supported blockchain list.
AI agent should call this before executing a trade to resolve user input (e.g. "USDT") into
the proper CEX_<id> token code required by getTradeQuote.
Do NOT use this endpoint to get on-chain tradable tokens — use getBizTokenList instead.
Do NOT use this to get token market data or prices — use getBizTokenPriceList.
Agent hint: Use this endpoint to get available payment tokens (USDT, USDC, etc.) and their CEX token codes before placing a trade. Maps user input like "USDT" to "CEX_1". Required before calling getTradeQuote. Do NOT use this to get on-chain tradable tokens — use getBizTokenList. Do NOT use this for token prices — use getBizTokenPriceList.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainCode | Yes | ||
| tokenAddress | Yes |