vechain.energy
Oracles
EURT/USD (TestNet)

EURT/USD

Provides the current USD price for EURT to support Euro conversion for USD prices.

Note: The data is sourced from Chainlinks ETH Oracle: https://data.chain.link/ethereum/mainnet/crypto-usd/eurt-usd (opens in a new tab)

Datasheet

Sources

Configuration

{
    "id":"eurt-usd",
    "sources": [
        {                           
            "url": "https://rpc.ankr.com/eth",
            "path": ".result",
            "method": "POST",
            "body": "{\"jsonrpc\":\"2.0\",\"method\":\"eth_call\",\"params\":[{\"to\":\"0x01d391a48f4f7339ac64ca2c83a07c22f95f587a\",\"data\":\"0x50d25bcd\"},\"latest\"],\"id\":\"1\"}",
            "decimals": 8
        },
        {                           
            "url": "https://cloudflare-eth.com",
            "path": ".result",
            "method": "POST",
            "body": "{\"jsonrpc\":\"2.0\",\"method\":\"eth_call\",\"params\":[{\"to\":\"0x01d391a48f4f7339ac64ca2c83a07c22f95f587a\",\"data\":\"0x50d25bcd\"},\"latest\"],\"id\":\"1\"}",
            "decimals": 8
        },
        {                           
            "url": "https://ethereum.publicnode.com",
            "path": ".result",
            "method": "POST",
            "body": "{\"jsonrpc\":\"2.0\",\"method\":\"eth_call\",\"params\":[{\"to\":\"0x01d391a48f4f7339ac64ca2c83a07c22f95f587a\",\"data\":\"0x50d25bcd\"},\"latest\"],\"id\":\"1\"}",
            "decimals": 8
        },
        {                           
            "url": "https://nodes.mewapi.io/rpc/eth",
            "path": ".result",
            "method": "POST",
            "body": "{\"jsonrpc\":\"2.0\",\"method\":\"eth_call\",\"params\":[{\"to\":\"0x01d391a48f4f7339ac64ca2c83a07c22f95f587a\",\"data\":\"0x50d25bcd\"},\"latest\"],\"id\":\"1\"}",
            "decimals": 8
        }
    ],
    "heartbeat": 86400,
    "deviationPoints": 100,
    "interval": 300,
    "contract": [
        {
            "nodeUrl": "https://node-testnet.vechain.energy",
            "address": "0x12E3582D7ca22234f39D2A7BE12C98ea9c077E25"
        }
    ]
}