Floor price vs last sold for price

Using moralis API, is there a way to get an NFTs last sold for price and a collection’s floor price ?

I’m only seeing ways to get a contracts latest sales, not specific tokenIds from contracts. Currently trying to display unrealized gains for a user’s tokens.

You can get the lowest price found for a NFT token contract for the last x days
https://docs.moralis.io/moralis-dapp/web3-api/nft-api#getnftlowestprice

what about a specific token from a contract

Looks like we don’t have for a specific token although there is getNFTTrades endpoint, but it doesn’t have a token id as parameter