Skip to main content
After submitting an order, use these endpoints to track fulfillment progress and view execution details.

Get Single Order

GET /v1/transit/orders/:orderId Retrieve status and details for a specific order.

Parameters

Example Request

Response

Order Status Values

List Orders

GET /v1/transit/orders Retrieve a paginated list of orders for a user address.

Parameters

Filter Keys

Example Request

With filtering:

Response

Polling for Completion

Poll the single-order endpoint until status reaches a terminal state (PROCESSED or REMOVED).

Response Fields

Error Responses