Order Transactions

post/orders/txns/status

Request body

requestIdstring required

Response

Success

traceIdstring
updatedAtstring required
createdAtstring required
gelatoStatusCodenumber double
taskIdstring
cancellationReasonstring
orderKeysstring[]
executionTxnHashstring
createdTxnHashstring
txHashstring
status'prepared' | 'relay_accepted' | 'relay_pending' | 'relay_submitted' | 'relay_unknown' | 'created' | 'executed' | 'cancelled' | 'relay_failed' | 'relay_reverted' required
requestIdstring required

Changes

Changed in 1 of the 2 revisions of this API.11

  • 4455f6c22f9911See the full diff
    • added the new relay_unknown enum value to the response property for the response status

      response-property-enum-value-added

    • response property gelatoStatusCode deprecated

      response-property-deprecated