---
title: "GET /blocklist/:chainId/:tokenAddress"
method: GET
path: "/blocklist/:chainId/:tokenAddress"
---

# GET /blocklist/:chainId/:tokenAddress

`GET /blocklist/:chainId/:tokenAddress`

## Path parameters

- `chainId` integer, nullable — The chain ID to query
- `tokenAddress` string, required — The token address to query

## Response `200`

Returns whether or not the token is blocked on given chain id

- object
  - `isBlocked` boolean, required — Is the token blocked?

---

[API](https://skmtc.dev/boost/apis/boost-v2-api.md) · [All operations](https://skmtc.dev/boost/apis/boost-v2-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/boost/boost-v2-api/revisions/23f55c70a429/schema)
