cURL
curl --request GET \ --url https://api.jiffyscan.xyz/v0/getAddressNFTTransfers \ --header 'x-api-key: <api-key>'
[ { "from": "<string>", "to": "<string>", "value": 123, "tokenId": "<string>", "hash": "<string>", "blockNum": 123, "asset": "<string>", "catergory": "<string>", "erc721TokenId": "<string>", "erc721Metadata": "<string>", "rawContract": { "address": "<string>" } } ]
Returns a list of erc721+erc1155 transfers that the address has made
Success
An array of erc721+erc1155 transfers that the address has made