Get Wallet By Locator
Retrieves a wallet by its locator (address or user identifier and wallet type)
API scope required: wallets.read
Headers
API key required for authentication
Path Parameters
A wallet locator can be of the format:
<walletAddress>
email:<email>:<walletType>
userId:<userId>:<walletType>
userId:<userId>:<walletType>
(white label user example)phoneNumber:<phoneNumber>:<walletType>
twitter:<handle>:<walletType>
x:<handle>:<walletType>
Response
Complete wallet configuration including type-specific settings
The type of wallet configuration
evm-smart-wallet
EVM smart wallet type specific configuration settings
The onchain address of the wallet
"0x1234567890123456789012345678901234567890"
The user that is linked to this wallet in format <locatorType>:<value>
"email:test@test.com"
ISO timestamp of when the wallet was created
"2024-01-01T00:00:00.000Z"
Complete wallet configuration including type-specific settings
The type of wallet configuration
evm-smart-wallet
EVM smart wallet type specific configuration settings
The onchain address of the wallet
"0x1234567890123456789012345678901234567890"
The user that is linked to this wallet in format <locatorType>:<value>
"email:test@test.com"
ISO timestamp of when the wallet was created
"2024-01-01T00:00:00.000Z"
Complete wallet configuration including type-specific settings
The type of wallet configuration
solana-smart-wallet
Solana Smart wallet type specific configuration settings
The onchain address of the wallet
"0x1234567890123456789012345678901234567890"
The user that is linked to this wallet in format <locatorType>:<value>
"email:test@test.com"
ISO timestamp of when the wallet was created
"2024-01-01T00:00:00.000Z"
Complete wallet configuration including type-specific settings
The type of wallet configuration
solana-mpc-wallet
The onchain address of the wallet
"0x1234567890123456789012345678901234567890"
Solana MPC wallet type specific configuration settings
The user that is linked to this wallet in format <locatorType>:<value>
"email:test@test.com"
ISO timestamp of when the wallet was created
"2024-01-01T00:00:00.000Z"
Complete wallet configuration including type-specific settings
The type of wallet configuration
aptos-mpc-wallet
The onchain address of the wallet
"0x1234567890123456789012345678901234567890"
Aptos MPC wallet type specific configuration settings
The user that is linked to this wallet in format <locatorType>:<value>
"email:test@test.com"
ISO timestamp of when the wallet was created
"2024-01-01T00:00:00.000Z"
Complete wallet configuration including type-specific settings
The type of wallet configuration
cardano-mpc-wallet
The onchain address of the wallet
"0x1234567890123456789012345678901234567890"
Cardano MPC wallet type specific configuration settings
The user that is linked to this wallet in format <locatorType>:<value>
"email:test@test.com"
ISO timestamp of when the wallet was created
"2024-01-01T00:00:00.000Z"
Complete wallet configuration including type-specific settings
The type of wallet configuration
sui-mpc-wallet
The onchain address of the wallet
"0x1234567890123456789012345678901234567890"
Sui MPC wallet type specific configuration settings
The user that is linked to this wallet in format <locatorType>:<value>
"email:test@test.com"
ISO timestamp of when the wallet was created
"2024-01-01T00:00:00.000Z"
Complete wallet configuration including type-specific settings
The type of wallet configuration
evm-mpc-wallet
The onchain address of the wallet
"0x1234567890123456789012345678901234567890"
The user that is linked to this wallet in format <locatorType>:<value>
"email:test@test.com"
ISO timestamp of when the wallet was created
"2024-01-01T00:00:00.000Z"
Was this page helpful?