Get wallets by account

Get list of wallets for the specified account.

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

The account ID.

Example: acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b
Responses
200

Wallets by account response

400

Invalid input

401

Unauthorized access.

404

Resource not found.

500

Service unavailable or server error.

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