Skip to main content

Overview

Arbitrum is Ethereum’s leading L2 rollup, combining full EVM equivalence with dramatically lower fees. Trusted by major DeFi protocols for secure, scalable smart contract execution.
Note about how we calculate transaction fees on Arbitrum:Generally, the fees_paid in our transaction response is simply the product of gas_price and gas_spent .However for Arbitrum, the fees_paid in our transaction response is the sum of multiple L1 and L2 fees associated with the function call, transaction execution and storage.To calculate the same fees_paid provided in our transaction response from Arbiscan , take the product of their Gas Price Bid and Gas Usage.
GoldRush offers the most comprehensive Arbitrum 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 Arbitrum Data APIs provide fast, accurate, and developer-friendly access to the essential onchain data you need.

Supported APIs

Mainnet

PropertyValue
Chain Namearbitrum-mainnet
Chain ID42161
Network TypeFrontier Chain
Support Levelfrontier
Block ExplorerArbiscan
Official WebsiteArbitrum Website
Native Gas TokenETH

Testnet

PropertyValue
Chain Namearbitrum-sepolia
Chain ID421614
PurposeDevelopment and testing network
Support Levelfrontier
Block ExplorerSepolia Arbiscan
Official WebsiteArbitrum Sepolia Testnet Website
Native Gas TokenETH

API Usage

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

Chain Name

  • arbitrum-mainnet (mainnet)
  • arbitrum-sepolia (testnet)

Example API Calls

curl -X GET "https://api.covalenthq.com/v1/arbitrum-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: "arbitrum-mainnet",
    walletAddress: "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
});

Foundational API Support

This chain supports 23 GoldRush Foundational APIs:

Wallet API

NFT API

Pricing API

Security API

Activity Feed API

Block Explorer API

Additional Resources