v1

latestOpenAPI 3.1.02026-08-04490133.8 KB

Fetch Asset Chains

get/crypto/assets/{coin}

Path parameters

coinstring required

This should be any of the available crypto asset you have access to. e.g. USDT or USDC or BTC or ETH, etc

Response

200

codeinteger
successboolean

Example response

{
  "code": 200,
  "data": {
    "chains": {
      "Binance Smart Chain (BEP20)": "USDT_BSC",
      "Ethereum (ERC20)": "USDT_ERC20",
      "TRON (TRC20)": "TRX_USDT_S2UZ"
    }
  },
  "success": true
}