---
title: "Get address data"
method: GET
path: "/v1/api/address_data/{chain}/{address}"
tags: ["address_data"]
---

# Get address data

`GET /v1/api/address_data/{chain}/{address}`

## Response `200`

OK

- AddressData
  - `id` integer, required
  - `address` string, required
  - `isSanctioned` boolean, nullable, required
  - `hasCompletedMissions` boolean, nullable, required
  - `createdAt` string, required

## Other responses

- `default` — Default error response

---

[API](https://skmtc.dev/streamflow/apis/my-api.md) · [All operations](https://skmtc.dev/streamflow/apis/my-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/streamflow/my-api/revisions/f2205e955030/schema)
