This API provides access to Signer, Store, P2P, and Health services.
Services
- Signer Service - Sign messages and retrieve public keys
- Store Service - Access blocks, state, and metadata
- P2P Service - Network and peer information
- Health Service - Node health checks and simple HTTP endpoints
Protocols
gRPC-Web Protocol
Most endpoints use gRPC-Web protocol over HTTP/1.1 with JSON encoding. Requests are made via POST with Content-Type: application/json
.
Simple HTTP Endpoints
Some endpoints (like /health/live
) are simple HTTP GET requests that return plain text responses for basic monitoring and health checks.
Contact
Servers
http://localhost:7331A local Rollkit instance configured to provide a remote procedure call (RPC) endpoint, actively listening for connections on TCP port 7331.