Decentralized Exchange and DeFi Platform
Mdex is a decentralized exchange (DEX) and DeFi ecosystem offering liquidity mining, token swaps, and cross‑chain trading.
DEX Functionality
Supports token swaps and liquidity pools.
Cross‑Chain
Connects multiple blockchain ecosystems.
DeFi Ready
Offers liquidity mining and yield farming.
Low Fees
Affordable transactions for traders and users.
Real‑Time Mdex Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=MDX', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"MDX": {"btc":0.00000278,"eth":0.000078,"usd":0.34}}