cnft_service

Get cNFT config

get/api/v1/services/cnft/config

Response

Compress NFT config

usd_price_per_nftnumber required

Example response

{
  "usd_price_per_nft": 0.01
}

Changes

Changed in 4 of the 50 revisions of this API.23

  • 67919bb67f3f11See the full diff
    • removed the required property price_per_nft from the response with the 200 status

      response-required-property-removed

    • added the required property usd_price_per_nft to the response with the 200 status

      response-required-property-added

    • the price_per_nft response's property type/format changed from integer/uint64 to number/float64 for status 200

      response-property-type-changed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api operation id cnftConfig removed and replaced with getCNftConfig

      api-operation-id-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added