Solana is the fastest blockchain in the world and the fastest growing ecosystem in crypto, with thousands of projects spanning DeFi, NFTs, Web3 and more.
Read MoreOur customers love us
Using Syndica as the primary Solana RPC provider for Star Atlas has enabled us to focus on our product and users instead of worrying about RPC infrastructure. Since switching 6 months ago, we haven't experienced a single instance of application downtime as a result of their service. In the video games industry where speed and reliability are king, we're grateful to have Syndica as a friendly, knowledgeable, and thoughtful partner.
Michael Lu
Head of Engineering at Star AtlasBuilding on Syndica has been pain-free. It's great when an RPC service 'just works'. Our team at Audius is super excited to see a continuously growing ecosystem of Solana infrastructure providers.
Raymond Jacobson
VP of Engineering at AudiusStart building on Solana today
With Syndica’s end-to-end infrastructure offering, you can start building on Solana straight out-of-the-box.
Speed Up Your UI
Lightning Fast Account Index API
getProgramAccounts is no longer a strain on your infrastructure. Our custom-built API speeds up this RPC method by 10x.
Plug-And-Play Into Web3
Easy To Use API
A few lines of code instantly gets you access to scalable RPC node infrastructure, advanced logging, and actionable insights.
Using Solana Web3 API
1const web3 = require("@solana/web3.js");
2let connection = new web3.Connection("https://solana-api.syndica.io/access-token/<ACCESS TOKEN>/", 'confirmed');
3let slot = await connection.getSlot();
Using curl
1curl https://solana-api.syndica.io/ \
2-X POST \
3-H "Content-Type: application/json" \
4-H "X-Access-Token: <ACCESS TOKEN>" \
5-d '{"jsonrpc":"2.0","id":"1", "method":"getHealth"}'