---
title: "Get Address"
method: GET
path: "/{address}"
---

# Get Address

`GET /{address}`

Get scam tokens for address.  Available with the Pro and Enterprise plans.

## Path parameters

- `address` string, required

## Headers

- `X-API-Key` string, required

## Response `200`

200

- object
  - `message` string
  - `malicious_contracts_count` integer
  - `categories` object[]
    - `name` string
    - `types` string[]
    - `count` integer
  - `contracts` object[]
    - `chainId` integer
    - `address` string
    - `types` string[]

## Other responses

- `400` — 400

---

[API](https://skmtc.net/tokensniffer/apis/chain-api.md) · [All operations](https://skmtc.net/tokensniffer/apis/chain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tokensniffer/chain-api/versions/b1dddd01cc85/schema)
