Protocol for Web3 Messaging
XMTP is a decentralized messaging protocol enabling secure communication across Web3 applications.
99.99%
Uptime SLA
<100ms
Median Latency
Global
Multi-Region Edge
PLATFORM
Built for production-grade workloads
Messaging
Supports decentralized communication.
Secure
Strong cryptography ensures safe execution.
Interoperable
Connects with multiple blockchain ecosystems.
Scalable
Handles large‑scale messaging workloads
Real‑Time XMTP Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=XMTP', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"XMTP": {"btc":0.00000089,"eth":0.000022,"usd":0.08}}