crypto-spread-arb
This API scans multiple major centralized exchanges (CEX) in real time and detects cross-exchange spot arbitrage opportunities. It fetches the latest best bid/ask prices from multiple exchanges and calculates percentage spreads between buy/sell pairs. A signal is generated only when: spread_pct = (sell_bid - buy_ask) / buy_ask * 100% and the result is greater than or equal to min_spread_pct.…
crypto-spread-arb endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Calculate crypto spread arbitrage / |
Returns real-time arbitrage signals for the requested symbol. The API fetches the best bid/ask prices from multiple crypto exchanges and returns profitable combinations where the… |
| GET |
Get Supported Exchanges /exchanges |
Returns the list of supported exchanges that the API can query. Useful for validating exchange input or displaying available markets. Example: GET /exchanges |
| GET |
Get Raw Exchange Prices /prices |
Returns the raw market prices (bid/ask) for all supported exchanges for the given symbol. This endpoint is used when you want pricing data without arbitrage filtering. Example:… |
| GET |
Get Top Arbitrage Opportunities /spread/top |
Returns the top arbitrage spreads for a given symbol across supported exchanges. This endpoint is useful for finding the best buy/sell combinations with the highest percentage… |
crypto-spread-arb pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 500 / hour |
|
| PRO Recommended | $40 / month | 500 / minute |
|