vechain.energy
Oracles
VTHO/USD (TestNet)

VTHO/USD

Provides the current USD price for VechainThor, the native gas token for Vechain.

Datasheet

Sources

Configuration

{
    "id":"vtho-usd",
    "sources": [
        {
            "url": "https://api.coinbase.com/v2/exchange-rates?currency=VTHO",
            "path": ".data.rates.USD"
        },
        {
            "url": "https://api.coincap.io/v2/assets/vethor-token",
            "path": ".data.priceUsd"
        }
    ],
    "heartbeat": 3600,
    "deviationPoints": 100,
    "interval": 300,
    "contract": [
        {
            "nodeUrl": "https://node-testnet.vechain.energy",
            "address": "0x12E3582D7ca22234f39D2A7BE12C98ea9c077E25"
        }
    ]
}