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

# Scan Address

`POST /v0/sui/address/scan`

Gets an address and returns a full security assessment indicating whether or not this address is malicious as well as textual reasons of why the address was flagged that way.

## Request body

- SuiAddressScanRequestSchema
  - `address` string, required
  - `chain` 'mainnet', required

## Response `200`

Successful Response

- SuiAddressScanResponseSchema
  - `result_type` union, required — Verdict of the validation
    - 'Benign' | 'Spam' | 'Warning' | 'Malicious'
    - 'Benign' | 'Warning' | 'Malicious' | 'Error'
  - `features` SuiAddressFeatureModel[] — A list of textual features about this transaction that can be presented to the user.
    - `type` 'Benign' | 'Warning' | 'Malicious' | 'Info', required
    - `feature_id` string, required
    - `description` string, required

## 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/versions/17c41f337b2e/schema)
