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
Example response
{
"address": "0xb4783AeF93923a2d4eEA29C84f347F26E62e4321",
"primaryDomain": "matt.crypto"
}