Skip to main content

Overview

Solana delivers 400ms block times and sub-cent transaction fees, making it the chain of choice for high-frequency trading, gaming, PumpFun memecoin discovery, and consumer applications at scale.

Mainnet

API Usage

To use this blockchain network in GoldRush API calls, use:

Chain Name

  • solana-mainnet (mainnet)

Example API Calls

SDK Usage

Foundational API Support

JSON-RPC

Solana is available on the GoldRush JSON-RPC service. Point your existing Solana tooling (@solana/web3.js or raw HTTP) at the GoldRush endpoint — the standard Solana JSON-RPC method set is supported over HTTP, with live subscriptions over WebSocket.

Endpoint

WebSocket subscriptions are available at wss://rpc.goldrushdata.com/v1/solana-mainnet.

Example JSON-RPC Calls

Sample Methods

See the full method list and per-method examples for Solana.

Additional Resources