cnft_service

Indexing cNFTs

post/api/v1/services/cnft/indexing

Query parameters

project_idinteger required

Project ID

Request body

accountstring required
countinteger required

Example request

{
  "account": "0:da6b1b6663a0e4d18cc8574ccd9db5296e367dd9324706f3bbd9eb1cd2caf0bf"
}

Response

Compress NFT collection

accountstring required
namestring required
descriptionstring
imagestring
nft_countinteger required
minted_countinteger required
paid_indexing_countinteger required

Example response

{
  "account": "0:da6b1b6663a0e4d18cc8574ccd9db5296e367dd9324706f3bbd9eb1cd2caf0bf",
  "name": "name",
  "description": "description",
  "image": "https://tonapi.io/collection.png"
}

Changes

Changed in 2 of the 50 revisions of this API.35

  • 52eb56467c6c34See the full diff
    • removed the required property from the response with the status

      response-required-property-removed

    • removed the required property from the response with the status

      response-required-property-removed

    • removed the required property from the response with the status

      response-required-property-removed

    • api operation id indexingCnftCollection removed and replaced with indexingCNftCollection

      api-operation-id-removed

    • added the required property to the response with the status

      response-required-property-added

    • added the required property to the response with the status

      response-required-property-added

    • added the required property to the response with the status

      response-required-property-added

    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