ACCOUNT Endpoints

get
Authorizations
Responses
200Success
application/json
ResponseobjectExample: [{"currency":"BTC","amount":0,"type":"crypto"},{"currency":"ETH","amount":0,"type":"crypto"},{"currency":"USDT_ERC20","amount":0,"type":"crypto"},{"currency":"USDT_TRC20","amount":0,"type":"crypto"},{"currency":"USDT_BEP20","amount":0,"type":"crypto"},{"currency":"ETH_BEP20","amount":0,"type":"crypto"},{"currency":"USDC_BEP20","amount":0,"type":"crypto"},{"currency":"USDC","amount":0,"type":"crypto"},{"currency":"BUSD","amount":0,"type":"crypto"},{"currency":"DAI","amount":0,"type":"crypto"},{"currency":"BNB","amount":0,"type":"crypto"},{"currency":"MATIC_Polygon","amount":0,"type":"crypto"},{"currency":"USDT_Polygon","amount":0,"type":"crypto"},{"currency":"TRX","amount":0,"type":"crypto"},{"currency":"EUR","amount":0,"type":"fiat"},{"currency":"USD","amount":0,"type":"fiat"},{"currency":"RUB","amount":0,"type":"fiat"}]
get
GET /balance HTTP/1.1
Host: tunell-gateway.ecng.digital
X-API-KEY: YOUR_API_KEY
Accept: */*
[
  {
    "currency": "BTC",
    "amount": 0,
    "type": "crypto"
  },
  {
    "currency": "ETH",
    "amount": 0,
    "type": "crypto"
  },
  {
    "currency": "USDT_ERC20",
    "amount": 0,
    "type": "crypto"
  },
  {
    "currency": "USDT_TRC20",
    "amount": 0,
    "type": "crypto"
  },
  {
    "currency": "USDT_BEP20",
    "amount": 0,
    "type": "crypto"
  },
  {
    "currency": "ETH_BEP20",
    "amount": 0,
    "type": "crypto"
  },
  {
    "currency": "USDC_BEP20",
    "amount": 0,
    "type": "crypto"
  },
  {
    "currency": "USDC",
    "amount": 0,
    "type": "crypto"
  },
  {
    "currency": "BUSD",
    "amount": 0,
    "type": "crypto"
  },
  {
    "currency": "DAI",
    "amount": 0,
    "type": "crypto"
  },
  {
    "currency": "BNB",
    "amount": 0,
    "type": "crypto"
  },
  {
    "currency": "MATIC_Polygon",
    "amount": 0,
    "type": "crypto"
  },
  {
    "currency": "USDT_Polygon",
    "amount": 0,
    "type": "crypto"
  },
  {
    "currency": "TRX",
    "amount": 0,
    "type": "crypto"
  },
  {
    "currency": "EUR",
    "amount": 0,
    "type": "fiat"
  },
  {
    "currency": "USD",
    "amount": 0,
    "type": "fiat"
  },
  {
    "currency": "RUB",
    "amount": 0,
    "type": "fiat"
  }
]

Last updated