◻️Get Coin List
https://{host}/api/v1/queryCoinListparameter
whether
explain
{
"supportType":"advanced",
"mainNetwork":"ETH",
"sourceFlag": "xxx"
}{
"data": [
{
"coinAllCode": "SwftCoin",
"coinCode": "SWFTC",
"coinDecimal": 8,
"contact": "0x0bb217E40F8a5Cb79Adf04E1aAb60E5abd0dfC1e",
"isSupportAdvanced": "Y",
"isSupportMemo": "N",
"mainNetwork": "ETH",
"noSupportCoin": "BOS,YOYO,..."
},
{
"coinAllCode": "TetherUS",
"coinCode": "USDT",
"coinDecimal": 6,
"contact": "0xdac17f958d2ee523a2206206994597c13d831ec7",
"isSupportAdvanced": "Y",
"isSupportMemo": "N",
"mainNetwork": "BTC",
"noSupportCoin": "BCC,UCTT,..."
}
],
"resCode": "800",
"resMsg": "success",
"resMsgEn": ""
}Field Name
Field
Type
Remarks
Code example
java code example:
Postman example

Response result example
Important Items:
Last updated