Skip to main content
GET
List active or historical TWAP and VWAP 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
required

Challenge account ID returned by GET /v1/accounts.

status
enum<string>
default:active

Active returns all running and canceling parents. Completed or canceled selects cursor-paginated history, newest creation first. Includes TWAP and VWAP.

Available options:
active,
completed,
canceled
limit
integer
default:50

History only.

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

History only.

Maximum string length: 1024

Response

Scheduled orders. Limit and cursor require completed or canceled status; history defaults to 50 items.

data
object[]
required
has_more
boolean

Present for history requests.

next_cursor
string

Present when history has another page. Keep account_id and status unchanged when continuing.