---
title: "Search FEDWIRE names and metadata"
method: GET
path: "/fed/wire/search"
tags: ["FED"]
---

# Search FEDWIRE names and metadata

`GET /fed/wire/search`

## Query parameters

- `name` string
- `routingNumber` string
- `state` string
- `city` string
- `limit` integer

## Headers

- `X-Request-ID` string
- `X-User-ID` string

## Response `200`

FEDWIRE Participants returned from a search

- WIREDictionary — Search results containing WIREDictionary of Participants
  - `wireParticipants` WIREParticipant[]
    - `routingNumber` string — The institution's routing number
    - `telegraphicName` string — Short name of financial institution
    - `customerName` string — Financial Institution Name
    - `wireLocation` WIRELocation — WIRELocation is the FEDWIRE delivery address
      - `city` string — City
      - `state` string — State
    - `fundsTransferStatus` 'Y' | 'N' — Designates funds transfer status * `Y` - Eligible * `N` - Ineligible
    - `fundsSettlementOnlyStatus` 'S' — Designates funds settlement only status * `S` - Settlement-Only
    - `bookEntrySecuritiesTransferStatus` 'Y' | 'N' — Designates book entry securities transfer status * `Y` - Eligible * `N` - Ineligible
    - `date` string — Date of last revision * YYYYMMDD * Blank
  - `stats` ListStats
    - `records` integer
    - `latest` string, date-time

## Other responses

- `400` — Invalid, check error(s).
- `500` — Internal error, check error(s) and report the issue.

## Changes

> 28 revisions in range; 1 could not be searched.

- **2023-04-12** `81eb71b78281` — 1 warning, 1 info
  - removed the optional property `WIREParticipants` from the response with the `200` status
  - added the optional property `wireParticipants` to the response with the `200` status
- **2020-02-04** `1b96e6bbc3c0` — 1 breaking
  - removed the required property `error` from the response with the `400` status
- **2019-09-11** `f71a7f9465ed` — 1 info
  - added the new optional `header` request parameter `X-User-ID`
- **2019-09-06** `a0cc13e67852` — 2 info
  - added the optional property `WIREParticipants/items/wireLocation/city` to the response with the `200` status
  - added the optional property `WIREParticipants/items/wireLocation/state` to the response with the `200` status
- **2019-08-12** `9d937cfe0b5a` — 1 warning, 1 info
  - deleted the `header` request parameter `X-Request-Id`
  - added the new optional `header` request parameter `X-Request-ID`

[Full history](https://skmtc.dev/moov-io/apis/fed-api/changes/fed/wire/search/get.md)

---

[API](https://skmtc.dev/moov-io/apis/fed-api.md) · [All operations](https://skmtc.dev/moov-io/apis/fed-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/moov-io/fed-api/revisions/eed72b2baa6f/schema)
