dome_trade_history_get
Fetches historical trade data with optional filtering by market, condition, token, time range, and user’s wallet address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | Filter orders by user (wallet address) | |
| limit | No | Number of orders to return (1-1000) | |
| offset | No | Number of orders to skip for pagination | |
| end_time | No | Filter orders until this Unix timestamp in seconds (inclusive) | |
| token_id | No | Filter orders by token ID | |
| start_time | No | Filter orders from this Unix timestamp in seconds (inclusive) | |
| market_slug | No | Filter orders by market slug | |
| condition_id | No | Filter orders by condition ID |