v1

latestOpenAPI 3.0.02026-07-242830146.7 KB
Transaction

Getting the list of available crypto assets

get/v2/public/crypto-assets

Response

Crypto assets list

Example response

{
  "data": [
    {
      "currency": "BNB",
      "blockchains": [
        {
          "name": "Binance Chain",
          "blockchain": "binance-chain",
          "assetId": "BNB",
          "network": "mainnet",
          "decimals": 8
        }
      ]
    }
  ]
}