Skip to main content

v1/address/{walletAddress}/activity/ REST API Endpoint

Locate chains which an address is active on with a single API call.

Updated on
Jan 09, 2025

v1/address/{walletAddress}/activity/ REST API Endpoint

Path Parameters

walletAddress
string
REQUIRED
The requested address. Passing in an ENS, RNS, Lens Handle, or an Unstoppable Domain resolves automatically

Query Parameters

testnets
boolean
When set to true, the API includes data from testnet networks in the response. If omitted or set to false, only data from mainnet networks will be included

Returns

data
object
The data object which contains the following fields:
updated_at
string
A timestamp indicating when the data was last updated
address
string
The wallet address queried
items
array
An array of items representing activity on different chains
name
string
The short name of the chain
chain_id
string
The unique identifier for the chain
is_testnet
boolean
Indicates whether the chain is a testnet
db_schema_name
string
The database schema name corresponding to the chain
label
string
The display name of the chain
category_label
string
The category or ecosystem the chain belongs to
priority_label
string
The priority level of the chain
logo_url
string
URL pointing to the chain's default logo
black_logo_url
string
URL pointing to the chain's black-themed logo
white_logo_url
string
URL pointing to the chain's white-themed logo
color_theme
object
The color_theme object which contains the following fields:
red
integer
The red component of the color
green
integer
The green component of the color
blue
integer
The blue component of the color
alpha
integer
The alpha (opacity) value
hex
string
The hexadecimal representation of the color
css_rgb
string
The CSS rgb() representation of the color
is_appchain
boolean
Indicates whether the chain is an app-specific chain
appchain_of
string
Specifies which chain the appchain belongs to, or null if not an appchain
last_seen_at
string
A timestamp indicating the last time the chain's data was updated or accessed
error
boolean
Indicates whether an error occurred
error_message
string
The error message if an error occurred, or null otherwise
error_code
string
The error code if an error occurred, or null otherwise
Request
1
curl --location 'https://api.covalenthq.com/v1/address/0x9690C8c169dd8FC15d75593048E4c453B7CC451c/activity/' \
2
--header 'Content-Type: application/json' \
3
--header 'Authorization: Bearer YOUR_API_KEY'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free