Get NFT floor price
Last updated 1 year ago
Successful Response
The floor price of the NFT
The decimals of the price
const response = await fetch('/api/nfts/price', { method: 'GET', headers: {}, }); const data = await response.json();
{ "price": "text" }