isWhitelisted

  • Authentication Required: Yes

POST https://daolity-staging-fd2c39ace734.herokuapp.com/nft/isWhitelisted

Headers

Request Body


Curl

curl -X 'POST' \
  'https://daolity-staging-fd2c39ace734.herokuapp.com/nft/isWhitelisted' \
  -H 'accept: */*' \
  -H 'Content-Type: application/json' \
  -d '{
  "privateKey": "string",
  "contractAddress": "string",
  "address": "string"
}'

Last updated