curl --location --request GET 'https://api-testnet.confluxscan.net/nft/preview?contract=cfxtest:acb3vn9rxjcvwfbvzn92wcybe4f0th45np8tfh46sx&tokenId=1&withMetadata=true'
{
"code": 0,
"message": "string",
"data": {
"contract": "string",
"tokenId": 0,
"name": "string",
"image": "string",
"description": "string",
"rawData": {
"funcCall": "string",
"tokenUri": {
"raw": "string",
"gateway": "string"
},
"metadata": {
"name": "string",
"image": "string",
"description": "string",
"extra_image": null,
"attributes": [
{
"trait_type": "string",
"value": "string"
}
]
}
}
}
}