General

Get order status by Gateway ID

Retrieve the status of an order by its onchain Gateway ID and chain ID. Use this for smart contract integrations.

get/orders/{chain_id}/{id}

Path parameters

chain_idstring required
idstring required

Response

Order status

statusstring
messagestring

Example response

{
  "status": "success",
  "message": "Operation successful"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.