Fills Review
fills_reviewAnalyze the latest fills for execution quality: maker/taker split, traded volume, average fill size, and top markets. Returns a summary or 'no fills' when no fills exist.
Instructions
Execution review from the latest fills: maker/taker split, per-market distribution, traded volume, avg fill size. (Per-fill PnL is not exposed by the indexer; use trader_pnl_stats for win-rate.) Key fields: fills_sampled (count), maker_share_pct (0-100), sampled_volume_USD, avg_fill_USD, top_markets (top 5 by fill count). Returns {"summary": "no fills"} for accounts with no fills. Example: fills_review(address="dydx1m9hg73dtn5ku8ulmj8rjmdqh0hk7uuhawc69cn")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| address | Yes | ||
| subaccount | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||