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
from
string
required

Address of the sender

to
string
required

Address of the receiver

value
number
required

Amount of tokens transferred

hash
string
required

Hash of the transaction

blockNum
number

Block number of the transaction in hex

asset
string

Symbol of the token

catergory
string

Category of the transaction erc20 vs erc721