Solana Vibe Station
  • Introduction
    • About
    • General Information
    • Connection Information
    • Purchasing
    • Links and References
  • Solana Core Services
    • RPC Node Services
    • Staked RPC Services
    • Geyser gRPC Streaming
      • gRPC Streaming
    • Professional Consulting Services
  • Solana API
    • Overview
    • Jupiter API
    • Metaplex DAS API
  • Cloud Services
    • Overview
    • Getting Started
      • Creating An Account
      • Setup Your Profile
      • Securing your Account
      • Inviting Collaborators
      • Choosing a Payment Method
    • Purchasing a Service
      • VPS
  • Managing Your Service
    • Overview
    • Firewall
    • Storage
    • Logs
    • Usage
    • Billing
    • Upgrades
  • Support Tickets
  • Support
    • Discord Bot Commands
      • Updating IP Whitelist
      • Retrieve Your Connection Info
    • Troubleshooting
  • Miscellaneous
    • Benchmarks
    • Restricted Ports
    • Enabling Remote Desktop
Powered by GitBook
On this page
  • Example Request
  • Status Code Cheat Sheet
  • RPC & Staked RPC Services
  • gRPC Services
  1. Support

Troubleshooting

PreviousRetrieve Your Connection InfoNextBenchmarks

Last updated 1 month ago

Example Request

You can use the following CURL request to verify your connection to any of our RPC services. Just replace the <URL> portion with your RPC URL and API key.

curl <URL> -s -X POST -H "Content-Type: application/json" -d '
  {"jsonrpc":"2.0","id":1, "method":"getHealth"}
'

Assuming everything is correct and working right, you should see something like the following image.

Status Code Cheat Sheet

RPC & Staked RPC Services

Status Code
Meaning
Potential Causes

200

OK

No issues. Working as intended.

101

Connection Upgraded

Not an issue but the default status code response when making a successful WebSocket request.

403

Access Denied

Expired API key, typo in RPC URL/API key

429

Too many requests

You are exceeding the rate limit for your tier.

500+

Server Error

Unhandled/unexpected error somewhere.

gRPC Services

Status Code
Meaning
Potential Causes

200

OK

No issues. Working as intended.

403

Access Denied

429

Too many requests

You are exceeding the simultaneous connection limit for your gRPC tier.

500+

Server Error

Unhandled/unexpected error somewhere.

The IP address you are making requests from is not whitelisted.