Get Currencies
Get supported blockchain tokens
GET /v1/blockchain/currencies[
{
"network": "btc",
"name": "Bitcoin",
"ticker": "btc"
},
{
"network": "eth",
"name": "Ethereum",
"ticker": "eth"
},
{
"network": "bsc",
"name": "Ethereum (Binance Smart Chain)",
"ticker": "eth"
}, ...
]Last updated