Get Available Rails
Returns the list of available transaction types for the authenticated user, grouped by rail.
Each rail entry (bank, pix, crypto, ripio) includes its available transaction types (deposit, withdrawal, swap) with their fees and tax information. swap lives under rail: "ripio" (RN-003). Results are filtered based on the user’s account country, KYC level, and app version.
Canonical path; the legacy GET /transactions/gateways/ remains as a deprecated alias returning the same response.
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 by rail. ripio includes swap (RN-003). If omitted, all rails are returned.
"bank"
Filter by transaction type. If omitted, all types are returned.
"withdrawal"