GET
/
v1-alpha2
/
wallets
/
{walletLocator}

This is an alpha API and subject to change.

Headers

X-API-KEY
string
required

API key required for authentication

Path Parameters

walletLocator
string
required

A wallet locator can be of the format:

  • <walletAddress>
  • email:<email>:<walletType>
  • userId:<userId>:<walletType>
  • phoneNumber:<phoneNumber>:<walletType>

Response

200 - application/json
type
enum<string>
required

The type of wallet configuration

Available options:
evm-smart-wallet,
solana-custodial-wallet
address
string
required

The 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