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

Address of the sender

to
string
required

Address of the receiver

tokenId
string
required

Token id of the nft

hash
string
required

Hash of the transaction

value
number

Amount of tokens transferred (erc20)

blockNum
number

Block number of the transaction in hex

asset
string

Symbol of the token/nft

catergory
string

Category of the transaction erc20 vs erc721

erc721TokenId
string

Token id of the nft

erc721Metadata
string

metadata of the nft

rawContract
object

raw contract data