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: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:
How do I check if my transaction landed?
Use any standard Solana RPC’sgetSignatureStatuses method:
Syncro Sender handles delivery — it sends your transaction to validator leaders through multiple channels. Confirmation tracking should be done separately.
Contact & support
- Telegram: support.p2p.org
- Email support@p2p.org