R Studio Get Request NFT/Transfers API

I’m trying to get a json response of all the NFT transfers for the cryptopunks contract.
My r code is currently set up as so:

t2 <- GET(‘https://deep-index.moralis.io/api/v2/nft/0xb47e3cd837dDF8e4c57F05d70Ab865de6e193BBB/transfers?chain=eth&format=decimal&limit=1000’ ,accept_json() , add_headers(Authorization = paste(“X-API-Key”, api_key)))

The response I’m getting comes with none of the transaction data, does any one know why?

what is the response that you get back from that?