Lists transfers between Ripio Wallet and Ripio Trade.
Returns paginated transfer records filtered by date range, currency, type, and status.
Use the cursor field from the response to navigate through pages.
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.
Initial datetime filter in ISO-8601 format
"2020-01-01T03:00:00.000Z"
Final datetime filter in ISO-8601 format
"2020-01-03T02:59:59.000Z"
Number of records per page
100
Transfer type
"deposit"
Currency code (BTC, ETH, USDT, ...)
Transfer status filter: pending, completed, or failed
"pending"
Cursor from the previous response to fetch the next page. Omit this parameter for the first page.
"2024-01-01T00:00:00.000Z"
Order direction
"asc"