Overview
HyperCore powers fully onchain perpetual futures and spot order books with 200,000 orders/second throughput. The backbone of Hyperliquidβs high-performance trading infrastructure.
GoldRush offers the most comprehensive HyperCore Data API suite for developers, analysts, and enterprises. Whether youβre
building a DeFi dashboard, a wallet, a trading bot, an AI agent or a compliance platform,
our HyperCore Data APIs provide fast, accurate, and developer-friendly access to the essential onchain data you need.
Supported APIs
Mainnet
| Property | Value |
|---|
| Chain Name | hypercore-mainnet |
| Chain ID | na |
| Network Type | Frontier Chain |
| Support Level | frontier |
| Block Explorer | Hyperliquid Explorer |
| Official Website | HyperCore Website |
| Native Gas Token | HYPE |
API Usage
To use this blockchain network in GoldRush API calls, use:
Chain Name
hypercore-mainnet (mainnet)
Example API Calls
curl -X GET "https://api.covalenthq.com/v1/hypercore-mainnet/address/0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045/balances_v2/?key=API_KEY"
SDK Usage
import { GoldRushClient } from "@covalenthq/client-sdk";
const client = new GoldRushClient("API_KEY");
const resp = await client.BalanceService.getTokenBalancesForWalletAddress({
chainName: "hypercore-mainnet",
walletAddress: "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
});
Streaming API Support
This chain supports 2 GoldRush Streaming APIs:
Additional Resources