Order Transactions

post/orders/txns/submit

Request body

fromstring
signaturestring
eip712DataRecordStringAny

Construct a type with a set of properties K of type T

requestIdstring
mode'express' | 'classic'

Response

Success

traceIdstring
taskIdstring
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.12

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

      response-property-enum-value-added

    • added the non-success response with the status 429

      response-non-success-status-added

    • added the non-success response with the status 503

      response-non-success-status-added