Skip to main content
GET
/
wallets
/
{account_id}
/
balance
Retrieve Wallet Balance
curl --request GET \
  --url https://api.whop.com/api/v1/wallets/{account_id}/balance \
  --header 'Authorization: Bearer <token>'
{
  "tokens": [
    {
      "balance": "<string>",
      "icon_url": "<string>",
      "name": "<string>",
      "price_usd": 123,
      "symbol": "<string>",
      "token_address": "<string>",
      "value_usd": "<string>"
    }
  ],
  "total_usd": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.whop.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************

Path Parameters

account_id
string
required

The business or user account ID whose wallet balance should be returned.

Response

wallet balance retrieved

object
enum<string>
required
Available options:
balance
tokens
object[]
required
total_usd
string
required