curl --location --request GET 'https://api.services.uptick.network/api/v1/asset/transfers?nftAddress&nftId' \
--header 'X-Api-Key;' \
--header 'X-Signature;' \
--header 'X-Timestamp;'
{
"code": 0,
"data": {
"firstPage": true,
"lastPage": true,
"list": [
{
"amount": 0,
"blockNumber": 0,
"blockTimestamp": 0,
"chainId": "string",
"from": "string",
"id": "string",
"index": 0,
"nftAddress": "string",
"nftId": "string",
"orderPrice": 0,
"status": 0,
"to": "string",
"tokenType": "string",
"txId": "string",
"txType": 0
}
],
"orderBy": "string",
"pageNumber": 0,
"pageSize": 0,
"paras": {},
"totalPage": 0,
"totalRow": 0
},
"msg": "string",
"success": false
}