---
title: "Retrieve Token Gating"
method: GET
path: "/monad/token/gating"
---

# Retrieve Token Gating

`GET /monad/token/gating`

Returns whether the given address holds a specific ERC-20, ERC-721, or ERC-1155 token.

## Query parameters

- `account` string, required
- `contractAddress` string, required

## Response `200`

200

- object
  - `code` integer
  - `reason` string
  - `message` string
  - `result` object
    - `hasToken` boolean

## Other responses

- `400` — 400

---

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