NFT Total Supply

The "NFT Collection Total Supply" API route provides information about the total supply of Non-Fungible Tokens (NFTs) within a specific NFT collection.

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

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

Headers

NameTypeDescription

access-control-allow-origin

*

Content-Type:

keep-alive

Request Body

NameTypeDescription

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"
}'

Last updated