---
title: "Address labels"
method: GET
path: "/v1/address/labels"
tags: ["Labels"]
---

# Address labels

`GET /v1/address/labels`

get labels by address

## Query parameters

- `chain_id` integer, required — chain network id, see [list of details](/platform/features/api/web3-api)
- `address` string, required — A hex string referencing a wallet address

## Headers

- `x-api-key` string, required

## Response `200`

Successful Response

- ResponseAddressLabels
  - `code` integer
  - `message` string
  - `data` object, required

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/chainbase/apis/data-cloud-task-api.md) · [All operations](https://skmtc.net/chainbase/apis/data-cloud-task-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chainbase/data-cloud-task-api/versions/4013781aa422/schema)
