Skip to main content
GET
/
v1
/
trading
/
orders
List orders
curl --request GET \
  --url https://api.usenaive.ai/v1/trading/orders \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Query Parameters

env
enum<string>
Available options:
paper,
live
status
enum<string>
Available options:
open,
closed,
all
limit
integer
nested
boolean

Response

200 - application/json

Alpaca orders passthrough.