Skip to main content
Edge RPC provides authentication and rate limiting controls to secure your endpoints.

Authentication

Each Edge RPC endpoint requires an API key for authentication. The key is included in the URL:
Pass the key as a URL query parameter:

Rate Limiting

Rate limits can be configured per key in the Goldsky Dashboard. The following options are available:
  • Total RPS: Maximum requests per second across all IPs using this key
  • Per-IP RPS: Maximum requests per second from a single IP address