---
title: "Get Transfer List By Addresses"
method: POST
path: "/node/rest/watch_getTransfersByAddress"
tags: ["node"]
---

# Get Transfer List By Addresses

`POST /node/rest/watch_getTransfersByAddress`

## Request body

- TransferInByAddress
  - `addresses` union, required
    - string[]
    - string
  - `fromBlock` union
    - integer
    - string
  - `toBlock` union
    - integer
    - string
  - `transferDirection` 'to' | 'from'
  - `transferType` 'erc20transfer' | 'erc721transfer' | 'trx'
  - `contractAddresses` union
    - string[]
    - string
  - `offset` integer, nullable
  - `limit` integer, nullable

## Response `200`

Successful Response

- Transfer
  - `blockNumber` integer, required
  - `blockTimestamp` string, date-time, required
  - `transactionHash` string, required
  - `transactionIndex` integer, required
  - `logIndex` integer, nullable
  - `contractAddress` string, nullable
  - `transferType` string, required
  - `from` string, required
  - `to` string, nullable
  - `value` integer, required
  - `fee` integer, required
  - `transactionError` boolean, required
  - `asset` string, nullable
  - `decimals` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/watchdata/apis/fastapi.md) · [All operations](https://skmtc.net/watchdata/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/watchdata/fastapi/versions/250df0f72c18/schema)
