
Cosmos‑Based Blockchain for Asset Tokenization
Persistence is a Cosmos‑native blockchain focused on asset tokenization, enabling liquid staking, NFTs, and interoperable financial applications.
Asset Tokenization
Supports tokenized assets and liquid staking.
Cosmos Native
Built on Cosmos SDK with IBC support.
Interoperable
Connects with multiple blockchain ecosystems.
Scalable
Handles large‑scale financial workloads.
Real‑Time Persistence Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=PSTAKE', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"PSTAKE": {"btc":0.00000278,"eth":0.000078,"usd":0.34}}