getChainlinkRoundPrice
Retrieve a specific historical Chainlink price round for any supported chain and pair using its round ID. Get exact on-chain data for audits, analysis, or verification.
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 |