Oasys
About
Powering next-gen gaming and content creation on the blockchain.
Partial Coverage
Stack
Symbol
OAS
Gas Token
OAS
Chain ID:
248
Testnet Chain ID:
9372
Tools
Real-Time OAS Gaming Token Pricing Data
Access Oasys via Uniblock's unified blockchain API. Blockchain for Gaming and Content Powering next-gen gaming and content creation on the blockchain.
Code Snippet
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}};
fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=OAS', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
OUTPUT
{
"OAS": {
"btc": 6.02903e-7,
"eth": 0.00001496,
"bnb": 0.00006784,
"xrp": 0.06257713,
"usd": 0.03734181,
"aud": 0.054173,
"cad": 0.05038,
"eur": 0.03372955,
"gbp": 0.02811043,
"hkd": 0.290242,
"jpy": 5.37,
"rub": 3.58
}
}