curl --location --request GET 'https://api.services.uptick.network/api/v1/contract/info?nftAddress' \
--header 'X-Api-Key;' \
--header 'X-Signature;' \
--header 'X-Timestamp;'
{
"code": 0,
"data": {
"adult": true,
"chainId": "string",
"channel": "string",
"contractType": "string",
"createTime": "2019-08-24T14:15:22Z",
"createTimeLong": 0,
"deleted": true,
"description": "string",
"id": 0,
"imgUrl": "string",
"metadata": "string",
"name": "string",
"nftAddress": "string",
"nftType": "string",
"owner": "string",
"projectId": 0,
"symbol": "string",
"updateTime": "2019-08-24T14:15:22Z"
},
"msg": "string",
"success": false
}