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
| Property | Value |
|---|
| Chain Name | solana-mainnet (Foundational API) / SOLANA_MAINNET (Streaming API) |
| Chain ID | 1399811149 |
| Network Type | Frontier Chain |
| Support Level | frontier |
| Block Explorer | Explorer |
| Official Website | Solana Website |
| Native Gas Token | SOL |
API Usage
To use this blockchain network in GoldRush API calls, use:
Chain Name
solana-mainnet / SOLANA_MAINNET (mainnet)
Example API Calls
curl -X GET "https://api.covalenthq.com/v1/solana-mainnet/address/4ZJhPQAgUseCsWhKvJLTmmRRUV74fdoTpQLNfKoekbPY/balances_v2/?key=<GOLDRUSH_API_KEY>"
SDK Usage
import { GoldRushClient } from "@covalenthq/client-sdk";
const client = new GoldRushClient("<GOLDRUSH_API_KEY>");
const resp = await client.BalanceService.getTokenBalancesForWalletAddress({
chainName: "solana-mainnet",
walletAddress: "4ZJhPQAgUseCsWhKvJLTmmRRUV74fdoTpQLNfKoekbPY"
});
Foundational API Support
Streaming API Support
This chain supports 8 GoldRush Streaming APIs:
Pipeline API Support
This chain supports 2 GoldRush Pipeline API data objects that can be streamed to your infrastructure:
Additional Resources