get https://api.0xscope.com/v2/nft/getMarketStatistics
Returns the market Statistics of this NFT
Sample Request
curl --request GET \
--url 'https://api.0xscope.com/v2/nft/getMarketStatistics?contract_address=0xed5af388653567af2f388e6224dc7c4b3241c544&chain=ethereum' \
--header 'API-KEY: your-api-key' \
--header 'accept: */*'
Sample Response
{
"code": 0,
"data": {
"trades_count_24h": 59,
"avg_price_24h": 13.8962,
"highest_sale_24h": 35,
"volume_24h": 819.877
},
"uuid": 1656903022657536000
}