wallets
Get list of account wallets
Any domains held in the wallets of type SELF can be managed by your account without any signature collection. You can use these SELF wallets to distribute domains in whatever way works best for you.
This route will return both custody (SELF) and self-custody (EXTERNAL) wallets associated with your account. To only list custody wallets, simply include the ?type=SELF query string parameter.
get/account/wallets
Query parameters
$cursorstring
The next.$cursor value from the previous page response
typestring[]
Response
Paginated list of wallets associated with your account
Example response
{
"items": [
{
"address": "0xb4783AeF93923a2d4eEA29C84f347F26E62e4321",
"primaryDomain": "matt.crypto"
}
]
}