Arbitrage

Discover cross-exchange arbitrage opportunities

Bulk cross-exchange arbitrage discovery. Returns matched market pairs from the market_matches table, computing directional spread opportunities across venues.

get/v0/arbitrage

Query parameters

relationsstring

Comma-separated relation filter. Valid values: identity, subset, superset, overlap, disjoint.

minSpreadnumber

Minimum price spread to include (0.0-1.0).

categorystring

Filter both sides of the match by category.

limitinteger

Maximum number of matched pairs to return.

minConfidencenumber

Minimum match confidence score (0.0-1.0).

includePricesboolean

Enrich markets with live order book prices.

Response

Arbitrage opportunities sorted by spread descending.

Changes