DOCSBRIEF
BRIEF
DOCUMENTATION
Everything you need to integrate with Supanode. No fluff.
[01] SOLANA INDEXER
[02] GETTING STARTED
COMING SOON- →Authentication
- →First Request
- →Rate Limits
- →Error Handling
[03] RPC API
COMING SOON- →Account Methods
- →Transaction Methods
- →Block Methods
- →Program Methods
[04] gRPC SERVICES
COMING SOON- →Service Definitions
- →Streaming
- →Client Libraries
- →Optimization
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']
}));READY TO
WAIT BUILD?
Join the Supanode community. Start with our endpoints today. Scale your business as you grow.
[GET STARTED NOW]
- 01 Pick your chain
- 02 Choose service
- 03 Get endpoints
- 04 Start building