Skip to main content
// RPC-REST-GRPC

API Documentation
for Web3

Interact with RPC, REST, and gRPC endpoints across 77+ blockchains using ready-to-run examples in JavaScript, Python, Go, and more. Learn to leverage Quicknode products like Streams, Webhooks, and IPFS to build, monitor, and scale blockchain applications from one unified platform.

GET STARTED
Send your first request
1
curl https://{your-endpoint-name}.quiknode.pro/{your-token}/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"method":"eth_blockNumber","params":[],"id":1,"jsonrpc":"2.0"}'
5