fetch_recent_activity
Retrieve a combined feed of recent trades and account transactions, sorted newest-first, with each entry tagged as order or transaction.
Instructions
Get a unified timeline of recent trades and account movements by merging
order history with deposit/withdrawal transactions into a single
chronologically sorted feed.
Use this for a quick "what happened recently" overview. Each entry is tagged
as either 'order' (trade) or 'transaction' (cash movement). For separate
access, use fetch_historical_order_data or fetch_transaction_list.
Args:
limit: How many items to pull from each source (orders and transactions
separately), 1-50. Defaults to 20. Total activity items may be up to 2x this.
Returns:
dict with currency, activity (sorted newest-first, each tagged as 'order' or
'transaction'), order_count, transaction_countInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |