Subsocial RPC Endpoints
HTTPS
https://api-subsocial.dwellir.com/3ff44331-0e0a-479c-bcaf-65e4caeb6691
WSS
wss://api-subsocial.dwellir.com/3ff44331-0e0a-479c-bcaf-65e4caeb6691
Quick Start
BASH
curl -sS -X POST https://api-subsocial.dwellir.com/3ff44331-0e0a-479c-bcaf-65e4caeb6691 \-H 'Content-Type: application/json' \-d '{"id":1,"jsonrpc":"2.0","method":"chain_getBlockHash","params":[0]}'
JAVASCRIPT
import { ApiPromise, WsProvider } from '@polkadot/api';const provider = new WsProvider('wss://api-subsocial.dwellir.com/3ff44331-0e0a-479c-bcaf-65e4caeb6691');const api = await ApiPromise.create({ provider });const hash = await api.rpc.chain.getBlockHash(0);console.log(hash.toHex());
PYTHON
from substrateinterface import SubstrateInterfacesubstrate = SubstrateInterface(url='wss://api-subsocial.dwellir.com/3ff44331-0e0a-479c-bcaf-65e4caeb6691')block_hash = substrate.get_block_hash(block_id=0)print(block_hash)
GO
package mainimport ("fmt"gsrpc "github.com/centrifuge/go-substrate-rpc-client/v4""github.com/centrifuge/go-substrate-rpc-client/v4/types")func main() {api, err := gsrpc.NewSubstrateAPI("wss://api-subsocial.dwellir.com/3ff44331-0e0a-479c-bcaf-65e4caeb6691")if err != nil { panic(err) }var h types.Hashh, err = api.RPC.Chain.GetBlockHash(0)if err != nil { panic(err) }fmt.Println(h.Hex())}
Subsocial is a decentralized social networking platform built on the Polkadot ecosystem, empowering creators with content ownership, monetization opportunities, and censorship resistance. It enables users to create and manage their own decentralized social networks, blogs, or marketplaces, offering built-in monetization methods and ensuring users retain control over their content and social graphs.
Pricing
How many calls do you make per month?
/ month
Growth
$299
/month
- 500 Responses /sec
- Dedicated Account Manager
150,000,000 responses ≈ 150.0M • Base $299 + Overages $0
Subsocial Dedicated Node
$345/month
- Unlimited RPS & Responses
- HTTP & Websocket APIs
- Trace APIs
- Debug APIs
- Dedicated Account Manager
- Pay in Crypto
- Tailored load balancing
- Access to Engineering teams
- Global data centers
Developer Resources
FAQs
What is Subsocial?
How does Subsocial empower content creators?
What are the key features of Subsocial?
Get your API key
and join other leading Web3 companies using Dwellir's infrastructure