Get wallet balances

Get wallet balances for the specified account.

Request
Security:
tilia_auth (read_wallets)
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
curl -i -X GET \
  'https://wallets.staging.tilia-inc.com/balances/:account_id?currency=string' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response samples
application/json
{
  • "payload": {
    },
  • "codes": null,
  • "message": null,
  • "status": "Success"
}