| name | vibetrading-global-signals |
| description | Query AI-generated trading signals from vibetrading-datahub. Signals are produced by autonomous agents analyzing whale activity, news, funding rates, and technical indicators. |
| metadata | {"openclaw":{"emoji":"📡","requires":{"bins":["curl","jq"]}}} |
VibeTrading Global Signals
Query AI-generated trading signals from vibetrading-datahub. Signals are produced by autonomous agents analyzing whale activity, news, funding rates, and technical indicators.
Setup
No authentication required! The API is now open and accessible without any API token.
Simply run the scripts directly:
API Endpoints
1. Get Latest Signals (Multi-Symbol)
Fetch latest signals for multiple symbols, grouped by symbol.
Example Usage:
curl 'https://vibetrading.dev/api/v1/signals/latest?symbols=BTC,ETH'
curl 'https://vibetrading.dev/api/v1/signals/latest?symbols=BTC,ETH,SOL&signal_types=WHALE_ACTIVITY,NEWS_ANALYSIS&hours=24'
2. Get Signals by Symbol
Fetch signals for a single symbol.
Example Usage:
curl 'https://vibetrading.dev/api/v1/signals/BTC?signal_types=TECHNICAL_INDICATOR&limit=5&hours=48'
3. Get Signals by Symbol and Type
Fetch signals for a specific symbol and signal type combination.
: