curl --location --request GET 'https://api.services.uptick.network/api/v1/order/soldlist?nftAddress&nftId' \
--header 'X-Api-Key;' \
--header 'X-Signature;' \
--header 'X-Timestamp;'
{
"code": 0,
"data": [
{
"avgPrice": "string",
"sumPrice": "string",
"week": "string",
"weekDate": "string"
}
],
"msg": "string",
"success": false
}