Skip to main content

RPC Endpoints

TestNet RPC Endpoints

We have provided gRPC, JSON-RPC and REST endpoints, which are available here:

  • https://shannon-testnet-grove-seed-rpc.poktroll.com
  • https://shannon-testnet-grove-seed-grpc.poktroll.com
  • https://shannon-testnet-grove-seed-api.poktroll.com

You can review the difference between them in the Cosmos SDK docs.

JSON-RPC

Using curl:

curl -X POST https://shannon-testnet-grove-seed-rpc.poktroll.com/block

Using the poktrolld binary:

poktrolld query block --type=height 0 --node https://shannon-testnet-grove-seed-rpc.poktroll.com

gRPC

TODO: Add a gRPC example

REST

TODO: Add a REST example