Ir al contenido principal

GoldRush Wallet API on Arbitrum Nova

Actualizado el
12 de noviembre de 2025

Resumen

The GoldRush Wallet API by Covalent helps developers integrate multichain wallet functionality into their applications. Supporting over 100 blockchain networks, it provides efficient tools to fetch ERC20, NFT, and native token balances, transaction histories, and token metadata. The API is ideal for building wallets, portfolio trackers, DeFi platforms, and token-gating applications.

Features of the GoldRush Wallet API

The GoldRush Wallet API offers the following features:


  • Multi-Chain Support: Query wallet data across 100+ blockchain networks through a single unified API.
  • Price Data Integration: Retrieve both real-time and historical token prices with built-in fiat conversion.
  • Performance Optimizations: Benefit from cached NFT assets and metadata for fast rendering of portfolio views and wallet interfaces.
  • Developer Tools: Implement quickly with TypeScript, Python, and Go SDKs, along with ready-to-use React components for UI development.
  • Enterprise Features: Scale confidently with high-performance infrastructure, comprehensive error handling, and built-in data pagination.

How to Get the API Key


  • Step 1: Visit the Quicknode dashboard.
  • Step 2: Select an endpoint for any supported chain from the Endpoints section.
  • Step 3: Navigate to the Add-on section of that endpoint.
  • Step 4: In the Wallet API section of the Addon, click on the "Sign in to Dashboard" button. This will redirect you to the GoldRush dashboard where you can access your API key.

Supported Chains

The GoldRush Wallet API supports the following blockchain networks:

Blockchain Network
Arbitrum
Arbitrum Nova
Avalancha
Base
Bitcoin
Explosión
BNB Smart Chain
Celo
Ethereum
Fantom
Gnosis
Optimistic Ethereum
Polígono
Polygon zkEVM
Desplazarse
Solana
zkSync

Making API Requests

The GoldRush Wallet API supports multiple programming languages. Below are the prerequisites needed to run the example code in this documentation:

cURL

La mayoría de los sistemas basados en *nix son compatibles con cURL de serie. cURL es una herramienta de línea de comandos y una biblioteca para transferir datos mediante URL. Comprueba si la tienes ejecutando lo siguiente:

curl -h

Python

Para ejecutar nuestros ejemplos de código en Python, necesitarás tener instalado Python, así como el paquete «requests». Puedes instalar este paquete con el siguiente comando:

python -m pip install requests

JavaScript

To run our JavaScript code examples, you'll need to have Node v18 and up installed. You can follow this official document to install the latest, stable version of Node globally. Check if you have it by running the following:

nodo -v

Rubí

To run our Ruby code examples, you'll need to have Ruby installed. You can follow this official installation document for more information. Check if you have it by running the following:

ruby -v

¡Nos encanta recibir comentarios!

If you have any feedback or questions about this documentation, let us know. We'd love to hear from you! And for more detail on the GoldRush API, you can visit the GoldRush API Official Website.

Comparte este documento