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 swap and 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.
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. Swap and the account-wide global limit have rail=null and are excluded when this filter is set. If omitted, limits for all rails are returned (including rail=null entries).
"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"