MainNet

RPC Endpoints

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

  • RPC: https://shannon-grove-rpc.mainnet.poktroll.com

  • RPC: https://rpc-pocket.blockval.io

  • gRPC: https://shannon-grove-grpc.mainnet.poktroll.com

  • REST: https://shannon-grove-api.mainnet.poktroll.com

  • REST: https://api-pocket.blockval.io

MainNet JSON-RPC Example

Using curl:

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

Using the pocketd binary:

pocketd query block --type=height 69 --network=main

MainNet Genesis

The genesis file for the Pocket Network is located at: https://github.com/pokt-network/pocket-network-genesis/tree/master/shannon/mainnet

Useful links:

  • https://dev.poktroll.com/explore/tools/shannon_mainnet#rpc-endpoints

  • https://dev.poktroll.com/explore/tools/shannon_mainnet#mainnet-json-rpc-example

  • https://dev.poktroll.com/explore/tools/shannon_mainnet#mainnet-genesis

Other resources:

  • StakeNode's MACT Faucet for claiming POKT: https://faucet.pocket.network/

  • StakeNodes' Explorer: https://explorer.pocket.network/pocket-mainnet

  • Soothe's Explorer: https://shannon-mainnet.trustsoothe.io/

  • Blockval's Explorer: https://explorer.blockval.io/pocket

  • Soothe's GraphQL Playground: https://shannon-mainnet-api.trustsoothe.io/

Was this helpful?