Belvo · Rate Limits

Belvo Rate Limits

Belvo applies per-account rate limits across its REST API. Aggregation list endpoints return paginated responses defaulting to 100 items per page, raisable to a maximum of 1000 items via the page_size query parameter. Specific requests-per-minute / per-second throttling thresholds are governed by the customer's commercial agreement and are not published publicly; they are not reconciled in this artifact.

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

It captures 3 rate-limit definitions, measuring items and requests.

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

Tagged areas include Open Finance, Open Banking, Bank Data, Aggregation, and Payments.

3 Limits Throttle: 429
Open FinanceOpen BankingBank DataAggregationPaymentsPixLatin AmericaRate LimitingQuotasThrottling

Limits

Page Size request
items
1000
Maximum items per page on list endpoints; default is 100, set via page_size.
Requests Per Minute (RPM) account
requests
see commercial agreement
Per-account request throttling; thresholds are contract-defined and not published.
Concurrent Retrievals account
requests
see commercial agreement
Concurrency on data retrieval (POST) requests may be limited per account.

Policies

Pagination
List endpoints return paginated results with next / previous links; iterate to page through full result sets.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor 429 responses on throttling.
Asynchronous Retrieval
Recurrent Links and webhook-driven flows reduce the need for high-frequency polling; subscribe to webhooks instead of polling for fresh data.

Sources