Edge
About
Power self-custody perpetuals trading at CEX-level speed on the Arbitrum Orbit chain built for edgeX.
Full Coverage
Stack
Symbol
EDG
Gas Token
ETH
Chain ID:
3343
Testnet Chain ID:
33431
Socials
Real-Time EDG Pricing Across 12 Currencies
Access Edge via Uniblock's unified blockchain API. The Chain Behind CEX-Speed On-Chain Trading Power self-custody perpetuals trading at CEX-level speed on the Arbitrum Orbit chain built for edgeX.
Code Snippet
INPUT
const options = {method: ‘GET’, headers: {accept: ‘application/json’}};
fetch(‘https://api.uniblock.dev/uni/v1/market-data/price?symbol=EDG’, options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
OUTPUT
{
“EDG”: {
“btc”: 0.0000012903,
“eth”: 0.000032,
“bnb”: 0.0001454545,
“xrp”: 0.1333333333,
“usd”: 0.08,
“aud”: 0.11592,
“cad”: 0.10776,
“eur”: 0.07232,
“gbp”: 0.05988,
“hkd”: 0.6208,
“jpy”: 11.47,
“rub”: 7.65
}
}