Endpoints & Resources

Public endpoints and data resources provided by g4mm4.net for PulseChain, PulseChain Testnet, and Ethereum. All endpoints are free and unauthenticated; fair-use rate limits apply at the edge.

JSON-RPC (execution layer)

ChainEndpointMethods
PulseChain mainnethttps://rpc-pulsechain.g4mm4.neteth, net, web3, txpool, trace, erigon, ots
PulseChain testnethttps://rpc-testnet-pulsechain.g4mm4.neteth, net, web3, txpool, trace, erigon, ots
Ethereum mainnethttps://rpc-ethereum.g4mm4.neteth, net, web3, txpool, trace, erigon

Plain JSON-RPC over HTTPS POST. Example:

curl -s https://rpc-pulsechain.g4mm4.net \
  -H 'content-type: application/json' \
  -d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'

note The debug_* namespace is not exposed publicly (rate-limited DoS surface). Internal consumers reach nodes over the VPC.

Beacon API (consensus layer)

ChainEndpointNotes
PulseChain mainnethttps://rpc-pulsechain.g4mm4.net/beacon-apistandard /eth/v1/* + /eth/v2/*; immutable-state responses cached at the edge
PulseChain testnethttps://rpc-testnet-pulsechain.g4mm4.net/beacon-apisame
Ethereum mainnethttps://rpc-ethereum.g4mm4.net/beacon-apiCaplin embedded
curl -s https://rpc-pulsechain.g4mm4.net/beacon-api/eth/v1/node/health

Checkpoint sync

ChainEndpoint
PulseChain mainnethttps://checkpoint-pulsechain.g4mm4.net
PulseChain testnethttps://checkpoint-testnet-pulsechain.g4mm4.net

Point a beacon client at a checkpoint URL for fast sync from a trusted finalized state instead of genesis.

Snapshots

Erigon3 snapshot sets for fast execution-layer bootstrap, refreshed daily:

ChainSnapshot set
PulseChain mainnethttps://g4mm4-snapshots.hel1.your-objectstorage.com/release/3.0/
PulseChain testnethttps://g4mm4-snapshots.hel1.your-objectstorage.com/testnet/release/3.0/

Use your chain's manifest.txt + aria2c (see the g4mm4 snapshot downloader for the exact flow).

Service APIs

ServiceDocs
Block explorerexplorer.g4mm4.net/docs/api
Contract verification (ContractLab)contractlab.g4mm4.net/api-docs
Sourcify (testnet verification)sourcify-testnet.contractlab.g4mm4.net
DexTracedextrace.g4mm4.net/api-docs
PLS Supply (FastAPI)pls-supply.g4mm4.net/docs
Bridge statusbridge-status.g4mm4.net/api
SoundMoneysoundmoney.g4mm4.net/api

Fair use

Per-IP rate limits apply at the edge (HAProxy). Heavy full-state beacon queries are additionally capped cluster-wide; prefer filtered ?id= queries, which are exempt. Abusive sources are auto-blocked and shared across edge nodes.