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 MoreStart building on Solana today
With Syndica’s end-to-end infrastructure offering, you can start building on Solana straight out-of-the-box.
A product suite built specifically for Solana
Misison-critical Custom API's
Custom products like our ChainStream API make Solana easier to build on.
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-mainnet.api.syndica.io/api-key/<API KEY>/", 'confirmed');
3let slot = await connection.getSlot();
Using curl
1curl https://solana-mainnet.api.syndica.io/ \
2-X POST \
3-H "Content-Type: application/json" \
4-H "X-Syndica-Api-Key: <API KEY>" \
5-d '{"jsonrpc":"2.0","id":"1", "method":"getHealth"}'
Get Started Now
Take your Solana DApp to the next level
Rely on trusted infrastructure used by the best in the ecosystem.