v3
OpenAPI 3.0.02026-07-31103181312.8 KBportfolio
Get Fills
Endpoint for getting all fills for the member. A fill is when a trade you have is matched. Fills that occurred before the historical cutoff are only available via GET /historical/fills. See Historical Data for details.
get/portfolio/fills
Query parameters
tickerstring
Filter by market ticker
order_idstring
Filter by order ID
min_tsinteger
Filter items after this Unix timestamp
max_tsinteger
Filter items before this Unix timestamp
limitinteger
Number of results per page. Defaults to 100.
cursorstring
Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.
subaccountinteger
Subaccount number (0 for primary, 1-63 for subaccounts). If omitted, defaults to all subaccounts.
Response
Fills retrieved successfully
Example response
{
"fills": [
{
"count_fp": "10.00",
"yes_price_dollars": "0.5600",
"no_price_dollars": "0.5600",
"fee_cost": "0.5600"
}
]
}