cURL
curl --request GET \ --url https://staging.crossmint.com/api/2025-06-09/wallets/{walletLocator} \ --header 'X-API-KEY: <x-api-key>'
{ "chainType": "evm", "type": "smart", "owner": "email:user@example.com", "address": "0x1234567890123456789012345678901234567890", "config": { "adminSigner": { "type": "external-wallet", "address": "0x1234567890123456789012345678901234567890", "locator": "external-wallet:0x1234567890123456789012345678901234567890" } } }
Retrieves a wallet by its locator (address or user identifier and wallet type)
API scope required: wallets.read
wallets.read
evm
smart
mpc
Show child attributes
Was this page helpful?