getPythHistoricalPrice
Fetch historical Pyth price for a symbol or feed ID at a specific unix timestamp. Get accurate on-chain price data for backtesting and market analysis.
Instructions
Fetches Pyth's price as of a specific unix timestamp (seconds).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Symbol, e.g. SOL/USD, or a 64-hex-char Pyth feed ID | |
| unixTimestamp | Yes | Unix timestamp in seconds |