arbitrage_history
ActiveTool of com.cryptowhaleinsights/whale-insights
Historical arbitrage opportunities — top 5 per day (MCP-compatible) — Returns a daily history of the top 5 cross-exchange arbitrage opportunities detected by the platform. Each day entry lists the 5 highest-spread opportunities saved by the cron job, including token symbol, spread percentage, buy/sell exchanges, and average USD volume. Useful for AI agents answering questions like 'which tokens appear most frequently in arbitrage?' or 'what is the average daily spread?'. Data is accumulated daily; older than 180 days is automatically purged. Response: { days, history: [{date, opportunities: [{symbol, spreadPct, buyExchange, sellExchange, usdVolume}]}], total, updatedAt }. Query parameter: ?days=7 (default 7, max 180). No authentication required. 60 requests/min rate limit. 5-min in-process cache.
Parameters schema
{
"type": "object",
"properties": {
"days": {
"type": "integer",
"default": 7,
"maximum": 180,
"minimum": 1,
"description": "Number of days to look back (default 7, max 180)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.cryptowhaleinsights/whale-insights
1/7 registries