subscan-essentials
subscan-essentials copied to clipboard
Polkadot Substrate Explorer Subscan
does substrate v4.0 chain which is a relay node as well needs to have a type registry ? if yes can you guide on how to generate type registry for...
curl -X POST 'http://my ip:4399/api/scan/staking/validators' \ > --header 'Content-Type: application/json' \ > --header 'X-API-Key: YOUR_KEY' \ > --data '{ > "key": 20 > }' 404 page not found
Is it possible to fetch historical balances with the API? If not, can I request that feature? Thank you!
The balance plugin already creates a db table but the api just takes row and page parameter in request body. Now if I need to extend this plugins' already existing...
Since we are just trying to get data wouldn't it more natural and easier for operators and consumers like me to execute GET requests, for example, to get a simple...
is there any rpc call in substrate-go , to get the token data of chain and how the information below about token is getting stored in the database 
 The function here should be replaced with `Download All`. I don't think anyone will specifically download a page of data. Most of the requirements here are that the project...
I have been trying to add more routes to the Router function into the router.Http{} of http.go file of plugins, in order to serve multiple endpoints from one plugin, such...
Follow-up suggestions for improving some parachain related functions. In Polkadot, you can often see some `parainclusion (CandidateIncluded)` events, which record that a parachain block para_block is included by the relay...
https://karura.subscan.io/extrinsic/740443-4 Better render of the XCM elements. https://github.com/paritytech/xcm-format/blob/master/README.md