---
title: "GET /v1/address/{walletAddress}/activity/"
method: GET
path: "/v1/address/{walletAddress}/activity/"
tags: ["get-address-activity"]
---

# GET /v1/address/{walletAddress}/activity/

`GET /v1/address/{walletAddress}/activity/`

Commonly used to locate chains which an address is active on with a single API call.

## Path parameters

- `walletAddress` string, required

## Query parameters

- `testnets` boolean

## Response `200`

Successful response

- object
  - `updated_at` string, date-time — The timestamp when the response was generated. Useful to show data staleness to users.
  - `address` string — The requested address.
  - `items` object[] — List of response items.
    - `extends` object
      - `name` string — The chain name eg: `eth-mainnet`.
      - `chain_id` string — The requested chain ID eg: `1`.
      - `is_testnet` boolean — True if the chain is a testnet.
      - `db_schema_name` string — Schema name to use for direct SQL.
      - `label` string — The chains label eg: `Ethereum Mainnet`.
      - `category_label` string — The category label eg: `Ethereum`.
      - `logo_url` string — A png logo url for the chain.
      - `black_logo_url` string — A black png logo url for the chain.
      - `white_logo_url` string — A white png logo url for the chain.
      - `color_theme` object — The color theme for the chain.
        - `red` integer — The red color code.
        - `green` integer — The green color code.
        - `blue` integer — The blue color code.
        - `alpha` integer — The alpha color code.
        - `hex` string — The hexadecimal color code.
        - `css_rgb` string — The color represented in css rgb() functional notation.
      - `is_appchain` boolean — True if the chain is an AppChain.
      - `appchain_of` object — The ChainItem the appchain is a part of.
    - `first_seen_at` string, date-time — The timestamp when the address was first seen on the chain.
    - `last_seen_at` string, date-time — The timestamp when the address was last seen on the chain.

---

[API](https://skmtc.net/covalenthq/apis/goldrush-multichain-data-apis.md) · [All operations](https://skmtc.net/covalenthq/apis/goldrush-multichain-data-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/covalenthq/goldrush-multichain-data-apis/revisions/c099830c76a0/schema)
