Back to all services Back to all services
Starknet logo

Starknet

chainID: starknet MAINNET

Connectivity

Starknet Endpoints

JSON-RPC (HTTPS)

https://rpc.starknet.cumulo.com.es

WebSocket (WSS)

wss://ws.starknet.cumulo.com.es

Test the RPC Endpoint

curl -X POST https://rpc.starknet.cumulo.com.es \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","method":"starknet_blockHashAndNumber","params":[],"id":1}'

Test the WebSocket Endpoint

1. Install wscat globally

sudo npm install -g wscat

2. Connect to the WebSocket endpoint

wscat -c wss://ws.starknet.cumulo.com.es

3. Send a JSON-RPC request

{"jsonrpc":"2.0","method":"starknet_blockHashAndNumber","params":[],"id":1}

Metrics

Prometheus Metrics

https://metrics.starknet.cumulo.com.es