v2

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-12308185.7 KB
external_wallets

Get self-custody wallet

Get details for a single self-custody wallet that has verified for your account.

Include the ?$expand=primaryDomain to include the wallet's Primary Domain (also known as the Reverse Resolution) in the response.

get/external/wallets/{address}

Path parameters

addressstring required

Query parameters

$expand'primaryDomain'

Response

@type'unstoppabledomains.com/partner.v3.WalletMinimal' required
addressstring required
type'SELF' | 'EXTERNAL' required
primaryDomainstring

Example response

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