Chimoney · Rate Limits

Chimoney Rate Limits

Chimoney does not publish fixed numeric API rate limits in its public documentation as of the review date. In practice, throughput is governed less by a per-minute request cap and more by your funded wallet balance and by compliance / verification status on your account: payouts can only be issued up to available balance, and production access requires KYB verification. Clients should implement retries with exponential backoff and honor standard HTTP throttling responses.

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

It captures 2 rate-limit definitions, measuring requests and value.

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

Tagged areas include Payouts, Disbursements, Rate Limiting, and Quotas.

2 Limits Throttle: 429
PayoutsDisbursementsRate LimitingQuotas

Limits

API Requests account
requests
not published
No fixed numeric request-rate limit is documented for the Chimoney API.
Payout Value account
value
bounded by funded wallet balance and verification tier
Payouts cannot exceed available wallet balance; value ceilings depend on KYB/compliance status.

Policies

Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After on 429 responses.
Idempotency
Use transaction references (chiRef / reference fields) and status checks to avoid duplicate payouts on retry.

Sources