Returns the market Statistics of this NFT

Returns the market Statistics of this NFT

Log in to see full request history

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 }
Query Params
string
required
Defaults to 0xed5af388653567af2f388e6224dc7c4b3241c544

contract address of the nft

string
required
Defaults to ethereum

specific the network

Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
*/*