---
title: "Get Address Information"
method: GET
path: "/v1/address/info"
tags: ["Address Information"]
---

# Get Address Information

`GET /v1/address/info`

Returns information about the specified address, including the network and labels associated with it.

## Query parameters

- `network` string
- `address` string

## Response `200`

Address Information

- Address
  - `address` string, required
  - `is_validator` boolean, required
  - `malicious` boolean, required
  - `name` string, required
  - `network` string, required
  - `tags_source` string
  - `tags` object
  - `type` object, 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)
