Get Transaction Limits
Returns the current per-transaction limits (minimum and maximum amounts allowed for a single operation) for each enabled fiat currency and ramp operation. Amounts are expressed in the fiat currency named in each key.
These limits apply per transaction — there are no periodic (daily, monthly or yearly) limits in the Ramps API. Exceeding the maximum for a single On-Ramp deposit causes the transaction to be rejected and refunded (BuyTransactionMaxLimitExceeded, code 20018).
Each key follows the pattern {CURRENCY}_{ONRAMP|OFFRAMP}_TRANSACTION_{MIN|MAX}_LIMIT. The set of currencies is account-dependent.
Authorizations
Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.
Response
A flat object mapping each currency/operation limit key to its amount.
Flat map of per-transaction limits. Keys follow the pattern {CURRENCY}_{ONRAMP|OFFRAMP}_TRANSACTION_{MIN|MAX}_LIMIT. Values are amounts expressed in the fiat currency named in the key.
Limit amount, expressed in the fiat currency named in the key.