
High‑Throughput Hybrid PoW/PoS Blockchain
Conflux delivers fast, secure, and scalable transactions using a hybrid consensus model and a tree‑graph architecture optimized for high throughput.
High Throughput
Tree‑graph architecture supports massive transaction volumes.
Hybrid Consensus
Combines PoW and PoS for security and efficiency.
Low Fees
Cost‑effective transactions for large‑scale dApps.
EVM Compatible
Supports Ethereum smart contracts natively.
Real‑Time Conflux Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=CFX', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"CFX": {"btc":0.00000456,"eth":0.000123,"usd":0.89}}