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 theX-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