Returns the list of supported symbols (tokens) configured on your gateway. The gateway administrator configures which tokens are available for each blockchain.Documentation Index
Fetch the complete documentation index at: https://neilyan.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Request
GET http://your-gateway:3010/v1/symbol/supportSymbols
Query Parameters
Filter by blockchain network. Example:
TRON, ETH, BSC, POLYGON. Omit to return symbols for all chains.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
The token symbol, e.g.
"USDT", "USDC", "ETH".The blockchain network, e.g.
"TRON", "ETH", "BSC".The token contract address on this chain.
null for native coins (e.g., ETH on Ethereum).The number of decimal places for this token. Example:
18 for ERC20 USDT, 6 for TRC20 USDT.
