Accessing RPC Endpoints
Endpoint Types

Quickscope currently provides two types of RPC endpoints per project:
- HTTPS RPC Endpoint
- WebSocket Endpoint (WSS)
Both endpoints are automatically generated when your project is created in the dashboard. You can find them under Dashboard > RPC > Endpoints.
Endpoint Format

Each endpoint is tied to your project and secured with an API key. The format is as follows:
-
HTTPS RPC Endpoint:
https://{region}.rpc.quickscope.so/api?api-key=<your-api-key>
-
WebSocket Endpoint (WSS):
wss://{region}.rpc.quickscope.so/wss?api-key=<your-api-key>
Replace
<region>
with your deployment region (e.g.nyc
,frankfurt
) and<your-api-key>
with your actual project API key.We currently have:
- <nyc>
- <frankfurt>
Do not share these URLs publicly. Each endpoint is rate-limited and monitored for abuse prevention.
Updated 13 days ago
What’s Next