Back to Knowledge Directory
Oracles & Data
Pyth Network
Low-latency financial oracle delivering real-time crypto, FX, equity, and commodity price feeds to AI agents.
Available API Actions (1)
Structured function definitions and payload specifications for AI agent tool execution.
GETget_latest_price_feed
Fetch real-time price feed with confidence interval for any supported asset pair.
PARAMETERS SCHEMA
| Param Name | Type | Required | Description |
|---|---|---|---|
| priceFeedId | string | Yes | Asset price feed hex ID |
SAMPLE INVOCATION PAYLOAD
{
"priceFeedId": "0xe62df6e05d63772585c00737092908faded93d3bc624419d2557a10cc41e58ce"
}