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

# Scan Address

`POST /v0/solana/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

- SolanaAddressScanRequestSchema
  - `address` string, required
  - `chain` 'mainnet' | 'eclipse_mainnet' | 'sonic_mainnet' | '5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp' | 'EtWTRABZaYq6iMfeYKouRu166VU2xqa1' | 'EAQLJCV2mh23BsK2P9oYpV5CHVLDNHTxY'

## Response `200`

Successful Response

- SolanaAddressScanResponseSchema
  - `result_type` 'Benign' | 'Warning' | 'Malicious' | 'Error', required
  - `features` SolanaAddressFeatureModel[] — 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/revisions/17c41f337b2e/schema)
