Get the user’s trade history (filled orders), ordered by most recent.
cURL
curl --request GET \ --url https://staging-api.polysimulator.com/v1/account/history \ --header 'X-API-Key: <x-api-key>'
[ { "order_id": 123, "market_id": "<string>", "side": "<string>", "outcome": "<string>", "price": "<string>", "quantity": "<string>", "notional": "<string>", "fee": "<string>", "status": "<string>", "price_source": "<string>", "price_age_ms": 123, "filled_at": "<string>", "created_at": "<string>" } ]
Your PolySimulator API key
1 <= x <= 200
x >= 0
Filter by BUY or SELL
Filter by market
Successful Response
Was this page helpful?