Skip to main content
GET
List recent orders

Authorizations

Authorization
string
header
required

API key beginning with fp_live_.

Query Parameters

account_id
string
required

Challenge account ID returned by GET /v1/accounts.

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