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

Authentication

Each Edge RPC endpoint requires a secret token for authentication. The secret is included in the URL:

Query Parameter

Pass the secret as a URL query parameter:

Header-Based Authentication

Alternatively, pass the secret via the X-ERPC-Secret-Token header:

Rate Limiting

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