isWhitelisted

  • Authentication Required: Yes

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

Headers

NameTypeDescription

String

access-control-allow-origin

*

connection

keep-alive

content-type

application/json; charset=utf-8

Request Body

NameTypeDescription

privateKey*

String

contractAddress*

String

address*

String


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