This is the list of all the endpoints available:
A list of all projects that nftpricefloor has in the ranking and its general metrics.
Specific metrics like floor price, sales, owners, etc from each collection you can find on nftpricefloor.com
From each collection, you can fetch the historical prices too!
To finish, get brands information with a simple api call.
This documentation will guide you on how to interact with the API and explain the request and response formats.
The base URL for the NFTPriceFloor API endpoint is:
<https://api.nftpricefloor.com/api/projects>
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**
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
The base URL for the NFTPriceFloor API endpoint is:
<https://api.nftpricefloor.com**/**api/projects**/:slug**>