---
title: "Scan Address"
method: POST
path: "/v0/hedera/address/scan"
tags: ["Hedera"]
---

# Scan Address

`POST /v0/hedera/address/scan`

## Request body

- HederaAddressScanRequestSchema
  - `address` string, required — The address to validate.
  - `chain` 'mainnet', required — The chain the transaction runs on.

## Response `200`

Successful Response

- HederaAddressScanResponseSchema
  - `result_type` 'Malicious' | 'High-Risk' | 'Warning' | 'Benign' | 'Error', required
  - `features` HederaAddressScanFeature[] — A list of human-readable textual features describing the scanned address, intended for display to the end user.
    - `type` union, required
      - 'Malicious' | 'Warning' | 'Benign' | 'High-Risk' | 'Info' — The risk classification indicated by the feature. Possible values are `Malicious`, `High-Risk`, `Warning`, `Benign`, or `Info`.
      - string
    - `feature_id` string, required — The unique identifier for the feature.
    - `description` string, required — A human-readable description explaining the feature.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/blockaid-official/apis/blockaid-api.md) · [All operations](https://skmtc.net/blockaid-official/apis/blockaid-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockaid-official/blockaid-api/revisions/17c41f337b2e/schema)
