NFT Api - Get price

Hello everybody,

I’m trying to get nft’s price with Moralis API GetNFTLowestPrice but I can’t have the price of the one unique NFT from a collection.
I try with this collection (Bored Ape Yacht Club) : https://opensea.io/assets/ethereum/0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d/8520

But I get the total lwest price of the collection not the price of the NFT.

Moreover, I receive an error if the token is not referenced on OpenSea. Normal.
But do you know a solution that would work with several platforms?

Thank you for your help !

it looks like we don’t have that lowest price per token id

there is also getNFTTrades endpoint, but that one also doesn’t have a token id as parameter

I don’t know now a solution that would work for several platforms

1 Like