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
x-glacier-api-key
string
headerrequiredApi keys provide higher access to rate limits. To obtain an api key, sign up for an account at https://avacloud.io/.
Body
application/json
type
enum<string>
requiredAvailable options:
TRANSACTION_EXPORT_EVM
options
object
requiredfirstDate
string
lastDate
string
startDate
string
deprecatedendDate
string
deprecatedResponse
201 - application/json
operationId
string
requiredoperationType
enum<string>
requiredAvailable options:
TRANSACTION_EXPORT_PRIMARY_NETWORK
, TRANSACTION_EXPORT_PRIMARY_NETWORK_STAKING
, TRANSACTION_EXPORT_PRIMARY_NETWORK_SIMPLE
, TRANSACTION_EXPORT_EVM
operationStatus
enum<string>
requiredAvailable options:
RUNNING
, COMPLETED
, COMPLETED_WITH_WARNING
, FAILED
metadata
object
requiredcreatedAtTimestamp
number
requiredupdatedAtTimestamp
number
requiredmessage
string
Was this page helpful?