Xsolla-logoXsolla Developers
또는
관리자 페이지로

Get NFT itemServer-sideAdmin

get/v2/project/{project_id}/admin/items/nft/sku/{item_sku}

Gets the NFT item within a project for administration.

Note

Do not use this endpoint for building a store catalog.
SecuritybasicAuth
Request
path Parameters
project_id
required
integer

Project ID. You can find this parameter in your Publisher Account next to the name of the project.

Example: 44056
item_sku
required
string

Item SKU.

Example: booster_mega_1
Responses
200

Specified NFT was successfully received.

401

Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.

Request samples
Response samples
application/json
{
  • "sku": "nft_item_1",
  • "name": {
    },
  • "type": "nft",
  • "description": {
    },
  • "long_description": {
    },
  • "attributes": [
    ],
  • "is_free": false,
  • "order": 1,
  • "groups": [
    ],
  • "prices": [
    ],
  • "media_list": [ ],
  • "vc_prices": [ ],
  • "is_enabled": true,
  • "is_show_in_store": true,
  • "regions": [ ],
  • "limits": {
    },
  • "is_minted": true,
  • "blockchain": "blockchain_name_1",
  • "token_id": "115792089237316195423570985008687907853269984665640564039457584007913129639930",
  • "smart_contract_address": "t1qskq33nssskznn0118oh355qjigmkpn8vekye6mctcgstrtrkibj2v7cf3tyk4ls05bdxr8nha02",
  • "cryptoaccount": "cryptoaccount_name_1",
  • "is_sales_exist": false
}