Thanks to visit codestin.com
Credit goes to docs.sei.io

Skip to Content
OperateAPI configuration

Swagger Docs Endpoint

To enable the Swagger docs endpoint, you need to update api.swagger value to true in the app.toml file:

[api] # Swagger defines if swagger documentation should automatically be registered. swagger = true

Once node is restarted, swagger docs will be available at http://nodeipnode-ip:portport/swagger/

Last updated on