cross_platform_arb_scan
ActiveTool of io.github.huwhitememes/tollbooth
declared in 0.12.0
Match live Polymarket and Kalshi markets for a topic and compare complementary asks after conservative fee estimates. Intelligence only; verify both rulebooks before acting.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"maxLength": 100,
"minLength": 2,
"description": "Topic, entity, asset, or market phrase such as bitcoin"
},
"max_matches": {
"type": "integer",
"maximum": 50,
"minimum": 1,
"description": "Maximum matches and opportunities returned, default 25"
},
"min_net_edge": {
"type": "number",
"maximum": 0.5,
"minimum": 0,
"description": "Minimum fee-adjusted edge, default 0.015"
},
"min_similarity": {
"type": "number",
"maximum": 1,
"minimum": 0.4,
"description": "Minimum semantic-token match score, default 0.62"
},
"kalshi_max_pages": {
"type": "integer",
"maximum": 20,
"minimum": 1,
"description": "Kalshi pages of 1000 markets, default 12"
},
"polymarket_limit": {
"type": "integer",
"maximum": 1000,
"minimum": 100,
"description": "Polymarket markets to screen, default 1000"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.huwhitememes/tollbooth
1/7 registries