isWhitelisted
Authentication Required: Yes
POST
https://daolity-staging-fd2c39ace734.herokuapp.com/nft/isWhitelisted
Headers
Name
Type
Description
String
access-control-allow-origin
*
connection
keep-alive
content-type
application/json; charset=utf-8
Request Body
Name
Type
Description
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