Skip to main content
GET
transactions - Get transaction limits

Headers

authorization
string
required

The API key as a string.

signature
string
required

See the Generating Signature section for more details.

timestamp
number
required

A timestamp in milliseconds. See the Timestamp Security section for more details.

timstamp-tolerance
number

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

rail
string

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).

Example:

"bank"

transaction_type
string

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.

Example:

"deposit"

Response

Transaction limits retrieved successfully.

error_code
string
required
Example:

null

message
string
required
Example:

null

data
object[]
required