
Fungible Token Standard on the Dogecoin Blockchain
DRC‑20 is a token standard on Dogecoin enabling fungible and non‑fungible assets through Dogecoin Ordinals (“Doginals”).
Dogecoin‑Native
Tokens are inscribed directly onto Dogecoin units (“shibes”).
Fungible & Non‑Fungible
Supports both token types via Ordinals inscriptions.
Expands Dogecoin Utility
Enables new asset classes on the Dogecoin blockchain.
Growing Ecosystem
Rapid adoption across Dogecoin‑based projects.
Real‑Time DRC‑20 Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=DRC20', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"DRC20": {"btc":0.00000145,"eth":0.000034,"usd":0.19}}