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

Authorizations

Authorization
string
header
required

Privy JWT issued to the web dashboard. Sent as Authorization: Bearer <jwt>. The Privy session signer underpins all wallet-signed actions.

Response

Wallet snapshot

data
object
required