ACCOUNT Endpoints
Authorizations
Responses
200
Success
application/json
401
Unauthorized
application/json
404
Not found
application/json
500
Internal server error
application/json
504
Gateway timeout
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