v1
latestOpenAPI 3.1.02026-07-1288262495.0 KBOperations
Create transaction export operation
Trigger a transaction export operation with given parameters.
The transaction export operation runs asynchronously in the background. The status of the job can be retrieved from the /v1/operations/:operationId endpoint using the operationId returned from this endpoint.
post/v1/operations/transactions:export
Request body
Example request
{
"firstDate": "2023-05-01",
"lastDate": "2023-05-02",
"startDate": "2023-05-01",
"endDate": "2023-05-02",
"options": {
"includeChains": [
"43114"
]
}
}Response
Successful response