external_wallets
Get list of self-custody wallets
These wallets are verified EXTERNAL wallets that you can use for initiating self-custody domain operations. Any operation initiated for one of these wallets requires an external signature.
get/external/wallets
Query parameters
$cursorstring
typestring[] required
$expand'primarydomain' required
Response
Paginated list of EXTERNAL wallets
Example response
{
"items": [
{
"address": "0xb4783AeF93923a2d4eEA29C84f347F26E62e4321",
"primaryDomain": "matt.crypto"
}
]
}