Skip to main content
GET
/
user
/
wallet
Get Wallet
curl --request GET \
  --url https://api.totalis.com/user/wallet \
  --header 'Authorization: Bearer <token>'
{
  "address": "<string>",
  "sol_balance": 123,
  "usdc_balance": 123
}

Authorizations

Authorization
string
header
required

Privy JWT token. Use Authorization: Bearer <token>. Supported for REST API only.

Response

Wallet address and balances

address
string

Solana wallet address

sol_balance
number

SOL balance

usdc_balance
number

USDC balance