Transactions export API API
| Method | Endpoint | Description |
|---|---|---|
GET |
/api/transactions |
Export transactions |
POST |
/api/transactions/query |
Export transactions |
Export transactions
GET /api/transactions
Export transactions in various formats. The requested media type determines which parameters are supported. See the description of individual parameters for details. Date filter must always be specified (using date, processedDate, or startDate+endDate).
Responses
200 — OK
Export transactions
POST /api/transactions/query
Export transactions in XLSX or PDF. If both bids and tids are specified in the request body, the resulting filter is applied as a logical (inclusive) disjunction (OR). The requested media type determines which request body schema is supported. See the descriptions of request body for details.