Account
Get subaccounts
Retrieve all subaccounts for a specific owner address. Returns subaccount addresses and their associated metadata.
get/api/v1/subaccounts
Query parameters
ownerstring required
Owner account address
Response
Subaccounts retrieved successfully
Example response
[
{
"custom_label": "My Subaccount",
"is_primary": true,
"primary_account_address": "0x123...",
"subaccount_address": "0x123..."
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.