Skip to main content

Shell endpoints

/api/v1/[endpoint]

HiRPC endpoints

EndpointMethodContent typeResponse typeDescription
/hirpc/[nocache]POSTapplication/octet-streamapplication/octet-streamHiRPC request to be sent to the kernel as-is. Request should be of valid HiRPC receive method. If method is dartRead the cache may be used if it is enable in the shell and not nocachein path. Method submit is deprecated. Method faucet is a successor of the /invoice2pay endpoint.
/dart/[nocache]POSTAlias for /hirpc. Deprecated.
/contractPOSTAlias for /hirpc. Deprecated.
/invoice2payPOSTapplication/octet-streamapplication/octet-streamDeprecated, use faucet method on /hirpc/

non-HiRPC endpoints

EndpointMethodContent typeResponse typeDescription
/versionGETtext/plainTagionshell version and build info.
/bullseye/[json|hibon]GETapplication/json
application/octet-stream
The DART bullseye in the JSON or HiBON (default) form.
/sysinfoGETapplication/jsonSystem info of the server where tagon shell is running. Also contains the shell options.