Skip to main content
GET
/
2025-06-09
/
wallets
/
{walletLocator}
Get Wallet By Locator
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"
    }
  }
}

Headers

X-API-KEY
string
required

Path Parameters

walletLocator
string
required

Response

  • EVM wallet output
  • Solana wallet output
  • Aptos wallet output
  • Sui wallet output
  • Stellar wallet output
chainType
enum<string>
required
Available options:
evm
type
enum<string>
required
Available options:
smart,
mpc
Example:
address
string
required
Example:
config
object
owner
string
Example:
createdAt
Example:
alias
string
Example: