v1

latestOpenAPI 3.0.02026-07-24126202516.7 KB
Sub-wallets

Show the Wallet Account of a Sub-wallet

Show the details of the wallet account that a sub-wallet is associated with using the given :id.

get/sub_wallets/{id}/wallet_accounts

Path parameters

idstring required
Example:c66a1bec-4ca5-418c-8b0a-5513819576ee

sub-wallet ID

Response

OK

Example response

{
  "wallet_accounts": {
    "active": true,
    "id": "46deb476-c1a6-41eb-8eb7-26a695bbe5bc",
    "currency": "AUD",
    "verification_status": "not_verified"
  }
}