Wallets
Get Wallet By Locator
Retrieves a wallet by its locator (address or user identifier and wallet type)
API scope required: wallets.read
GET
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
200
application/json
The record has been successfully retreived.
Complete wallet configuration including type-specific settings
The type of wallet configuration
Available options:
evm-smart-wallet
EVM smart wallet type specific configuration settings
The onchain address of the wallet
Example:
"0x1234567890123456789012345678901234567890"
The user that is linked to this wallet in format <locatorType>:<value>
Example:
"email:test@test.com"
ISO timestamp of when the wallet was created
Example:
"2024-01-01T00:00:00.000Z"
Was this page helpful?