v3

OpenAPI 3.0.02026-07-31103181312.8 KB
historical

Get Historical Fills

Endpoint for getting all historical fills for the member. A fill is when a trade you have is matched.

get/historical/fills

Query parameters

tickerstring

Filter by market ticker

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.

Response

Fills retrieved successfully

cursorstring required

Example response

{
  "fills": [
    {
      "count_fp": "10.00",
      "yes_price_dollars": "0.5600",
      "no_price_dollars": "0.5600",
      "fee_cost": "0.5600"
    }
  ]
}