cURL
API Reference
Get Status
This API returns current status of intent.
GET
cURL
Relay statuses take one of the following options:
| Status | Description |
|---|---|
waiting | Waiting for deposit confirmation |
depositing | Origin deposit confirmed via /execute API, pending fill |
pending | Deposit confirmed, pending destination chain submission |
submitted | Destination transaction submitted |
success | Successful fill on destination |
delayed | Destination fill delayed, still processing |
refund | Successfully refunded |
failure | Unsuccessful fill |
Headers
Optional API key for authentication and higher rate limits.
Query Parameters
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.
Response
200 - application/json
Default Response
Available options:
refund, waiting, depositing, failure, pending, submitted, success Incoming transaction hashes
Outgoing transaction hashes
The last timestamp the data was updated
The timestamp when the quote request was created