Account

Current Balance

GET method to show the current account balance

Parameters

Name Description
account_id required id of the account

Request

Route
GET 
/v2/account/:account_id/balance/current
Headers
Accept: application/json 
Authorization: Token token={account.secret}

Response

Status
200
Body
{
  "balance": "582.84660",
  "currency": "eur5"
}