Available central banks
Returns the central banks get_interest_rates can currently scrape a policy rate for, derived directly from go/service/interestrates.go’s bankSpecs (Service.ListInterestRateBanks) rather than a second, hand-typed copy of the bank list, so this route can never drift from what get_interest_rates actually reads. This is a fixed, hardcoded catalog, not a live query, so it never calls Monid and is served at zero cost.
Authorizations
The caller's own Monid API key (get one at https://monid.ai?fpr=dhruv-15136b). Passed straight through to Monid on every call, so usage bills the caller's own wallet — this is never a shared server-side credential, and the server never logs or stores it. Missing, empty, or malformed values answer 401 unauthorized before any paid call is attempted.
Response
The four central banks this server currently scrapes.
The central bank codes get_interest_rates can report a rate for. Shape follows Financial Datasets' live response, verified 2026-09-04: a flat sorted array of codes, not objects. Derived from bankSpecs (go/service/interestrates.go), so this list can never claim a bank this server does not actually scrape. Makes no Monid call.