GET
/
getAddressERC20Transfers
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>"
  }
]

Authorizations

x-api-key
string
header
required

Query Parameters

address
string
required
network
string
first
string
skip
string

Response

200
application/json

Success

An array of erc20 transfers that the address has made