List orders

Returns order history for an agent, newest first. Each order includes
its fills (partial or full executions).

# All orders
curl "https://api.usetradecraft.io/v1/agents/momentum-trader/orders" \
  -H "Authorization: Bearer al_your_key"

# Filter by symbol
curl "https://api.usetradecraft.io/v1/agents/momentum-trader/orders?symbol=AAPL&limit=20" \
  -H "Authorization: Bearer al_your_key"
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The agent's unique name (lowercase, no spaces).

Query Params
string

Filter to a specific ticker symbol (e.g. AAPL).

integer
≤ 200
Defaults to 50

Number of orders to return (default 50, max 200).

Responses

Language
Credentials
Bearer
tc_...
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json