FED
Search FEDWIRE names and metadata
get/fed/wire/search
Query parameters
namestring
Example:MIDWEST
FEDWIRE Financial Institution Name
routingNumberstring
FEDWIRE Routing Number for a Financial Institution
statestring
Example:IA
FEDWIRE Financial Institution State
citystring
Example:IOWA CITY
FEDWIRE Financial Institution City
limitinteger
Example:499
Maximum results returned by a search
Headers
X-Request-IDstring
Optional Request ID allows application developer to trace requests through the systems logs
X-User-IDstring
Optional User ID used to perform this search
Response
FEDWIRE Participants returned from a search
Example response
{
"wireParticipants": [
{
"routingNumber": "091905114",
"telegraphicName": "MIDWESTONE B&T",
"customerName": "MIDWESTONE BK",
"wireLocation": {
"city": "IOWA CITY",
"state": "IA"
},
"fundsTransferStatus": "Y",
"bookEntrySecuritiesTransferStatus": "N",
"date": "20190401"
}
],
"stats": {
"records": 17124
}
}