/
/blockvision_v2
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
  • getRetrieve Account Activity
  • getRetrieve Account Coins
  • getRetrieve Account NFTs
  • getRetrieve Account DeFi
  • getRetrieve Coin Detail
  • getRetrieve Coin Holders
  • get/sui/coin/market/pro
  • get/sui/coin/price/list
  • get/sui/coin/ohlcv
  • get/sui/coin/trades
  • get/sui/coin/dex/pools
  • getRetrieve Collection Detail
  • getRetrieve Collection Holders
  • getRetrieve Collection NFT List
  • getRetrieve NFT Activity
  • getRetrieve Account Tokens
  • getRetrieve Account DeFi
  • getRetrieve Account NFTs
  • getRetrieve Account Activity
  • getRetrieve Account Transactions
  • getRetrieve Account Internal Transactions
  • getRetrieve Account Token Activities
  • getRetrieve Account NFT Activities
  • getRetrieve Token Holders
  • getRetrieve Monad Holders
  • getRetrieve Collection Holders
  • get/monad/contract/detail
  • get/monad/verified/contracts
  • getRetrieve Contract Source Code
  • getRetrieve Token Gating
  • getRetrieve Token Detail
  • get/monad/token/price/list
  • get/monad/token/trades
  • get/monad/token/pools
  • get/monad/token/ohlcv
  • get/monad/token/market/data

Retrieve Token Gating

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

get/monad/token/gating

Query parameters

accountstring required

account address

contractAddressstring required

token contract address

Response

200

codeinteger
reasonstring
messagestring

Example response

{
  "message": "OK",
  "result": {
    "hasToken": true
  }
}

Changes