Skip to main content
GET
List recent orders

Authorizations

Authorization
string
header
required

API key beginning with fp_live_ (live keys, served at developers.myfundedperpetuals.com) or fp_test_ (test keys, served at sandbox.myfundedperpetuals.com). A key presented on the other host is rejected with 401 and a message naming the correct host.

Query Parameters

account_id
string

Challenge account ID returned by GET /v1/accounts. Required unless client_order_id is provided. When both are present, the order must belong to this account.

client_order_id
string

Return the order with this caller-assigned identity. This direct lookup does not require account_id and cannot be combined with status, limit, or cursor.

Required string length: 1 - 128
limit
integer
default:50

Orders per page.

Required range: 1 <= x <= 100
cursor
string

Opaque cursor returned as next_cursor by the previous page.

Maximum string length: 1024
status
enum<string>

Set to working for the complete bounded pending and resting set.

Available options:
working

Response

A page of orders.

data
object[]
required
has_more
boolean
required
next_cursor
string