v49

OpenAPI 3.1.1raw.githubusercontent.com2026-04-2200132.4 KB
cnft_service

Get info about cNFT collection account

get/api/v1/services/cnft/collection/{account}

Path parameters

accountstring required
Example:0:da6b1b6663a0e4d18cc8574ccd9db5296e367dd9324706f3bbd9eb1cd2caf0bf

Account

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