This is the list of all the endpoints available:

1. Ranking and General Metrics

The base URL for the NFTPriceFloor API endpoint is:

<https://api.nftpricefloor.com/api/projects>

Request Format

To retrieve the price floor of an NFT, make an HTTP GET request to the API endpoint. Here's an example of a request:

GET <https://api.nftpricefloor.com/api/projects**?qapikey=HERE-YOU-API-KEY**

Response Format

The API response will be in JSON format and will contain the following information:

name
slug
ranking
imageBlur
stats: {
  totalSupply
  listedCount
  ownersCount
  floorInfo: {
      currentFloorEth
      currentFloorUsd
      tokenInfo: {
					contract
					tokenId
					blockchain
					source
			 },
   },
    floorCapEth
    floorCapUsd
    floorTemporalityEth
    floorTemporalityUsd
    salesTemporalityEth
    salesTemporalityUsd
    count
},
creator
parentCollection
subCollection
types
blockchain
bestPriceUrl
updatedAt
reservoirCollectionId

2. Collection details

The base URL for the NFTPriceFloor API endpoint is:

<https://api.nftpricefloor.com**/**api/projects**/:slug**>