{
"collection_id": "1",
"order": "desc",
"order_field": "item_id",
"page": 0,
"row": 10,
"type": "nft"
}curl --location --request POST 'https://polkadot.api.subscan.io/api/scan/unique/info/items' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data-raw '{
"collection_id": "1",
"order": "desc",
"order_field": "item_id",
"page": 0,
"row": 10,
"type": "nft"
}'{
"code": 0,
"data": {
"count": 0,
"list": [
{
"collection_id": "1",
"collection_name": "Kusama Crowdloans",
"collection_symbol": "PLO",
"item_id": 1,
"metadata": {
"attributes": null,
"decode_attrs": [
null
],
"description": "Thanks",
"external_url": "https://beta.nft.io/my-collections",
"fallback_image": "string",
"image": "https://ipfs.io/ipfs/bafkreihmb2esqysriq46l2uutyu2bqxkzlgluarbr36kom3hrykd2ku42u",
"local_image": "string",
"media": [
{
"types": "string",
"url": "string"
}
],
"name": "500 Followers",
"symbol": "PKG",
"thumbnail": "string"
},
"nested_type": "string",
"owner": {
"account_index": "string",
"address": "string",
"display": "string",
"evm_address": "string",
"evm_contract": {
"contract_name": "string",
"verify_source": "string"
},
"identity": true,
"judgements": [
{
"index": 0,
"judgement": "string"
}
],
"merkle": {
"address_type": "string",
"tag_name": "string",
"tag_subtype": "string",
"tag_type": "string"
},
"parent": {
"address": "string",
"display": "string",
"identity": true,
"sub_symbol": "string"
},
"people": {
"display": "string",
"identity": true,
"judgements": [
{
"index": 0,
"judgement": "string"
}
],
"parent": {
"address": "string",
"display": "string",
"identity": true,
"sub_symbol": "string"
}
}
},
"transfer_count": 0
}
]
},
"generated_at": 1699600641,
"message": "Success"
}