Statement
Returns a financial statement from the Fragment ledger — the same data that powers the Reports page in the Whop dashboard. Rows are broken down by period, grouping, and line category.
The wallet is resolved automatically from your API key’s auth context,
or pass account_id to query a sub-account.
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.
company:balance:read permission. See Permissions.report_type to get different financial views of your wallet activity.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Query a sub-account's wallet instead of the caller's own.
Pass a biz_ or user_ tag. The caller must have company:balance:read
permission on the target account.
"biz_abc123"
The type of financial statement to generate.
balance_activity— Cash inflows/outflows by category over timeincome_statement— Income and expenses over timebalance_summary— Account balances at period end with beginning/ending totals
balance_activity, income_statement, balance_summary Start date in ISO 8601 format.
"2025-01-01"
End date in ISO 8601 format.
"2025-12-31"
Time bucket granularity.
day, week, month Filter to rows denominated in this currency (e.g. usd).
"usd"
"eur"
Convert all amounts to this currency using historical exchange rates.
Currencies without available FX rates are excluded and listed in fx_excluded_currencies.
"usd"
"eur"

