Get wallet balances

Get wallet balances for the specified account.

Securitytilia_auth
Request
path Parameters
account_id
required
string (AccountId) <= 36 characters

The account ID.

Example: acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b
query Parameters
currency
string

The currency to filter by (e.g. USD).

Responses
200

Balances response

400

Invalid input

401

Unauthorized access.

404

Resource not found.

500

Service unavailable or server error.

get/balances/{account_id}
Request samples
Response samples
application/json
{
  • "payload": {
    },
  • "codes": null,
  • "message": null,
  • "status": "Success"
}