---
title: "List Incoming Wires"
method: GET
path: "/incoming_wire"
tags: ["Incoming Wire"]
---

# List Incoming Wires

`GET /incoming_wire`

## Query parameters

- `account_id` string
- `org_id` string
- `status` string
- `transaction_id` string
- `page_cursor` string
- `page_size` integer
- `from_date` string
- `to_date` string

## Response `200`

A dictionary with a `data` property that contains a list of up to `page_size` incoming_wire elements, starting after the incoming_wire described by `page_cursor`. If no more incoming_wires are available, the resulting list will be empty.

- object
  - `data` object[]
    - `account_id` string — ID of the Account receiving the transfer. Filterable.
    - `amount` string — Amount of money transferred, with two decimal precision
    - `bank_id` string — ID of the bank with which the object is associated
    - `beneficiary` object — A sub-object containing information about the wire beneficiary
      - `address` string[] — Wire Bank Address sub-object
      - `bank_data` object — Bank details
        - `account_number` string — Bank account number
        - `account_type` string — Account type
        - `address` string[] — Unparsed bank address data
        - `bank_name` string — Name of the bank
        - `routing_number` string — Valid 9-digit ABA routing transit number associated with this bank
      - `name` string — Name of the intermediary bank (maximum of 35 characters)
    - `id` string — Unique identifier for object
    - `imad` object — An IMAD sub-object
      - `parsed` object — Parsed IMAD sub-object
        - `cycle_date` string — Wire transfer date
        - `input_sequence_number` string — A 6 digit number assigned for uniqueness
        - `input_source` string — 8 alphanumeric characters identifying the source
      - `unparsed` string — Input Message Accountability Data: a unique number assigned to a wire transfer processed through the Federal Reserve Bank’s FedwireService
    - `org_id` string — ID of the organization with which the object is associated. Filterable.
    - `originator` object — A sub-object containing information about the wire originator
      - `address` string[] — Wire Bank Address sub-object
      - `bank_data` object — Bank details
        - `account_number` string — Bank account number
        - `account_type` string — Account type
        - `address` string[] — Unparsed bank address data
        - `bank_name` string — Name of the bank
        - `routing_number` string — Valid 9-digit ABA routing transit number associated with this bank
      - `name` string — Name of the intermediary bank (maximum of 35 characters)
    - `originator_to_beneficiary_info` string — Optional additional information for the beneficiary
    - `received_at` string — Timestamp of when the object was received
    - `status` string — One of `pending` `processing` `done` `failed`, or `returned`. Filterable.
    - `transaction_id` string — ID of the associated transaction. Filterable.
    - `wire_body` object — Raw wire body

---

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