Get realtime estimated price & floor price
This endpoint allows you to get estimated price and floor price in realtime.
{
"data": {
"assetContract": "0x8a90cab2b38dba80c64b7734e58ee1db38b8992e",
"collectionId": "doodles",
"dailyEstimatedPriceEth": "14.886014055200000000",
"estimatedPriceEth": "13.578077718700000000",
"floorPriceEth": "12.500000000000000000",
"networkId": "ethereum",
"openseaSlug": "doodles-official",
"processedAt": "2022-06-28T06:04:00+00:00",
"tokenId": "1"
},
"message": "OK",
"statusCode": 20000
}
curl -i -H "x-api-key: YOUR_API_KEY" \
"https://api.nftbank.ai/v3/realtime-estimated-price/ethereum/0x8a90cab2b38dba80c64b7734e58ee1db38b8992e/2795"
{
"data": {
"assetContract": "0x8a90cab2b38dba80c64b7734e58ee1db38b8992e",
"collectionId": "doodles",
"dailyEstimatedPriceEth": "14.886014055200000000",
"estimatedPriceEth": "13.578077718700000000",
"floorPriceEth": "12.500000000000000000",
"networkId": "ethereum",
"openseaSlug": "doodles-official",
"processedAt": "2022-06-28T06:04:00+00:00",
"tokenId": "1"
},
"message": "OK",
"statusCode": 20000
}