v4

OpenAPI 3.0.32026-07-31490328.0 KB

get/intents/status/v3

Query parameters

requestIdstring

A unique id representing the execution in the Relay system. You can obtain this id from the requests api or the check object within the step items.

Headers

x-api-keystring

Optional API key for authentication and higher rate limits.

Response

Default Response

status'refund' | 'waiting' | 'depositing' | 'failure' | 'pending' | 'submitted' | 'success'
detailsstring
inTxHashesstring[]

Incoming transaction hashes

txHashesstring[]

Outgoing transaction hashes

updatedAtnumber

The last timestamp the data was updated

originChainIdnumber
destinationChainIdnumber
quoteCreatedAtnumber

The timestamp when the quote request was created

Example response

{
  "status": "success",
  "inTxHashes": [
    "0xe53021eaa63d100b08338197d26953e2219bcbad828267dd936c549ff643aad7"
  ],
  "txHashes": [
    "0x9da7bc54dfe6229d6980fd62250d472f23dfe0f41a1cdc870c81a08b3445f254"
  ],
  "updatedAt": 1713290386145,
  "originChainId": 7777777,
  "destinationChainId": 8453
}