DataHub Docs
DataHubLearnCommunity
  • ๐Ÿ‘‹Welcome to Figment Docs
  • ๐ŸšฉIntroduction
    • ๐Ÿš€Why Build on Web 3?
    • ๐Ÿ’ปWhat is DataHub?
  • ๐Ÿ“–DataHub Guides
    • ๐Ÿ“DataHub Products
      • Transaction Search API
      • Staking API
    • ๐ŸญDataHub Infrastructure
    • ๐ŸGet Started With DataHub
    • ๐ŸšจQuotas & Rate Limits
    • ๐Ÿ’กDashboard how-tos
      • Configuring CORS whitelist
  • ๐Ÿ“šNetwork Documentation
    • ๐Ÿ”ญNetwork Guide
    • ๐Ÿ…ฐ๏ธArbitrum
      • ๐ŸŽฎRPC & REST API
    • ๐Ÿ”๏ธAvalanche
      • ๐ŸŽฎRPC & REST API
        • Avalanche Indexer API
    • ๐Ÿ’ Binance Smart Chain
      • ๐ŸŽฎRPC & REST API
    • ๐Ÿ’ฐCelo
      • ๐Ÿ’ผCELO Wallet
      • ๐ŸŽฎRPC & REST API
    • โžฐCentrifuge
      • ๐ŸŽฎRPC & REST API
    • ๐ŸŒŒCosmos
      • ๐ŸŽฎRPC & REST API
      • ๐ŸŽŠEnriched APIs
        • Transaction Search
        • Rewards API
    • ๐Ÿ’ŽEthereum
      • ๐ŸŽฎRPC & REST API
    • ๐ŸงŠFantom
      • ๐ŸŽฎRPC & REST API
    • ๐ŸฆKusama
      • ๐ŸŽฎRPC & REST API
    • ๐Ÿ“ฑMina
      • ๐ŸŽฎRPC & REST API
        • Indexer API Documentation
        • Query Mina GraphQL API
    • ๐ŸŒˆNEAR
      • ๐ŸŽฎRPC & REST API
      • ๐ŸŽŠEnriched APIs
        • Indexer API
      • ๐Ÿ’ผNEAR Wallet
    • ๐Ÿ๏ธOasis
      • ๐ŸŽฎRPC & REST API
        • Oasis REST API
    • ๐ŸงชOsmosis
      • ๐ŸŽฎRPC & REST API
    • ๐ŸกPolkadot
      • ๐ŸŽฎRPC & REST API
      • ๐ŸŽŠEnriched APIs
        • Indexer API
        • Transaction Search
    • โ›ฝPolygon (Matic)
      • ๐ŸŽฎRPC & REST API
    • ๐Ÿ”‹Solana
      • ๐ŸŽฎRPC & REST API
    • ๐Ÿ“šExtra Guides
      • Blockchain Fundamentals
      • Docker Setup for Windows
      • Troubleshooting CORS Errors on DataHub
      • 5XX Retry Logic Best Practices
        • 5XX Retry Logic Best Practices - NodeJS
        • 5XX Retry Logic Best Practices - Python
        • 5XX Retry Logic Best Practices - Ruby
        • 5XX Retry Logic Best Practices - Go
      • Setting up a fresh JavaScript Project with dotenv
      • Getting started with dotenv and .env files
      • Rust Learning Resources
      • Setup Solana BPF Toolchain on Windows
      • Figment Learn Pathway Troubleshooting
  • ๐Ÿค”Other
    • ๐ŸงพGlossary
    • ๐Ÿ—ณ๏ธSupport
  • ๐Ÿ”—Terms & Conditions
    • Terms of Use
    • Terms & Conditions DataHub
    • Privacy Policy
    • Contributor Terms
Powered by GitBook
On this page
  • Time to play
  • Solana RPC/WS

Was this helpful?

  1. Network Documentation
  2. Solana

RPC & REST API

Learn what Solana APIs are available via DataHub and how to use them

PreviousSolanaNextExtra Guides

Last updated 2 years ago

Was this helpful?

Time to play

Solana exposes a single JSON RPC to enable the development of applications on the Solana protocol.

Learn about the APIs available via Solana below -

As part of DataHubโ€™s continuous improvement, we are making some changes to the Solana endpoints which may affect your activity. Figment has decided to deprecate the following Solana Devnet and Mainnet endpoints. To improve performance we recommend updating to use the new endpoints as soon as possible

โŒ Old Endpoints The deprecation is expected to occur on May 31st, 2022, after which the following Solana services will be removed and no longer accessible using DataHub.

  • Solana Devnet RPC (Deprecated) -

  • Solana Devnet Websocket (Deprecated) -

  • Solana Mainnet RPC (Deprecated) -

โœ… New Endpoints To improve performance and to simplify your DataHub experience, please only use the following Solana endpoints. Devnet

  • Solana Devnet RPC -

  • Solana Devnet Websocket -

Mainnet

  • Solana Mainnet RPC -

  • Solana Mainnet Websocket -

Solana RPC/WS

You can review the official Solana RPC documentation

๐Ÿ“š
๐Ÿ”‹
๐ŸŽฎ
DataHub
https://solana--devnet--rpc.datahub.figment.io/
wss://solana--devnet--ws.datahub.figment.io/
https://solana--mainnet--rpc.datahub.figment.io/
https://solana--devnet.datahub.figment.io/
wss://solana--devnet.datahub.figment.io/
https://solana--mainnet.datahub.figment.io/
wss://solana--mainnet.datahub.figment.io/
HERE