For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Legacy DocsSign in
DocumentationChangelog
DocumentationChangelog
  • Get Started
    • Introduction
    • Get your API keys
    • Support
    • Privacy policy
    • Status
  • Transaction Enrichment
    • Overview
    • Entities Identification
    • Categorization
    • Recurrence
  • Bank Statements
    • Overview
    • Fast verification
  • Core resources
    • Batches
    • Entities
    • Account Holders
    • Webhooks
    • Personalization
    • Reporting wrong results
  • API Reference
    • Authentication
    • Errors
    • Request IDs
    • Pagination
    • Rate limits
LogoLogo
Legacy DocsSign in
API Reference

Rate limits

MethodEndpointOperations / Second
POST/v3/transactions20
POST/v3/transactions/{id}10
GET/v3/transactions10
DELETE/v3/transactions/{id}10
POST/v3/transactions/{id}/assign10
POST/v3/batches20
GET/v3/batches20
GET/v3/batches/{id}20
GET/v3/batches/{id}/results10
POST/v3/bank_statements10
GET/v3/bank_statements10
GET/v3/bank_statements/{id}10
DELETE/v3/bank_statements/{id}10
POST/v3/bank_statements/{id}/verify10
POST/v3/bank_statements/{id}/results10
POST/v3/account_holders100
GET/v3/account_holders10
GET/v3/account_holders/{id}10
DELETE/v3/account_holders/{id}10
POST/v3/account_holders/{id}/recurring_groups10
POST/v3/webhooks10
GET/v3/webhooks10
GET/v3/webhooks/{id}10
DELETE/v3/webhooks/{id}10
Was this page helpful?
Previous

Synchronously enrich transactions

Next
Built with

At Ntropy, we implement a rate-limiting policy based on the computational cost of each endpoint and its possible use case. The rate limiting is calculated per API key, independent of the source of the request (i.e., IP).

For transaction enrichment, we have a system of credits for wherein each transaction deducts one credit from your API key. You can accumulate at most 50,000 credits which are refilled at a rate of 500 per second. Additionally, there is a system to limit the number of concurrent enrichment operations running at any given time. You can have up to 10 concurrent enrichment operations.

If you are hitting rate limits of our API with your workloads, please contact us to increase them for your API key.