---
title: "Get transfer list"
method: POST
path: "/api/plugin/balance/transfer"
tags: ["transfers"]
---

# Get transfer list

`POST /api/plugin/balance/transfer`

## Request body

- PluginsBalanceHttpTransferParams
  - `address` string
  - `after` integer
  - `before` integer
  - `block_num` integer
  - `row` integer

## Response `200`

OK

- object
  - `code` integer
  - `data` object
    - `list` GithubComIteringSubscanPluginsBalanceModelTransfer[]
      - `amount` number
      - `blockNum` integer
      - `block_timestamp` integer
      - `extrinsic_index` string
      - `id` integer
      - `receiver` string
      - `sender` string
      - `symbol` string
      - `token_id` string
    - `pagination` object
  - `message` string
  - `ttl` integer

---

[API](https://skmtc.dev/subscan-explorer/apis/untitled-api.md) · [All operations](https://skmtc.dev/subscan-explorer/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/subscan-explorer/untitled-api/revisions/5e9ebf864655/schema)
