> For the complete documentation index, see [llms.txt](https://docs.ionprotocol.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionprotocol.io/devs/smart-contract-architecture/oracles/spot/lst/iredstonepricefeed.md).

# IRedstonePriceFeed

[Git Source](https://github.com/Ion-Protocol/ion-protocol/blob/88cc595825f1dc2eb738fb93e172a3e8ab7a5c43/src/oracles/spot/lst/EthXSpotOracle.sol)

### [Functions](broken://pages/Xx9AWDbjPqzetG0mW2rH) <a href="#functions" id="functions"></a>

#### [latestRoundData](broken://pages/Xx9AWDbjPqzetG0mW2rH) <a href="#latestrounddata" id="latestrounddata"></a>

```
function latestRoundData()
    external
    view
    returns (uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound);
```
