Returns the transaction limits for the authenticated user, grouped by gateway.
Each entry represents a payment gateway (e.g. bank-transfer, crypto) with its allowed actions (e.g. DEPOSIT, WITHDRAWAL) and the corresponding per-currency limits and remaining amounts for the current period.
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.
Filter limits by gateway. Only gateways exposed through the Ripio gateway are accepted. If omitted, limits for all allowed gateways are returned (including the global limit).
"crypto"
Filter limits by transaction action type. If omitted, limits for all allowed actions are returned.
"DEPOSIT"