Get NFT transfers by contract address and token_id

Hello,

Is there any way to filter the transfers by contract address and token_id.

I know I can use the https://github.com/nft-api/nft-api#getcontractnfttransfers to get all the transfers for the given contract but thats a lot of data I may not need. For instance OpenSea contract has over 1million transactions. I only require a subset of those. It would be great if I can pass token_id and filter the transactions for that token_id.

Any help in this matter would be highly appreciated.

Kind regards,

Tifin

Sorry I think I found it,

I can use

/nft/{address}/{token_id}/transfers

Awesome. Thank you guys.