get_arbs
Retrieve recently detected live arbitrage opportunities. Enable live_rescan to fetch current odds, or widen within_seconds for historical coverage. Requires a Pro API key.
Instructions
PRO: recently detected live arbitrage opportunities. Needs a Pro key, via an Authorization: Bearer header (preferred) or the api_key argument.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | Optional Pro API key (get one with /key in the Ledger FC Telegram bot). Preferred instead: send it as an Authorization: Bearer header, so it never enters the conversation. | |
| live_rescan | No | If true, fetch fresh odds NOW and return current arbs (age ~0) instead of logged ones. Rate-limited (costs API credits). Falls back to logged arbs if unavailable. | |
| within_seconds | No | Look-back window in seconds. Default is tight because arbs die fast; widen only for a historical view. |