v1

latestOpenAPI 3.1.0Proprietary2026-07-2265155163.6 KB
Trader

Get order history

Handles GET /v1/trader/{authority}/order-history via get.v1.trader.by_authority.order_history.

get/v1/trader/{authority}/order-history

Path parameters

authoritystring required

Authority pubkey

Query parameters

traderPdaIndexinteger
marketSymbolstring
limitinteger required
cursorstring
privyIdstring
orderStatusstring

Response

Order history

hasMoreboolean required

Whether there are more results available after this page

nextCursorstring nullable

Opaque cursor for fetching the next page of older results. Pass this value as the cursor parameter in the next request to load more.

prevCursorstring nullable

Opaque cursor for fetching newer items (for polling). Pass this value as the cursor parameter to get items newer than the first item in data.