Wallets (1.0.0)

Download OpenAPI specification:Download

The Wallets API enables you to determine the amount of a given currency belonging to an account. Each account may have multiple wallets, but a wallet belongs to only one account. For example, Alice may have a Wallet in USD, a Wallet in LindenDollars, and a Wallet in SandDollars.

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"
}