Ripio activity
ripio_list_activityList wallet and trade activity from Ripio—deposits, withdrawals, swaps, and trades—newest first. Filter by date, currency, type, or rail to isolate specific entries.
Instructions
Deposits, withdrawals and swaps (source "wallet", default) or Ripio Trade statement entries (source "trade"), newest first, in one normalized shape. Card transactions, in-app buys/sells and bill payments are not available from Ripio's API. Pass next_cursor back as cursor for older items. Dates are UTC; on Wallet, from/to filter the returned page only; on Ripio Trade a from/to range can span up to 182 days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | UTC date (YYYY-MM-DD) or ISO 8601 date-time. | |
| from | No | UTC date (YYYY-MM-DD) or ISO 8601 date-time. | |
| rail | No | Wallet only. | |
| type | No | "trade" exists only in source "trade"; "swap" only in "wallet". | |
| cursor | No | next_cursor from a previous call. | |
| source | No | Default "wallet". | |
| currency | No | Only this asset, e.g. "USDT". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| source | Yes | ||
| next_cursor | No | ||
| coverage_notes | Yes |