Skip to main content

Node API reference

Warden Protocol nodes are central points of contact for the Warden Protocol. They are responsible for routing requests to Keychain and for routing responses back to the client.

There are two ways to communicate with a node:

  • HTTP API, default port 1317
  • gRPC API, default port 9090

You can find the HTTP API reference here:

Note: Since the HTTP API is based on the gRPC API, you can also use it as a quick reference. If you want to learn more, look at the Protobuf definitions in the proto/ directory.