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

KeyDatatypeRequiredDescription
daysnull
quote-currencynull

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring