DOCS

BRIEF
DOCUMENTATION

Everything you need to integrate with Supanode. No fluff.

QUICK EXAMPLES

RPC REQUEST
curl -X POST https://api.supanode.xyz/v1 \
  -H "Authorization: Bearer YOUR_KEY" \
  -d '{"method": "getAccountInfo"}'
WEBSOCKET
const ws = new WebSocket('wss://stream.supanode.xyz');
ws.send(JSON.stringify({
  method: 'accountSubscribe',
  params: ['ADDRESS']
}));

NEED HELP?

Can't find what you need? Our team is here to help.