Reports
Report Transactions
This endpoint is end of life and will be removed on 2026-07-31. Use /report/ledger instead.
List your transactions
Required scope: <code style="background:#e8f0fe;color:#1a73e8;padding:2px 8px;border-radius:12px;font-size:0.85em">report:read</code>
get/report/transactions
Query parameters
start_datestring Y-m-d H:i
Filter from this date (inclusive). The date and time must be provided in UTC, using the format Y-m-d H:i.
end_datestring Y-m-d H:i
Filter until this date (inclusive). The date and time must be provided in UTC, using the format Y-m-d H:i.
pagenumber
Page Number
records_per_pagenumber
Limit records per page (Max: 2500)
Response
OK
Example response
{
"data": [
{
"payment_type": "single"
}
]
}