Request
GET http://your-gateway:180/v1/symbol/supportSymbols
Query Parameters
string
Filter by blockchain network. Example:
TRON, ETH, BSC, POLYGON. Omit to return symbols for all chains.string
Filter by token symbol. Example:
USDT, USDC. Omit to return all supported symbols.cURL
Response
A successful request returns HTTP200 with the R<List<SupportSymbol>> envelope.
SupportSymbol Object
string
The token symbol, e.g.
"USDT", "USDC", "ETH".string
The blockchain network, e.g.
"TRON", "ETH", "BSC".string | null
The token contract address on this chain.
null for native coins (e.g., ETH on Ethereum).integer
The number of decimal places for this token. Example:
6 for ERC20 USDT, 6 for TRC20 USDT, 18 for BEP20 USDT.
