Try Collectives Endpoints
Polkadot
Westend
HTTPS
https://api-collectives-polkadot.n.dwellir.com/76e862fe-da3d-41b8-bbf6-a28db0fbb36f
WSS
wss://api-collectives-polkadot.n.dwellir.com/76e862fe-da3d-41b8-bbf6-a28db0fbb36f
Quick Start
BASH
curl -sS -X POST https://api-collectives-polkadot.n.dwellir.com/76e862fe-da3d-41b8-bbf6-a28db0fbb36f \-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-collectives-polkadot.n.dwellir.com/76e862fe-da3d-41b8-bbf6-a28db0fbb36f');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-collectives-polkadot.n.dwellir.com/76e862fe-da3d-41b8-bbf6-a28db0fbb36f')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-collectives-polkadot.n.dwellir.com/76e862fe-da3d-41b8-bbf6-a28db0fbb36f")if err != nil { panic(err) }var h types.Hashh, err = api.RPC.Chain.GetBlockHash(0)if err != nil { panic(err) }fmt.Println(h.Hex())}
Collectives are on-chain groups hosted on the Polkadot Collectives parachain, designed to serve the Polkadot network. They enable collaborative decision-making and governance with customizable parameters, operational consistency, and mechanisms for funding and salaries. Collectives leverage flexible pallet configurations for member management, evidence submissions, and sub-treasury operations, ensuring transparency and accountability within the Polkadot ecosystem.
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
Developer Resources
FAQs
What are Collectives in the context of Polkadot?
How do you set up a new collective?
What are key parameters for collectives?
Do collectives require evidence submission from members?
How do collectives manage funding and salaries?
Get your API key
and join other leading Web3 companies using Dwellir's infrastructure