X-BPN-API-KEY: ********************X-BPN-SIGNATURE: ********************X-BPN-TIMESTAMP: ********************curl --location '/v1/stable/collect/curreny-network-config' \
--header 'X-BPN-API-KEY: <api-key>' \
--header 'X-BPN-SIGNATURE: <api-key>' \
--header 'X-BPN-TIMESTAMP: <api-key>'{
"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"
}
]
}
]
}
}