curl --location --request GET '/v1/stable/collect/curreny-network-config'{
"code": 0,
"msg": "success",
"data": {
"currencies": [
{
"coin": "USDT",
"name": "TetherUS",
"networks": [
{
"network": "BSC",
"name": "BNB Smart Chain (BEP20)"
},
{
"network": "ETH",
"name": "Ethereum (ERC20)"
},
{
"network": "TRX",
"name": "Tron (TRC20)"
}
]
},
{
"coin": "USDC",
"name": "USD Coin",
"networks": [
{
"network": "BSC",
"name": "BNB Smart Chain (BEP20)"
},
{
"network": "ETH",
"name": "Ethereum (ERC20)"
},
{
"network": "SOL",
"name": "Solana"
}
]
}
]
}
}