curl --location --request GET 'https://api.services.uptick.network/api/v1/market/lazynft/extensionInfo?nftAddress'
{
"code": 0,
"data": {
"banner": "string",
"chainId": "string",
"createTime": "2019-08-24T14:15:22Z",
"deleted": true,
"dropBanner": "string",
"dropDescription": "string",
"id": 0,
"nftAddress": "string",
"projectId": 0,
"royaltyPercentage": 0,
"telegram": "string",
"twitter": "string",
"updateTime": "2019-08-24T14:15:22Z",
"website": "string"
},
"msg": "string",
"success": false
}