docs
docs copied to clipboard
Where is the polkadot API manual?
This documentation does not include a proper description of all the API functionality or a list of all types of requests, parameters etc:
https://polkadot.js.org/docs/api
Is there a simple list of API requests somewhere, similar to this one for Cardano? :
https://input-output-hk.github.io/cardano-wallet/api/edge/
See a sample generated from metadata - https://polkadot.js.org/docs/substrate
This would obviously be very different based on the chain you connect to, since all endpoints are dynamic and decorated based on the on-chain metadata, i.e. each chain would expose different pallets - so the above points to the "kitchensink" node, which exposes the default frame pallets, each chain would use some of these, customized and then add their own.
This issue has been open for 21 days with no activity and is not labelled as an enhancement. It will be closed in 7 days.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.