Generate report
POST/ledger/v1/reports
Creates a report from a wallet in the specified format and sends it via the preferred delivery method: WEBHOOK or EMAIL.
The report type is determined by the type field in the request body:
TRANSACTIONreturns all transactions within a date range (from/to).BALANCEreturns the wallet balance at a specific point in time (at).
note
Reports are delivered instantly but the data has a one-hour lag for the production environment and eight-hour delay in sandbox. For example, a report requested at 9:00 AM will include transactions only up to 8:00 AM.
See the Receive Transactions Report via Webhook guide for more information.
Request
Responses
- 201
- 400
PROCESSING