get_price_updates_at_time
Retrieve historical Pyth Network price feed updates from a specific timestamp for crypto, equity, FX, metal, and rates markets.
Instructions
Get historical Pyth Network price updates at or after a specific timestamp
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| publish_time | Yes | Unix timestamp in seconds | |
| ids | Yes | List of price feed IDs to get updates for | |
| encoding | No | Encoding type for binary data (default: hex) | |
| parsed | No | Include parsed price update (default: true) | |
| ignore_invalid_price_ids | No | Ignore invalid price IDs (default: false) | |
| include_binary | No | Include binary proof data (default: false) |