I want to…

Pick a tool, try it live, grab the code.

Pick a provider

Pick a token

Loading…

RedStone on Monad

Push oracle

RedStone deploys Chainlink-compatible price feed contracts on Monad. Prices are pushed on-chain (0.5% deviation or 6h heartbeat). Just call latestRoundData() — no special SDK needed.

ETH/USD0xc44be6D00307c3565FDf753e852Fc003036cBc13
Live on-chain callrpc.monad.xyz

eth_call → ETH/USD

POST https://rpc.monad.xyz
{
  "jsonrpc": "2.0",
  "method": "eth_call",
  "params": [
    {
      "to": "0xc44be6D00307c3565FDf753e852Fc003036cBc13",
      "data": "0xfeaf968c"
    },
    "latest"
  ],
  "id": 1
}