get_latest_price_updates
Retrieve current price data for specific assets from Pyth Network's decentralized oracle feeds to support financial applications and trading decisions.
Instructions
Get the latest price updates for specific Pyth Network price feed IDs
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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) |