---
title: "Scan Token Bulk"
method: POST
path: "/v0/token-bulk/scan"
tags: ["Token"]
---

# Scan Token Bulk

`POST /v0/token-bulk/scan`

Gets a list of token addresses and scan the tokens to identify any indication of malicious behaviour

## Request body

- BulkTokenValidationRequest
  - `metadata` TokenMetadata
    - `domain` string, nullable — cross reference transaction against the domain.
  - `chain` 'arbitrum' | 'avalanche' | 'base' | 'bsc' | 'ethereum' | 'optimism' | 'polygon' | 'zora' | 'solana' | 'starknet' | 'starknet-sepolia' | 'stellar' | 'linea' | 'degen' | 'zksync' | 'scroll' | 'blast' | 'soneium-minato' | 'base-sepolia' | 'bitcoin' | 'abstract' | 'soneium' | 'ink' | 'berachain' | 'unichain' | 'ronin' | 'sui' | 'hedera' | 'hyperevm' | 'xlayer' | 'monad' | 'megaeth' | 'tempo' | 'sei' | 'kaia' | 'tron' | 'robinhood' | 'flare', required — The chain name
  - `tokens` string[], required — A list of token addresses to scan

## Response `200`

Successful Response

- BulkTokenValidationResponse
  - `results` object, required
  - `errors` object — Errors encountered during bulk scanning, keyed by token address

## 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)
