Need help with sdk, get number of transactions on opensea

is it possible to get the number of transactions done for any given token id in a smart contract on opensea for a given nft through the javascript sdk? please help

maybe you can look on OpenSea API if you are interested only on opensea transactions

what about this:
https://docs.moralis.io/moralis-server/web3-sdk/token
.getNFTTrades?

you could try to use that, but I have the impression that it doesn’t give you the option for a token id, only for a contract address

What about .getWalletTokenIdTransfers? Trying to use moralis here. Please I’m noob.

that one may be closer to what you want, you could try it