Skip to main content
GET
/
blocklist
/
:chainId
/
:tokenAddress
cURL
curl --request GET \
  --url https://api-v2.boost.xyz/blocklist/:chainId/:tokenAddress
{
  "isBlocked": true
}

Path Parameters

chainId
integer | null

The chain ID to query

Required range: x >= 0
tokenAddress
string
required

The token address to query

Example:

"0x378632819f39c74c4f56b1429e760739c5fb51b7"

Response

200 - application/json

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

isBlocked
boolean
required

Is the token blocked?