Blockchain for Community and Governance
Polis Chain is a blockchain ecosystem focused on community governance, payments, and decentralized applications.
Community Governance
Supports decentralized decision‑making.
Payments
Built‑in support for digital payments.
Low Fees
Affordable transactions for everyday use.
Scalable
Handles large‑scale community workloads.
Real‑Time Polis Chain Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=POLIS', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"POLIS": {"btc":0.00000345,"eth":0.000098,"usd":0.67}}