GET
/
accounts
/
{accountId}
/
balances
{
  "id": "<string>",
  "accountID": "<string>",
  "at": "2023-11-07T05:31:56Z",
  "balances": [
    {
      "amount": "<string>",
      "currency": "<string>"
    }
  ]
}

Path Parameters

accountId
string
required

Response

200
application/json

Account balances

The response is of type object.