Skip to main content
POST
Generate an explorer balances reconciliation 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
description
string

Optional free-text description.

Maximum string length: 2000
dateTo
integer

Snapshot date (unix ms). Both the calculated and the explorer balances are compared as of this moment. Defaults to the submission time. UTXO chains (BTC, BCH, LTC, DOGE, DASH) can only be checked against the current on-chain balance, so their rows are skipped when dateTo is more than 24 hours in the past.

Required range: x > 0
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

Response

Report generation queued

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