Skip to content

/oracle Endpoints

Base URL: /oracle

Available Endpoints

/delphi/<token>/history?<start>&<end>&<stepsize>

Endpoint: GET /delphi/<token>/history

Status: Unstable

Description: Get historical oracle prices for a given token.

  • token: The 32 byte token ID
  • start: Unix timestamp for start of period

Example URI: /delphi/b79bfc8246b5fc4707e7c7dedcb6619ef1ab91f494a790c20b0f4c422ed95b92/history

/delphi/closest?<token_id>&<timestamp>

Endpoint: GET /delphi/closest

Status: Stable

Description: Get the closest oracle price for a given token and timestamp.

  • token_id: The 32 byte token ID
  • timestamp: Unix timestamp

Example URI: /delphi/closest


← Back to Index