Discover/theclearinghouse.org API
live

theclearinghouse.org APItheclearinghouse.org

Access The Clearing House data via API: RTP participants, CHIPS UID lookup, owner banks, leadership, and news. 6 endpoints, no auth setup required.

Endpoints
6
Updated
3mo ago
Try it

No input parameters required.

api.parse.bot/scraper/e737023f-4899-4512-9576-85d4ed0a7274/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/e737023f-4899-4512-9576-85d4ed0a7274/get_owner_banks' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Get the list of owner banks of The Clearing House. Returns alphabetically sorted bank names.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "count": "integer total number of owner banks",
    "owner_banks": "array of bank name strings"
  },
  "sample": {
    "data": {
      "count": 20,
      "owner_banks": [
        "BMO",
        "Bank of America",
        "Barclays",
        "Capital One",
        "Citibank",
        "Citizens Bank",
        "Deutsche Bank",
        "Fifth Third Bank",
        "HSBC",
        "Huntington",
        "JPMorgan Chase & Co.",
        "KeyBank",
        "M&T Bank",
        "PNC Bank",
        "Regions",
        "Santander",
        "TD Bank",
        "Truist",
        "U.S. Bank",
        "Wells Fargo"
      ]
    },
    "status": "success"
  }
}

About the theclearinghouse.org API

This API exposes 6 endpoints covering The Clearing House's institutional data, including RTP network participants, CHIPS UID lookups, owner banks, executive leadership, and news. The get_uid_lookup endpoint lets you search CHIPS network participants by name, BIC/SWIFT code, UID number, or LEI, returning structured results with UID, BIC, name, and address fields — useful for correspondent banking research and payment network mapping.

RTP Network Data

get_rtp_participating_financial_institutions returns the full list of institutions enrolled in The Clearing House's RTP network, with each entry providing an institution name and state. The companion endpoint get_rtp_network_info returns an array of text strings containing numeric statistics published on the RTP page, along with the source URL — useful for tracking headline figures like transaction volumes or participant counts over time.

CHIPS UID Lookup

get_uid_lookup accepts a required query string and an optional type parameter constrained to name, bic, uid, or lei. Name searches match participants whose names begin with the query string. BIC searches expect a SWIFT/BIC code. Each result in the results array includes uid, bic, name, and address fields, making it straightforward to resolve a known BIC to a CHIPS UID or vice versa.

Owner Banks, Leadership, and News

get_owner_banks returns an alphabetically sorted list of owner bank names alongside a count. get_leadership_team returns each executive's name and title. get_news fetches the latest press releases and news articles, each with title, link, date, and summary fields. An optional limit parameter on get_news caps the number of articles returned.

Common use cases
  • Resolve a SWIFT/BIC code to a CHIPS UID and full address using get_uid_lookup with type=bic
  • Enumerate all RTP-participating institutions by state using get_rtp_participating_financial_institutions
  • Track The Clearing House's published RTP network statistics over time via get_rtp_network_info
  • Build a directory of CHIPS participants searchable by name or LEI for compliance screening
  • Monitor The Clearing House press releases programmatically using get_news with a limit parameter
  • Verify whether a specific bank is an owner of The Clearing House using get_owner_banks
  • Pull current executive leadership titles for organizational research via get_leadership_team
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does The Clearing House offer an official developer API?+
The Clearing House does not publish a public developer API or documented data access program. This Parse API provides structured access to the data available on theclearinghouse.org.
What search modes does the CHIPS UID lookup support?+
get_uid_lookup accepts four values for the type parameter: name, bic, uid, and lei. Name searches return participants whose names begin with the query string. BIC searches expect a SWIFT/BIC code. Each result includes uid, bic, name, and address. The type parameter is optional — if omitted, default matching behavior applies.
Does the RTP endpoint return detailed per-institution transaction volumes or payment values?+
No. get_rtp_participating_financial_institutions returns only name and state per institution. get_rtp_network_info returns aggregate text-based statistics from the RTP page, not per-institution breakdowns. Detailed per-institution transaction data is not published by The Clearing House and is not exposed. You can fork this API on Parse and revise it to add any additional fields that become available on the site.
Does `get_news` support filtering by date range or topic?+
Currently only a limit parameter is supported, which caps the number of articles returned. Date-range filtering and topic filtering are not available. Each article includes title, link, date, and summary. You can fork the API on Parse and revise it to add date or keyword filtering if needed.
Is historical CHIPS participant data or archived membership lists available?+
Not currently. The API reflects the current state of participant and owner bank lists as published on theclearinghouse.org. Historical snapshots and archived membership data are not exposed. You can fork the API on Parse and revise it to periodically snapshot responses and build your own historical dataset.
Page content last updated . Spec covers 6 endpoints from theclearinghouse.org.
Related APIs in FinanceSee all →
mazda.ca API
Find current vehicle deals, financing rates, lease options, and incentives across all Mazda Canada models and trims, with pricing tailored to your province. Get instant payment quotes to compare your options and discover the best offers available.
13f.info API
13f.info API
etoro.com API
Monitor top eToro traders by accessing their profiles, portfolio holdings, performance statistics, and trading history to inform your investment decisions. Discover trending stocks and cryptocurrencies, search for specific instruments, and view detailed market data and news to stay updated on investment opportunities.
vegasinsider.com API
Retrieve MLB betting odds from major sportsbooks including bet365, FanDuel, and DraftKings, covering Moneyline, Total, and Runline markets for any supported date. Easily compare odds across books to identify the best available lines.
bizapedia.com API
Search for detailed business profiles and contact information from Bizapedia, including company details, employee data, and communication channels. Access comprehensive business intelligence to research companies and build targeted contact lists.
customs.gov.mv API
Check import/export duties, tariff classifications, and exchange rates for Maldives customs compliance, plus track vessel movements, company registrations, and declaration statuses. Get real-time data directly from the official customs portal to streamline your trade and logistics operations.
morningstar.com.au API
Access comprehensive financial data for Australian stocks, ETFs, and managed funds including key metrics, valuations, dividends, and historical prices. Search securities, review company profiles and ownership details, and stay informed with market news and upcoming dividend information.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.
The Clearing House API | theclearinghouse.org · Parse