mintForFree
Authentication Required: Yes {add the datils of Auth Needed}
( organization / user ){use case and for who}
POST
https://daolity-staging-fd2c39ace734.herokuapp.com/nft/mintForFree
Headers
Name
Type
Description
access-control-allow-origin
*
Content-Type:
keep-alive
Request Body
Name
Type
Description
privateKey*
String
contractAddress *
String
Curl
curl -X 'POST' \
'https://daolity-staging-fd2c39ace734.herokuapp.com/nft/mintForFree' \
-H 'accept: */*' \
-H 'Content-Type: application/json' \
-d '{
"privateKey": "string",
"contractAddress": "string",
"mintAmount": "string",
"receiver": "string"
}'
Header:
access-control-allow-origin: *
connection: keep-alive
content-length: 49
content-type: application/json; charset=utf-8
date: Thu,28 Sep 2023 17:07:41 GMT
etag: W/"31-zBHYq+MaG2Vl6D3ubX7jQE4s6GI"
server: Cowboy
via: 1.1 vegur
Last updated