Subaccounts
Query vertex subaccounts.
Rate limits
1200 requests/min or 200 requests/10secs per IP address. (weight = 2)
See more details in API Rate limits
Request
Request Parameters
Parameter
Type
Required
Description
start
string/number
No
Subaccount id to start from (used for pagination). Defaults to 0.
limit
string/number
No
Max number of subaccounts to return. Defaults to 100, max of 500.
address
string
No
An optional wallet address to find all subaccounts associated to it.
Response
Response Fields
Subaccounts
Field name
Description
id
Internal subaccount id
subaccount
Hex string of the subaccount (wallet + subaccount name)
Last updated