Skip to main content

RPC Endpoints

Types of RPC Endpoints

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

Beta TestNet

Beta RPC Endpoints

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

  • RPC: https://shannon-testnet-grove-rpc.beta.poktroll.com
  • gRPC: https://shannon-testnet-grove-grpc.beta.poktroll.com
  • REST: https://shannon-testnet-grove-api.beta.poktroll.com

Beta JSON-RPC Example

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

Alpha TestNet

Alpha RPC Endpoints

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

  • RPC: https://shannon-testnet-grove-rpc.alpha.poktroll.com
  • gRPC: https://shannon-testnet-grove-grpc.alpha.poktroll.com
  • REST: https://shannon-testnet-grove-api.alpha.poktroll.com

Alpha JSON-RPC Example

Using curl:

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

Using the poktrolld binary:

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