wallets
Get a wallet using the ID
GET
/
wallets
/
{walletId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
walletId
string
requiredUUID of the wallet
Response
200 - application/json
id
string
requiredname
string
requiredchain
enum<string>
requiredAvailable options:
ETH
, EVM
, FLOW
, SOL
, ALGO
, STARK
, COSMOS
, BTC
, ECLIPSE
publicKey
string
requiredValid blockchain wallet address, must be an alphanumeric string without any special characters
provider
enum<string>
requiredAvailable options:
browserExtension
, custodialService
, walletConnect
, qrCode
, deepLink
, embeddedWallet
, smartContractWallet
properties
object
lastSelectedAt
string | null
Was this page helpful?