Skip to main content
POST
Generate a token report

Query Parameters

orgId
string
required

Organization ID. Use GET /v1/companies to discover available org/company pairs.

Example:

"1"

companyId
string
required

Company ID. Use GET /v1/companies to discover available companies and their access levels.

Example:

"1"

Body

application/json
name
string
required

Report name shown in the reports list.

Required string length: 1 - 200
dateFrom
integer
required

Period start (unix ms).

Required range: x > 0
dateTo
integer
required

Period end (unix ms). Must be >= dateFrom.

Required range: x > 0
description
string

Optional free-text description.

Maximum string length: 2000
tokens
string[]

Token symbols to include (max 500), e.g. from GET /assets. Omit or pass [] to include ALL of the company's non-spam tokens.

Maximum array length: 500
wallets
integer[]

Wallet IDs to include (from GET /wallets). Omit or pass [] to include ALL of the company's wallets.

Maximum array length: 500
includeSlippage
boolean

When true, the report adds the slippage fiat amount to closing balances. Ignored (dropped) in per-wallet mode, matching the dashboard.

isPerWallet
boolean

When true AND more than one wallet is covered, generates one combined report with a per-wallet breakdown (one generation job per wallet). With a single wallet it falls back to a regular report, matching the dashboard.

Response

Report generation queued

success
enum<boolean>
required
Available options:
true
data
object
required
Last modified on July 10, 2026