ACCOUNT Endpoints

Account balance

get
Authorizations
Responses
200

Success

application/json
get
GET /balance HTTP/1.1
Host: tunell-gateway.ecng.digital
X-API-KEY: YOUR_API_KEY
Accept: */*
[
  {
    "currency": "BTC",
    "amount": 1.23,
    "type": "crypto"
  }
]

Last updated