Mythos
About
Power gaming NFTs and in-game economies on the Polkadot parachain behind Mythical Games' marketplace.
Full Coverage
Stack
Symbol
MYTH
Gas Token
MYTH
Chain ID:
42018
Socials
Tools
Real-Time MYTH Pricing Across 12 Currencies
Access Mythos via Uniblock's unified blockchain API. The Chain Behind Web3 Gaming's Biggest Marketplace Power gaming NFTs and in-game economies on the Polkadot parachain behind Mythical Games' marketplace.
Code Snippet
INPUT
const options = {method: ‘GET’, headers: {accept: ‘application/json’}};
fetch(‘https://api.uniblock.dev/uni/v1/market-data/price?symbol=MYTH’, options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
OUTPUT
{
“MYTH”: {
“btc”: 0.0000005645,
“eth”: 0.000014,
“bnb”: 0.0000636364,
“xrp”: 0.0583333333,
“usd”: 0.035,
“aud”: 0.050715,
“cad”: 0.047145,
“eur”: 0.03164,
“gbp”: 0.0261975,
“hkd”: 0.2716,
“jpy”: 5.02,
“rub”: 3.35
}
}