v2

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-12308185.7 KB
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

@type'unstoppabledomains.com/partner.v3.CursorList' required

Example response

{
  "items": [
    {
      "address": "0xb4783AeF93923a2d4eEA29C84f347F26E62e4321",
      "primaryDomain": "matt.crypto"
    }
  ]
}