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
Authorizations
Api keys provide higher access to rate limits. To obtain an api key, sign up for an account at https://avacloud.io/.
Body
application/json
Response
201 - application/json
Available options:
TRANSACTION_EXPORT_PRIMARY_NETWORK
, TRANSACTION_EXPORT_PRIMARY_NETWORK_STAKING
, TRANSACTION_EXPORT_PRIMARY_NETWORK_SIMPLE
, TRANSACTION_EXPORT_EVM
Available options:
RUNNING
, COMPLETED
, COMPLETED_WITH_WARNING
, FAILED
Was this page helpful?