Skip to main content
GET
Get Transaction Limits

Authorizations

Authorization
string
header
required

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.

{key}
number

Limit amount, expressed in the fiat currency named in the key.