v1

latestOpenAPI 3.1.02026-07-265385123.6 KB
Account

Get account's open orders

Retrieve all currently open orders for a specific account. Includes limit orders, stop orders, and TP/SL orders attached to positions. Supports pagination.

get/api/v1/open_orders

Query parameters

accountstring required

User account address (user query alias is also accepted)

limitinteger

Page size

offsetinteger

Page offset

Response

Open orders retrieved successfully

total_countinteger nullable

The total number of items across all pages. Optional: history endpoints omit this field to avoid expensive COUNT(*) queries.