Mercury · Rate Limits

Mercury Rate Limits

Mercury does not publish a numeric per-second rate-limit ceiling for the public API. Excessive calls return HTTP 429 Too Many Requests. The Plus tier caps invoicing API invoice-creation at 500 per month; Pro removes that ceiling. Read-and-write tokens must be issued from a whitelisted set of source IPs - calls from other IPs return 401/403 rather than 429.

Mercury Rate Limits is the machine-readable rate-limit profile for Mercury on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 4 rate-limit definitions, measuring requests, invoice_created, and source_ip.

The profile also includes 3 backoff/retry policies defined and response codes documented for throttled, unauthorized, and forbidden.

Tagged areas include Banking, Fintech, Startups, Treasury, and Payments.

4 Limits Throttle: 429
BankingFintechStartupsTreasuryPaymentsRate LimitingThrottling

Limits

Per-Token Throttle token
requests · minute
dynamic
Mercury throttles per-token request rate; numeric ceiling not published. 429 is returned when the threshold is exceeded.
Plus - Invoicing API Quota account
invoice_created · month
500
Plus tier; invoice creation via API capped at 500 per calendar month.
Pro - Invoicing API Quota account
invoice_created · month
-1
Pro tier; unlimited invoice creation via API.
IP Allowlist (Read-Write Tokens) token
source_ip
allowlisted
Read-and-write tokens may only be used from the IP addresses listed when the token was issued; other IPs receive 401/403.

Policies

429 Throttling
When per-token thresholds are exceeded the API returns 429 Too Many Requests.
Backoff Strategy
Implement exponential backoff with jitter on 429 and 5xx responses. Cache idempotent reads (account list, statements) to reduce volume.
IP Allowlisting
Read-write tokens are bound to a fixed set of source IPs. Rotate the allowlist via Settings before deploying calls from new infrastructure.

Sources

Work with this as data

Every rate limit here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for rate limits

4 MCP tools reach this
  • find_rate_limitsBrowse and filter every rate limit in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This rate limit
curl "https://apis.io/api/v1/rate-limits/mercury-rate-limits"
All rate limits
curl "https://apis.io/api/v1/rate-limits?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.