Ethereum logo

Ethereum

RPC & Resources

RPC & Resources

Endpoints, websockets, and devtools

Endpoints, websockets, and devtools

About

Build the future of the internet economy using world-class blockchain developer platform.

Full Coverage

Stack

Symbol

ETH

Gas Token

ETH

Chain ID:

1

Testnet Chain ID:

11155111

Official Links

Live ETH Market Data at Global Scale

Access Ethereum via Uniblock's unified blockchain API. The Default Blockchain for Developers Build the future of the internet economy using world-class ...

Code Snippet

INPUT

const options = {method: 'GET', headers: {accept: 'application/json'}};

fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=ETH', options)

 .then(response => response.json())

 .then(response => console.log(response))

 .catch(err => console.error(err));

OUTPUT

{

 "ETH": {

   "btc": 0.04030896,

   "eth": 1,

   "bnb": 4.543201,

   "xrp": 4165,

   "usd": 2498.81,

   "aud": 3626.19,

   "cad": 3370.93,

   "eur": 2257.22,

   "gbp": 1881.45,

   "hkd": 19423,

   "jpy": 358895,

   "rub": 239501

 }

}

Build with a team you can reach

Production-grade multi-chain infrastructure, backed by engineers who understand your workload.

Build with a team you can reach

Production-grade multi-chain infrastructure, backed by engineers who understand your workload.

Build with a team you can reach

Production-grade multi-chain infrastructure, backed by engineers who understand your workload.