Protocol for Bitcoin Cash Tokens
Simple Ledger Protocol (SLP) is a token protocol built on Bitcoin Cash, enabling token creation and management.
Token Creation
Supports custom token issuance.
Bitcoin Cash Native
Built on Bitcoin Cash blockchain.
Low Fees
Affordable transactions for token transfers.
Secure
Strong consensus ensures safe execution
Real‑Time SLP Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=SLP', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"SLP": {"btc":0.00000345,"eth":0.000098,"usd":0.67}}