๐ฎRPC & REST API
Learn what Solana APIs are available via DataHub and how to use them
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 DataHub 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) -
https://solana--devnet--rpc.datahub.figment.io/
Solana Devnet Websocket (Deprecated) -
wss://solana--devnet--ws.datahub.figment.io/
Solana Mainnet RPC (Deprecated) -
https://solana--mainnet--rpc.datahub.figment.io/
โ New Endpoints To improve performance and to simplify your DataHub experience, please only use the following Solana endpoints. Devnet
Solana Devnet RPC -
https://solana--devnet.datahub.figment.io/
Solana Devnet Websocket -
wss://solana--devnet.datahub.figment.io/
Mainnet
Solana Mainnet RPC -
https://solana--mainnet.datahub.figment.io/
Solana Mainnet Websocket -
wss://solana--mainnet.datahub.figment.io/
Solana RPC/WS
You can review the official Solana RPC documentation HERE
Last updated