Troubleshooting HTTP Status Codes
Status Codes
You'll see status codes used throughout the Syndica app. On your RPC Analytics dashboard, you're able to see a full breakdown of calls by status code.
HTTP Code | Message | How to Fix |
---|---|---|
200 | Success | Nothing to fix, everything is working as expected |
401 | Unauthorized | Check to make sure your credentials are valid and not expired |
402 | Payment Required | The service you are trying to access requires a paid account. You can upgrade at any time through the billing page. See our pricing page here. |
429 | Rate Limit Exceeded | Implement throttle or debounce on non critical calls, or for critical applications, upgrade your plan for higher RPS |
503 | Service Unavailable | The service you are trying to access is temporariliy unavailable. You can view the status of our services here. |