Stablecoin Networks
https://sandboxapi.bitnob.co/api/v1/wallets/stable-coins-networks (opens in a new tab)
Get all supported stablecoin networks
Request
Stablecoin Networks [GET]
curl --request GET \
--url https://sandboxapi.bitnob.co/api/v1/wallets/stable-coins-networks \
--header 'Authorization: Bearer API_KEY' \
--header 'accept: application/json'Responses
🟢 200 - Result example
{
"status": true,
"message": "StableCoins networks retrieved successfully",
"data": {
"usdt": [
{
"name": "Tron (TRC20)",
"code": "tron"
},
{
"name": "BNB Smart Chain (BEP20)",
"code": "bsc"
},
{
"name": "Ethereum (ERC20)",
"code": "ethereum"
},
{
"name": "Polygon",
"code": "polygon"
},
{
"name": "The Open Network (TON)",
"code": "ton"
},
{
"name": "Solana",
"code": "solana"
}
],
"usdc": [
{
"name": "BNB Smart Chain (BEP20)",
"code": "bsc"
},
{
"name": "Ethereum (ERC20)",
"code": "ethereum"
},
{
"name": "Polygon",
"code": "polygon"
},
{
"name": "The Open Network (TON)",
"code": "ton"
},
{
"name": "Solana",
"code": "solana"
}
]
}
}