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

# Get Transfer List

`POST /node/rest/watch_getTransfers`

## Request body

- TransferIn
  - `fromBlock` union
    - integer
    - string
  - `toBlock` union
    - integer
    - string
  - `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.dev/watchdata/apis/fastapi.md) · [All operations](https://skmtc.dev/watchdata/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/watchdata/fastapi/revisions/1f56b91b44f0/schema)
