Get wallets by account

Get list of wallets 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
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
curl -i -X GET \
  https://wallets.staging.tilia-inc.com/v2/account/:account_id/wallets \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response samples
application/json
{
  • "status": "Success",
  • "message": null,
  • "codes": null,
  • "payload": {
    }
}