Get Balances

Query fund account currency balance

GET /v1/accounts/fund-account/{payer_id}

{
  "balance": [
    {
      "currency": "<string>",
      "amount": "<numeric>"
    }
  ]
}

The balance of currency fund account.