Skip to main content

Conventions

  • Prices and money are decimal strings in USD, such as "0.4100", never floats. A price is per contract that pays $1.
  • Times are RFC 3339 in UTC.
  • Responses wrap results in data. Graph-derived responses also name the graph_run they were read from; runs finish hourly.
  • Pagination returns next_cursor when more results exist. Pass it back as cursor unchanged.
  • Unknown or repeated query parameters are rejected with 400, so a typo never silently widens a query.

Errors

Errors return {"error": {"code": "...", "message": "..."}}. Branch on code; messages may change.