Beta

Cross-Chain Activity API

by Covalent
15Supported chains 3Plans
Starting at $50.00
This add-on is currently in Beta

Feel free to test it, we would appreciate feedback to address any errors that may occur

Get a snapshot of a wallet's Web3 activity with one API call.

Use for optimizing your app onboarding by getting a list of active chains and the 'last-seen' date for a wallet. Scans over 200 blockchains including testnets.

Note - by purchasing this add-on, you get access to ALL the other Covalent add-ons in the marketplace.

Getting Started

There are 3 primary developer tools for using the Cross-Chain Activity API:
 
1. Unified API - enterprise-grade endpoints to use with any programming language. Switch blockchains with one path parameter.

curl -X GET https://api.covalenthq.com/v1/address/demo.eth/activity/ \
    -H 'Content-Type: application/json' \
    -u YOUR_API_KEY:

 
2. Client SDKs - official client libraries for TypeScript, Go and Python.
 

import { CovalentClient } from "@covalenthq/client-sdk";

(async () => {
   const client = new CovalentClient("YOUR_API_KEY");
   try { 
    const chains = await client.BaseService.getAddressActivity("demo.eth");
    console.log(chains.data);
} catch (error) {
    console.log(error.message);
}
})();

 
3. GoldRush Kit - beautifully designed React components for your dApp frontend
GoldRush Component Example

See the following links to our API Docs and Guides:
- API Docs: comprehensive knowledge base for all things Covalent
- Guides: learn how to build for various use cases and expand your onchain knowledge

Supported Chains

Arbitrum
Arbitrum Nova
Avalanche
Base
Blast
BNB Smart Chain
Celo
Ethereum logo
Ethereum
Fantom
Gnosis
Optimistic Ethereum
Polygon
Polygon zkEVM
Scroll
zkSync

Published on May 3, 2024

Support Website Support Email

Plans & features

Premium - $50/month
  • Premium - $50/month
  • Professional - $250/month
  • Platinum - $500/month
Enterprise Sales
Single Cross-Chain API Call
Scans over 200 blockchains for wallet activity
Testnets supported
Optimized for App Onboarding
50,000 API Credits Per Month