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

PropertyValue
Chain Namesolana-mainnet (Foundational API) / SOLANA_MAINNET (Streaming API)
Chain ID1399811149
Network TypeFrontier Chain
Support Levelfrontier
Block ExplorerExplorer
Official WebsiteSolana Website
Native Gas TokenSOL

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