v1

latestOpenAPI 3.1.02026-07-1288262495.0 KB
Operations

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

OR

Example request

{
  "firstDate": "2023-05-01",
  "lastDate": "2023-05-02",
  "startDate": "2023-05-01",
  "endDate": "2023-05-02",
  "options": {
    "includeChains": [
      "43114"
    ]
  }
}

Response

Successful response

operationIdstring required
operationType'TRANSACTION_EXPORT_PRIMARY_NETWORK' | 'TRANSACTION_EXPORT_PRIMARY_NETWORK_STAKING' | 'TRANSACTION_EXPORT_PRIMARY_NETWORK_SIMPLE' | 'TRANSACTION_EXPORT_EVM' required
operationStatus'RUNNING' | 'COMPLETED' | 'COMPLETED_WITH_WARNING' | 'FAILED' required
messagestring
createdAtTimestampnumber required
updatedAtTimestampnumber required