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

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 erc721+erc1155 transfers that the address has made