Skip to main content

Plans

Tip accounts:

Rate limits

How it works

  • Algorithm: Fixed 1-second window counter
  • Private endpoint: Rate limited per client
  • Public endpoint: Rate limited per source IP address

Default limits

Rate limit response

When the limit is exceeded, you receive an HTTP 429 response with rate limit headers:
Wait for the number of seconds indicated by Retry-After before sending the next request.

FAQ

What encoding should I use for transactions?

Base64 (recommended). Always pass {"encoding": "base64"} in the params. The transaction bytes should be the serialized, signed transaction encoded as a base64 string.

Can I use Syncro Sender for read-only RPC calls?

Yes, on private endpoints when this capability is enabled on your client profile. This proxies standard Solana RPC methods (e.g., getBalance, getTransaction, getSlot) through Syncro Sender’s RPC backend.

What happens if my tip is too low?

You’ll receive an error response with code -32602:
The error message includes both the amount you provided and the required minimum, so you can adjust accordingly.

How do I check if my transaction landed?

Use any standard Solana RPC’s getSignatureStatuses method: Syncro Sender handles delivery — it sends your transaction to validator leaders through multiple channels. Confirmation tracking should be done separately.

Contact & support