Withdraw
This documentation provides a comprehensive guide on how to use this API route to facilitate NFT withdrawals within the Daolity platform.
Authentication Required: Yes {add the datils of Auth Needed}
( organization / user )
POST
https://daolity-staging-fd2c39ace734.herokuapp.com/nft/withdraw
Headers
Name
Type
Description
access-control-allow-origin
*
Content-Type:
keep-alive
API_KEY
String
This is gotten for Daolity dashboard
Request Body
Name
Type
Description
privateKey*
String
contractAddress *
String
Curl
curl -X 'POST' \
'https://daolity-staging-fd2c39ace734.herokuapp.com/nft/total-supply' \
-H 'accept: */*' \
-H 'Content-Type: application/json' \
-d '{
"privateKey": "string",
"contractAddress": "string"
}'
Test the SDK:
Last updated