cURL
curl --request GET \ --url https://api.jiffyscan.xyz/v0/getAddressERC20Transfers \ --header 'x-api-key: <api-key>'
[ { "from": "<string>", "to": "<string>", "value": 123, "hash": "<string>", "blockNum": 123, "asset": "<string>", "catergory": "<string>" } ]
Returns an array of erc20 transfers that the address has made
Success
An array of erc20 transfers that the address has made