Get NFT transfers by token IDAsk AIget https://deep-index.moralis.io/api/v2/nft/{address}/{token_id}/transfersGet transfers of an NFT given a contract address and token ID.Path ParamsaddressstringrequiredThe address of the NFT contracttoken_idstringrequiredThe ID of the tokenQuery ParamschainstringenumDefaults to ethThe chain to queryShow 28 enum valuesformatstringenumDefaults to decimalThe format of the token IDAllowed:decimalhexlimitinteger≥ 0The desired page size of the result.cursorstringThe cursor returned in the previous response (used for getting the next page).Response 200Returns a collection of NFT transfersUpdated over 3 years ago