Stable
About
Move USDT with zero fees and sub-second finality on a Layer 1 that launched with over a billion dollars in day-one liquidity.
Full Coverage
Stack
Symbol
STABLE
Gas Token
USDT0
Chain ID:
988
Testnet Chain ID:
2201
Socials
Real-Time STABLE Pricing Across 12 Currencies
Access Stable via Uniblock's unified blockchain API. A Layer 1 Built Around USDT Move USDT with zero fees and sub-second finality on a Layer 1 that launched with over a billion dollars in day-one liquidity.
Code Snippet
INPUT
const options = {method: ‘GET’, headers: {accept: ‘application/json’}};
fetch(‘https://api.uniblock.dev/uni/v1/market-data/price?symbol=STABLE’, options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
OUTPUT
{
“STABLE”: {
“btc”: 0.0000040323,
“eth”: 0.0001,
“bnb”: 0.0004545455,
“xrp”: 0.4166666667,
“usd”: 0.25,
“aud”: 0.36225,
“cad”: 0.33675,
“eur”: 0.226,
“gbp”: 0.187125,
“hkd”: 1.94,
“jpy”: 35.86,
“rub”: 23.92
}
}