返回您的网关上配置的支持的代币列表。网关管理员配置每条区块链上可用的代币。Documentation Index
Fetch the complete documentation index at: https://docs.xpaylabs.com/llms.txt
Use this file to discover all available pages before exploring further.
请求
GET http://your-gateway:3010/v1/symbol/supportSymbols
查询参数
按区块链网络过滤。
按代币符号过滤。
cURL
响应
成功的请求返回 HTTP200,带 R<List<SupportSymbol>> 信封。
SupportSymbol 对象
代币符号,例如
"USDT"、"USDC"、"ETH"。区块链网络,例如
"TRON"、"ETH"、"BSC"。此链上的代币合约地址。原生代币为
null。此代币的小数位数。例如,ERC20 USDT 为
6,TRC20 USDT 为 6。
