---
title: "GET /getAddressNFTTransfers"
method: GET
path: "/getAddressNFTTransfers"
tags: ["Account"]
---

# GET /getAddressNFTTransfers

`GET /getAddressNFTTransfers`

Returns a list of erc721+erc1155 transfers that the address has made

## Query parameters

- `address` string, required
- `network` string
- `first` string
- `skip` string

## Response `200`

Success

- NFTTransfer[] — An array of erc721+erc1155 transfers that the address has made
  - `from` string, required — Address of the sender
  - `to` string, required — Address of the receiver
  - `value` number — Amount of tokens transferred (erc20)
  - `tokenId` string, required — Token id of the nft
  - `hash` string, required — Hash of the transaction
  - `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
    - `address` string — Address of the contract

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Invalid API Key
- `502` — Bad Gateway
- `default` — Success

---

[API](https://skmtc.net/jiffyscan/apis/jiffyscan-apis.md) · [All operations](https://skmtc.net/jiffyscan/apis/jiffyscan-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jiffyscan/jiffyscan-apis/revisions/6f6deddabdc5/schema)
