Logo
Covalent API Documentation

getNftMarketFloorPrice

GET https://api.covalenthq.com/v1/:chainName/nft_market/:contractAddress/floor_price/?days=&quote-currency=

Returns: NftMarketFloorPriceResponse

{
  "updated_at" : "{{DATETIME}}",
  "address" : "{{STRING}}",
  "quote_currency" : "{{STRING}}",
  "chain_name" : "{{STRING}}",
  "chain_id" : "{{INTEGER}}",
  "items" : [ {
    "date" : "{{DATETIME}}",
    "native_ticker_symbol" : "{{STRING}}",
    "native_name" : "{{STRING}}",
    "floor_price_native_quote" : "{{DOUBLE}}",
    "floor_price_quote" : "{{DOUBLE}}",
    "pretty_floor_price_quote" : "{{STRING}}"
  } ]
}

 

Body PARAM

Key Datatype Required Description 
days
null
quote-currency
null



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X GET 'https://api.covalenthq.com/v1/:chainName/nft_market/:contractAddress/floor_price/?days=&quote-currency=?days=&quote-currency=' -H 'Content-Type: application/json'

ENDPOINTS