REST API
View the REST API documentation
View the REST API documentation for more information about the available APIs.
Enable Swagger UI
You can also interact with APIs using Swagger UI. To do this, set --swagger-ui-enabled
to true
.
Access Swagger UI at http:<interface>:<port>/swagger-ui
where:
interface
is specified using--http-listen-host
port
is specified usinghttp-listen-port
The default location is http://localhost:9000/swagger-ui
.
You can also use tools such as Postman or cURL to interact with Web3Signer APIs.