Skip to main content
GET
/
wallets
List Wallets
curl --request GET \
  --url https://api.whop.com/api/v1/wallets \
  --header 'Authorization: Bearer <token>'
{
  "wallets": [
    {
      "address": "<string>",
      "balance_usd": "<string>",
      "network": "<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 ***************************

Response

wallets listed

wallets
object[]
required