Is there a way to request a price of the NFT?
For example I want to know a price of tokenID : 5 of contract: 0x123
I've tried to use Moralis's getTokenPrice() only to discover it returns the whole collection lowest price.
Aug 14, 2022, 8:19 AM
Price...where? If in some specific marketplace, query their contracts. If inside the contract (for example minting), query the contract
Aug 14, 2022, 9:04 AM