cURL
curl --request GET \ --url https://api.totalis.com/user/wallet \ --header 'Authorization: Bearer <token>'
{ "address": "<string>", "sol_balance": 123, "usdc_balance": 123 }
Get the user’s embedded Privy wallet address and current SOL/USDC balances.
Privy JWT token. Use Authorization: Bearer <token>. Supported for REST API only.
Authorization: Bearer <token>
Wallet address and balances
Solana wallet address
SOL balance
USDC balance
Was this page helpful?