Get NFT floor price
Last updated 2 years ago
Successful Response
The floor price of the NFT
The decimals of the price
const response = await fetch('/api/nfts/price?address=text&chain=%5Bobject+Object%5D', { method: 'GET', headers: {}, }); const data = await response.json();
{ "price": "text", "decimals": 18 }