Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TopTrenDev/polymarket-kalshi-arbitrage-bot
/ functions
Functions
124 in github.com/TopTrenDev/polymarket-kalshi-arbitrage-bot
⨍
Functions
124
◇
Types & classes
32
Method
new
(polymarket_client: Arc<PolymarketClient>)
src/gabagool_executor.rs:27
Method
new
( platform: String, event_id: String, title: String, description: String,
src/event.rs:19
Method
new
(ttl_secs: u64)
src/clients.rs:23
Method
new
(min_profit_threshold: f64)
src/arbitrage_detector.rs:36
Method
new
( platform: String, event: &Event, outcome: String, amount: f64, cost:
src/position_tracker.rs:34
Method
new
(similarity_threshold: f64)
src/event_matcher.rs:57
Method
new
(polymarket_client: PolymarketClient, kalshi_client: KalshiClient)
src/trade_executor.rs:25
Method
new
( polymarket_client: Arc<PolymarketClient>, kalshi_client: Arc<KalshiClient>, position
src/settlement_checker.rs:14
Method
orderbook_to_best_ask
(yes_bids: &[serde_json::Value], no_bids: &[serde_json::Value])
src/clients.rs:808
Function
parse_clob_token_ids_from_market
Gamma returns `clobTokenIds` as a JSON string or array.
src/polymarket_clob.rs:194
Method
parse_resolution_date
(&self, date_str: &str)
src/event_matcher.rs:100
Method
run_continuous
( &self, scan_interval: StdDuration, fetch_events: F, fetch_prices: P, )
src/bot.rs:205
Method
scan_gabagool_opportunities
( &self, pm_events: &[Event], fetch_prices: F, get_position_balance: G, )
src/bot.rs:147
Function
test_normalize_pem
()
src/config.rs:89
Method
ticker_looks_15m_crypto
(ticker: &str)
src/event.rs:72
Method
validate
(&self)
src/event.rs:144
Method
with_category
(mut self, category: String)
src/event.rs:44
Method
with_fees
(mut self, fees: Fees)
src/arbitrage_detector.rs:43
Method
with_position_tracker
(mut self, tracker: Arc<Mutex<PositionTracker>>)
src/gabagool_executor.rs:35
Method
with_resolution_date
(mut self, date: DateTime<Utc>)
src/event.rs:39
Method
with_slug
(mut self, slug: String)
src/event.rs:54
Method
with_tags
(mut self, tags: Vec<String>)
src/event.rs:49
Method
with_token_ids
(mut self, yes_token_id: String, no_token_id: String)
src/event.rs:59
Method
with_wallet
(mut self, private_key: &str)
src/polymarket_blockchain.rs:27
← previous
101–124 of 124, ranked by callers