v1
latestOpenAPI 3.0.02026-07-265081124.2 KBPartner Accounts
List partner sub-accounts
Lists partner-owned sub-accounts created under the authenticated partner profile, or recovers a specific sub-account by account address. Requires HMAC authentication with the account_creation scope. Do not send x-on-behalf-of; results are always scoped to the authenticated partner.
get/profiles/partner-accounts
Query parameters
accountstring
Optional EVM address filter. Matching is exact and case-insensitive.
limitinteger
Page size. Values above 25 are capped to 25.
pageinteger
Page number.
Response
Partner sub-account list
Example response
{
"data": [
{
"profileId": 294,
"account": "0x1676716Ef7F19B5C5d690631CB57cf0bFD900A3d",
"displayName": "user-bob"
}
],
"limit": 25,
"page": 1
}