Headers
API key required for authentication
Path Parameters
A wallet locator can be of the format:
<walletAddress>
email:<email>:<chainType>[:<walletType>]
(walletType defaults to 'smart')userId:<userId>:<chainType>[:<walletType>]
(white label user example)phoneNumber:<phoneNumber>:<chainType>[:<walletType>]
twitter:<handle>:<chainType>[:<walletType>]
x:<handle>:<chainType>[:<walletType>]
me:<chainType>[:<walletType>]
(Use when calling from the client side with a client API key)
Response
The record has been successfully retreived.
Complete wallet configuration including type-specific settings
The blockchain type of the wallet
Available options:
evm
The wallet type (smart or mpc)
Available options:
smart
, mpc
Example:
"smart"
The onchain address of the wallet
Example:
"0x1234567890123456789012345678901234567890"
EVM wallet type specific configuration settings
The user that owns this wallet in format <locatorType>:<value>
Example:
"email:test@example.com"
ISO timestamp of when the wallet was created ISO 8601 formatted timestamp
Example:
"2024-01-01T00:00:00.000Z"