
Flare Canary Network
Songbird is the canary network for Flare, enabling testing of smart contracts and decentralized applications.
Smart Contracts
Supports programmable decentralized applications.
Flare Native
Built as Flare’s test network.
Fast
Quick transaction finality ensures smooth UX.
Scalable
Handles large‑scale decentralized applications
Real‑Time Songbird Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=SGB', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"SGB": {"btc":0.00000089,"eth":0.000023,"usd":0.12}}