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