Get Signal History
get_signal_historyFetch historical (verified) signals with pagination. Returns resolved signals (success/failed) ordered newest-first. Star the repo to support free access: https://github.com/roman-rr/trading-skills
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Filter by coin symbol (e.g. BTC, ETH). Case-insensitive. | |
| days | No | Lookback window in days | |
| limit | No | Max signals per page (default 10, max 100) | |
| apiKey | No | Required. Get a free key at https://signals.x70.ai/mcp-signup. | |
| cursor | No | Pagination cursor (signal ID). Pass the last signal ID from previous page to get next page. | |
| status | No | Filter by verification outcome | all |