Networks:

PAPI Chain Docs

This is generated documentation for some well-known chains. It's based on chain metadata, and unique to specific chain.

We aim to support all relay chains and their system chains.

With these docs, you can search for apis like limited_teleport_assets, their type parameters, and the docs that metadata provide for them.

You can also generate such documentation for any chain, using papi-generate-docs binary, provided by @polkadot-api/docgen package:

    
npm install polkadot-api @polkadot-api/docgen
papi add <...>
papi-generate-docs --config <path-to-papi-config> --output <docs_directory>
  

Note that this information might update a bit late after a runtime upgrade, since the docs are staticly generated once a day.

See papi.how for general Polkadot-API documentation.

Happy hacking!