v1
latestOpenAPI 3.1.02026-07-26360335.7 KBRetrieve 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
Example response
{
"message": "OK",
"result": {
"hasToken": true
}
}