Skip to main content
GET
List open positions

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.

status
enum<string>
default:open

Open positions by default, or cursor-paginated closed positions.

Available options:
open,
closed
limit
integer
default:50
Required range: 1 <= x <= 100
cursor
string
Maximum string length: 1024

Response

Open positions for the account.

data
object[]
required