Your Gateway to Solana Data
RPC node infrastructure and API’s built for
Solana RPC – fast, robust, affordable
Enterprise-grade Solana RPC infrastructure that scales from development to mainnet and beyond.
Lightning-fast Solana data
Our V2 implementations delivers 2.5x faster latency per method, with the lowest average slot lag in the industry.
Guarenteed 99.999% uptime
Our network of geo-distributed nodes combined with Edge Gateway ensures redundancy and the most reliable service in the industry.
Complete control over your API credentials
Customizable rate limiting lets you precisely control API access per credential, ensuring both performance and security for your specific use case.
Fast support, fast solutions
24-hour support response time, ensuring your critical infrastructure issues are resolved swiftly and seamlessly.
Get your API key and start building
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
const web3 = require("@solana/web3.js");
let connection = new web3.Connection(
"https://solana-mainnet.api.syndica.io/api-token/<API KEY>/“, '',
);
let slot = await connection.getSlot();
Access Solana
Test our lightning fast and ultra-reliable nodes today by signing up and utilizing your API Key.
Stream real-time Solana data
{
"jsonrpc": "2.0",
"id": "123",
"method": "blockSubscribe",
"params": {},
}
ChainStream API
With ChainStream you can stream block, slot, and transaction events in real-time, all without having to setup a Geyser node.
Get more with your Subscription
Our feature packed free and paid subscriptions will give you the power you need to get your DApp up-and-running in a meaningful way.
Get started today with
Standard Mode ▼
- No access fee, ever
- 10M RPC calls each month
- Up to 100 requests-per-second
- 100GB of free data transfer
- Solana’s most reliable RPC provider
- Credit card required for verification
Welcome to Syndica
Access unrivaled speed and performance.
Standard · Free
Overview
August ▼
0.00M
RPC Calls
0 GB
Data Transferred
0
WebSockets
Maximum RPS
0 RPS
Total RPC Calls
10M
Billions
of requests / mo
99.999%
uptime
100s of TB
transferred per month
<20ms
latency to edge RPC nodes
Technical Blogs
Advanced Rate Limits: Manage and Secure Your Solana RPC Endpoints Using Custom Rules
Dec 05, 2024
Advanced Rate Limits: Manage and Secure Your Solana RPC Endpoints Using Custom Rules
Introducing Syndica Cloud: Our V2 RPC Implementation
Jul 24, 2024
Introducing Syndica Cloud: Our V2 RPC Implementation
Introducing Sig by Syndica, an RPS-focused Solana validator client written in Zig
Jul 19, 2023
What is Sig?
Sig is an intelligently optimized Solana validator implementation written in Zig, a cutting-edge low-level programming language.
Sig is a step function improvement in RPS
For every ‘write’ sendTransaction RPC call triggered on a node, 25 'read' calls are triggered. According to data...