Admin API
This API can be used for measuring node health and debugging. Note that the Admin API is disabled by default for security reasons.
To run a node with the Admin API enabled, use command line argument --api-admin-enabled=true
.
Path
API Methods
admin.alias
Assign an alias to an API endpoint, basically a different endpoint for the API. The original endpoint will still work. This change only affects this node; other nodes will not know about this alias.
endpoint
is the original endpoint of the API.endpoint
should only include the part of the endpoint after/ext/
.The API being aliased can now be called at
ext/alias
.alias
can be at most 512 characters.
Example Call
Last updated