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

# GET /getAddressERC20Transfers

`GET /getAddressERC20Transfers`

Returns an array of erc20 transfers that the address has made

## Query parameters

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

## Response `200`

Success

- ERC20Transfer[] — An array of erc20 transfers that the address has made
  - `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

## 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)
