specification: API Commons Rate Limits specificationVersion: '0.1' schema: https://raw.githubusercontent.com/api-evangelist/interface-research/main/schema/api-commons.yml#/$defs/RateLimits provider: Treasury Prime providerId: treasury-prime created: '2026-05-08' # Provenance stamped 2026-08-11: this artifact was written by the API Evangelist # bulk sweep dated 2026-05-08, not harvested from the provider. See roadmap#35. method: generated modified: '2026-05-08' reconciled: true tags: - FinTech - BaaS - Banking - Payments - Card Issuing - ACH - Rate Limiting description: Treasury Prime enforces per-program rate limits. notes: Specific RPS contracted per program. sources: - https://developers.treasuryprime.com/ responseCodes: throttled: 429 limits: - name: Default API RPS scope: program metric: requests_per_second limit: 30 notes: Default per-program throughput. policies: - name: Backoff Strategy description: Exponential backoff on 429. - name: Idempotency description: Use idempotency keys on POST endpoints. maintainers: - FN: Kin Lane email: kin@apievangelist.com