v1
latestOpenAPI 3.0.32026-07-26214048.5 KBGeneral
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
Example response
{
"status": "success",
"message": "Operation successful"
}