Kusama Substrate Sidecar Methods
Substrate API Sidecar is going to be deprecated
Sidecar is being replaced by the Polkadot REST API. The new API is not a drop-in replacement, endpoints now include a /v1/ prefix and some argument names have changed. See the migration guide to update your integration.
accounts
runtime
| Method | Compute Unit Value |
|---|---|
GET /blocks |
50 |
GET /blocks/head |
5 |
GET /blocks/head/header |
1 |
GET /blocks/{blockId} |
5 |
GET /blocks/{blockId}/extrinsics/{extrinsicIndex} |
5 |
GET /blocks/{blockId}/header |
1 |
node
| Method | Compute Unit Value |
|---|---|
GET /node/network |
5 |
GET /node/transaction-pool |
10 |
GET /node/version |
5 |
pallets
| Method | Compute Unit Value |
|---|---|
GET /pallets/assets/{assetId}/asset-info |
5 |
GET /pallets/staking/progress |
10 |
GET /pallets/{palletId}/storage |
10 |
GET /pallets/{palletId}/storage/{storageItemId} |
5 |
runtime
| Method | Compute Unit Value |
|---|---|
GET /runtime/code |
1 |
GET /runtime/metadata |
1 |
GET /runtime/spec |
1 |
paras
| Method | Compute Unit Value |
|---|---|
GET /paras |
10 |
GET /paras/auctions/current |
|
GET /paras/crowdloans |
|
GET /paras/leases/current |
|
GET /paras/{paraId}/crowdloan-info |
|
GET /paras/{paraId}/lease-info |
transaction
| Method | Compute Unit Value |
|---|---|
POST /transaction |
50 |
POST /transaction/dry-run |
5 |
POST /transaction/fee-estimate |
10 |
GET /transaction/material |
5 |
Contact us through email or our support page for any issues, bugs, or assistance you may need.