加密货币查询接口
查询 FaTPay 当前支持的所有加密货币的列表
加密货币查询接口
Headers
Name
Type
Description
{
"code": 10000,
"msg": "Success",
"data": [
{
"cryptoCurrency": "USDT",
"network": "ethereum_mainnet",
"cryptoCurrencyCode": "USDT_ERC20"
},
{
"cryptoCurrency": "USDC",
"network": "ethereum_mainnet",
"cryptoCurrencyCode": "USDC_ERC20"
}
]
}返回的对象
cryptoCurrency
cryptoCurrency参数名称
类型
是否必须
参数说明
Last updated