GoldRush - powered by Covalent
Overview
GoldRush offers the most comprehensive Sei 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 Sei Data APIs provide fast, accurate, and developer-friendly access to the essential onchain data you need.
Supported APIs
| Product Name | Description | Key Data Feeds | Use Cases |
|---|---|---|---|
| Foundational API | Access structured historical blockchain data across 100+ chains via REST APIs |
|
|
Mainnet
| Property | Value |
|---|---|
| Chain Name | sei-mainnet |
| Chain ID | 1329 |
| Network Type | Frontier Chain |
| Support Level | frontier |
| Block Explorer | Explorer |
| Official Website | Sei Website |
| Native Gas Token | SEI |
API Usage
To use this blockchain network in GoldRush API calls, use:
Chain Name
sei-mainnet(mainnet)
Example API Calls (bash)
curl -X GET "https://api.covalenthq.com/v1/sei-mainnet/address/0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045/balances_v2/?key=API_KEY"SDK Usage (TypeScript)
import { GoldRushClient } from '@covalenthq/client-sdk';
const client = new GoldRushClient('API_KEY');
const resp = await client.BalanceService.getTokenBalancesForWalletAddress({
chainName: 'sei-mainnet',
walletAddress: '0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045'
});Foundational API Support
This chain supports 34 GoldRush Foundational APIs:
Wallet API
- Get token balances for address
- Get native token balance for address
- Get historical portfolio value over time
- Get ERC20 token transfers for address
Pricing API
Security API
Activity Feed API
- Get a transaction
- Get transaction summary for address
- Get earliest transactions for address (v3)
- Get recent transactions for address (v3)
- Get paginated transactions for address (v3)
- Get bulk time bucket transactions for address (v3)
- Get all transactions in a block (v3)
- Get all transactions in a block by page (v3)
Block Explorer API
- Get a block
- Get all chain statuses
- Get all chains
- Get block heights
- Get gas prices
- Get log events by contract address
- Get log events by topic hash(es)
- Get logs
Additional Resources
- Goldrush Docs - comprehensive knowledge base for all things GoldRush including a quickstart
- Sei Network Details - setup details and supported APIs for Sei
- Guides - learn how to build for various use cases and expand your onchain knowledge
- API Reference
- API Key - sign up for free
Last updated on