wallets
Get wallet details
Get details for a wallet associated with your account. This route supports both custody (SELF) and self-custody (EXTERNAL) wallets.
Include the ?$expand=primaryDomain to include the wallet's Primary Domain (also known as the Reverse Resolution) in the response.
get/account/wallets/{address}
Path parameters
addressstring required
Query parameters
$expand'primaryDomain'
Response
Example response
{
"address": "0xb4783AeF93923a2d4eEA29C84f347F26E62e4321",
"primaryDomain": "matt.crypto"
}