getNftMarketSaleCount
GET https://api.covalenthq.com/v1/:chainName/nft_market/:contractAddress/sale_count/?days=&quote-currency=
Returns: NftMarketSaleCountResponse
{
"updated_at" : "{{DATETIME}}",
"address" : "{{STRING}}",
"quote_currency" : "{{STRING}}",
"chain_name" : "{{STRING}}",
"chain_id" : "{{INTEGER}}",
"items" : [ {
"date" : "{{DATETIME}}",
"sale_count" : "{{INTEGER}}"
} ]
}
Request Params
Key | Datatype | Required | Description |
---|
days | null | | |
quote-currency | null | | |
Key | Datatype | Required | Description |
---|
Content-Type | string | | |