GET method to show the current account balance
Name | Description |
---|---|
account_id required | id of the account |
GET
/v2/account/:account_id/balance/current
Accept: application/json
Authorization: Token token={account.secret}
200
{
"balance": "582.84660",
"currency": "eur5"
}