getChainlinkRoundPrice
Retrieve a specific historical Chainlink price round by round ID for a given chain and pair, using exact on-chain getRoundData values.
Instructions
Fetches a specific historical Chainlink round via getRoundData(roundId) — a real historical lookup, not a re-fetch of the latest round.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pair | Yes | Feed pair, e.g. ETH/USD | |
| chain | Yes | Chain name, e.g. ethereum, base, arbitrum, polygon, optimism | |
| roundId | Yes | Chainlink round ID as a string |