Get Transaction Limits
Returns the transaction limits for the authenticated user, grouped by rail.
Each entry represents a rail (bank, pix, crypto, ripio, or null for the account-wide global limit) with its allowed transaction types (deposit, withdrawal, swap) and the corresponding per-currency limits and remaining amounts for the current period. swap lives under rail: "ripio" (RN-003); rail: null is exclusively the account-wide global limit (RN-009). An unlimited period is returned as null (never the internal -1); currency is never null (fiat of the user, or USDT for swap).
Authorization
- Requires a valid API key.
Headers
The API key as a string.
See the Generating Signature section for more details.
A timestamp in milliseconds. See the Timestamp Security section for more details.
An additional, non-required parameter, that you can send to specify the number of milliseconds after the timestamp for the request to be valid. See the Timestamp Security section for more details.
Query Parameters
Filter limits by rail. ripio includes swap (RN-003). The account-wide global limit has rail=null and is excluded when this filter is set. If omitted, limits for all rails are returned (including the rail=null global entry).
"bank"
Filter limits by transaction type. Unlike rail, this also matches the rail=null global limit when its underlying action corresponds to the requested type. If omitted, limits for all types are returned.
"deposit"