Wallets
Get Wallet By Locator
Retrieves a wallet by its locator (address or user identifier and wallet type)
API scope required: wallets.read
GET
/
v1-alpha2
/
wallets
/
{walletLocator}
This is an alpha API and subject to change.
Headers
X-API-KEY
string
requiredAPI key required for authentication
Path Parameters
walletLocator
string
requiredA wallet locator can be of the format:
<walletAddress>
email:<email>:<walletType>
userId:<userId>:<walletType>
phoneNumber:<phoneNumber>:<walletType>
Response
200 - application/json
type
enum<string>
requiredThe type of wallet configuration
Available options:
evm-smart-wallet
, solana-custodial-wallet
address
string
requiredThe onchain address of the wallet
linkedUser
string
The user that is linked to this wallet in format <locatorType>:<value>
createdAt
number
ISO timestamp of when the wallet was created
config
Wallet type specific configuration settings