Shell endpoints
/api/v1/[endpoint]
HiRPC endpoints
| Endpoint | Method | Content type | Response type | Description |
|---|---|---|---|---|
| /hirpc/[nocache] | POST | application/octet-stream | application/octet-stream | HiRPC 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] | POST | Alias for /hirpc. Deprecated. | ||
| /contract | POST | Alias for /hirpc. Deprecated. | ||
| /invoice2pay | POST | application/octet-stream | application/octet-stream | Deprecated, use faucet method on /hirpc/ |
non-HiRPC endpoints
| Endpoint | Method | Content type | Response type | Description |
|---|---|---|---|---|
| /version | GET | text/plain | Tagionshell version and build info. | |
| /bullseye/[json|hibon] | GET | application/json application/octet-stream | The DART bullseye in the JSON or HiBON (default) form. | |
| /sysinfo | GET | application/json | System info of the server where tagon shell is running. Also contains the shell options. |