APEX Runner
APEX Runner: Slippage Forecast Signal
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.007listed price per call
n/aprice it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://apexrunner.ai/signals/slippage-forecast
| Category | Everything else |
|---|---|
| Provider host | apexrunner.ai |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"coin": "BTC",
"side": "buy",
"size_usd": 1000
},
"type": "http"
}
Promised output schema (from the provider)
{
"properties": {
"input": {
"properties": {
"queryParams": {
"properties": {
"coin": {
"default": "BTC",
"enum": [
"AVAX",
"BTC",
"ETH",
"LINK",
"SOL",
"XRP"
],
"type": "string"
},
"side": {
"default": "buy",
"enum": [
"buy",
"sell"
],
"type": "string"
},
"size_usd": {
"default": 1000,
"maximum": 1000000,
"minimum": 10,
"type": "number"
}
},
"type": "object"
}
},
"required": [
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"_apex": {
"properties": {
"evolution_runs": {
"type": "integer"
},
"instance": {
"type": "string"
},
"live_capital_deployed": {
"type": "boolean"
},
"live_trading": {
"type": "boolean"
},
"signal": {
"type": "string"
},
"signal_hash": {
"type": "string"
},
"source": {
"type": "string"
},
"trades_backing_signal": {
"type": "integer"
},
"verify_at": {
"type": "string"
},
"version": {
"type": "string"
}
},
"type": "object"
},
"coin": {
"type": "string"
},
"detail": {
"type": "string"
},
"expected_slippage_pct": {
"type": "number"
},
"expected_slippage_usd": {
"type": "number"
},
"market_atr_pct": {
"type": "number"
},
"price_usd": {
"type": "integer"
},
"recommendation": {
"type": "string"
},
"regime": {
"type": "string"
},
"side": {
"type": "string"
},
"size_usd": {
"type": "number"
},
"suggested_tranches": {
"type": "integer"
},
"timestamp": {
"type": "string"
},
"total_cost_usd": {
"type": "number"
},
"valid_for_seconds": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
}