Archived Bots

Get Database Orders

Get paginated order history from an archived bot database.

Retrieves order records with details including order type, status, amounts, and timestamps. Supports pagination and optional filtering by order status.

Use this endpoint to analyze order patterns, review order fill rates, or investigate specific order outcomes.

get/archived-bots/{db_path}/orders

Path parameters

db_pathstring required

Query parameters

limitinteger

Maximum number of orders to return (1-1000)

Maximum number of orders to return (1-1000)

offsetinteger

Number of orders to skip for pagination

Number of orders to skip for pagination

statusstring nullable

Filter by order status: OPEN, FILLED, CANCELLED, FAILED

Filter by order status: OPEN, FILLED, CANCELLED, FAILED

Response

Successful Response

object[] required

Changes