list_signals
List active spot arbitrage signals from cloud providers. Filter by cloud, region, instance type, and confidence to find savings opportunities.
Instructions
List active spot arbitrage signals with optional filters. Requires REFINEX_API_KEY env var.
Args: cloud: Cloud provider — "aws", "gcp", or "azure" (default: "aws") region: Filter by region, e.g. "us-east-1", "us-west-2" (optional) instance_type: Filter by EC2 type, e.g. "m6i.large", "c7g.xlarge" (optional) confidence_min: Minimum confidence score 0.0–1.0 (default: 0.0) page: Page number (default: 1) limit: Results per page, max 500 (default: 50)
Returns:
signals[]: each has signal_id, type, source{cloud, region, az}, asset{instance_type, spot_price, on_demand_price}, action, expected_value{savings_percent}, confidence, ttl, expires_at
count: signals on this page
page, total_pages, next: pagination info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cloud | No | aws | |
| region | No | ||
| instance_type | No | ||
| confidence_min | No | ||
| page | No | ||
| limit | No |