Historical Data

Endpoint: GET /markets/history

Retrieves historical probability data for backtesting or charting. FaaSFi indexes minute by minute price snapshots from all three platforms.

Parameters:

  • event_ticker (string, required): The unique event identifier.

  • interval (string): 1m, 1h, 1d.

  • start_time (int): Unix timestamp.

  • end_time (int): Unix timestamp.

Use Case: This endpoint is essential for defining the "Trigger Events" in Oracle Bonded Corporate Derivatives. It provides the immutable record of truth used to settle insurance claims.

Last updated