setCost

  • Authentication Required: Yes {add the datils of Auth Needed}

  • ( organization / user ){use case and fir who}

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

Headers

NameTypeDescription

access-control-allow-origin

*

Content-Type:

keep-alive

Request Body

NameTypeDescription

privateKey*

String

contractAddress *

String

cost

String


Curl

curl -X 'POST' \
  'https://daolity-staging-fd2c39ace734.herokuapp.com/nft/setCost' \
  -H 'accept: */*' \
  -H 'Content-Type: application/json' \
  -d '{
  "privateKey": "string",
  "contractAddress": "string",
  "cost": "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