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

# Search Address Labels

`GET /v1/address/labels/search`

Returns a list of addresses that match the specified search term.

## Query parameters

- `networks` string[]
- `addresses` string[]
- `searchString` string
- `includeNft` boolean
- `validateSearch` boolean, required

## Response `200`

List of addresses that match the specified search term.

- AddressDetails[]
  - `address` string, required
  - `network` string, required
  - `ecosystem` string, required
  - `name_tag` string
  - `category` string
  - `address_role` string
  - `entity` string
  - `attributes` object
  - `tags` string[]
  - `entity_icon_url` string
  - `malicious` boolean, required
  - `is_validator` boolean, required

---

[API](https://skmtc.net/range/apis/range-platform-api.md) · [All operations](https://skmtc.net/range/apis/range-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/range/range-platform-api/revisions/9926df2e476d/schema)
