---
name: wallet-intel-api-production-3ec7.up.railway.app
description: This host provides single-shot arbitrage spread analysis for crypto symbols across centralized exchanges. It returns best buy/sell venues, spread metrics, estimated fees, and a net profit flag for a given symbol. There are no historical, streaming, or DEX capabilities.
host: wallet-intel-api-production-3ec7.up.railway.app
---

# wallet-intel-api-production-3ec7.up.railway.app

wallet-intel-api-production-3ec7.up.railway.app is a focused CEX arbitrage intelligence endpoint. It serves agents that need to quickly evaluate whether a cross-exchange arbitrage opportunity exists for a specific crypto asset, returning all relevant spread and fee data in a single call. It does not offer portfolio management, order execution, or on-chain data.

## When to use this host

Use this host when an agent needs a quick, single-shot assessment of whether a cross-exchange (CEX) arbitrage opportunity exists for a specific crypto symbol, including which venue to buy from and sell on after fees. Do not use this host for streaming or real-time continuous price monitoring — it is snapshot-only. Do not use it for DEX or on-chain arbitrage analysis; for that, consult a DeFi-specific data provider. It is also not suitable for historical spread analysis or backtesting. If the agent needs broader market data (OHLCV, order books, trade history), a general-purpose exchange data API would be more appropriate.

## Capabilities

### CEX Arbitrage Spread Analysis

Returns a snapshot of current arbitrage spread metrics for a crypto symbol across centralized exchanges, including optimal buy/sell venues, absolute and percentage spread, estimated fees, and a net profitability indicator.

- **`fetch-arb-spread`** — Returns real-time arbitrage spread data for a crypto symbol across exchanges, including best buy/sell venues, absolute spread, estimated fees, and net profit percent.

## Skill reference

### `fetch-arb-spread`

**Arb Spread Data** — Returns current arbitrage spread metrics for a given trading symbol across multiple exchanges, including best buy/sell venues, absolute spread, spread percent, estimated fees, net profit percent, and a profitability flag.

*Use when:* Use when an agent needs to evaluate cross-exchange arbitrage opportunity for a specific asset, including which exchange to buy from, which to sell on, and whether the trade is profitable after fees.

*Not for:* Do not use for streaming or real-time price feeds; this is a single-shot snapshot. Not suitable for on-chain DEX arbitrage analysis — data reflects centralized exchange prices only.

**Inputs:**

- `symbol` (string, required) — Trading symbol of the asset to query arbitrage spread data for (path parameter).

**Returns:** Returns prices from 3 exchanges (KuCoin, Kraken, OKX), best buy/sell venues, absolute spread of 0.1, spreadPercent of 0.0043%, estimated fees of 0.2%, net profit of -0.1957%, profitable=false, and a timestamp.

**Example:** `GET https://wallet-intel-api-production-3ec7.up.railway.app/api/v1/arb-spreads/ETH`

---

### `fetch-arb-spread`

**ArbSpread Insight** — Returns real-time arbitrage spread data for a crypto symbol across exchanges, including best buy/sell venues, absolute spread, estimated fees, and net profit percent.

*Use when:* Use when an agent needs to evaluate whether a cross-exchange arbitrage opportunity exists for a given crypto symbol, including which venues to buy and sell at and whether the trade is profitable after fees.

*Not for:* Do not use for historical spread analysis or streaming price feeds; this is a single-shot snapshot. Not suitable for on-chain DEX arbitrage — covers CEX venues only.

**Inputs:**

- `symbol` (string, required) — Crypto ticker symbol to query arbitrage spread data for (path parameter).

**Returns:** Returns a spread object with best buy (OKX) and sell (Kraken) venues, absolute spread, spreadPercent, estimatedFeesPercent, netProfitPercent, a profitable flag, per-exchange prices array, exchange count, and a timestamp.

**Example:** `GET https://wallet-intel-api-production-3ec7.up.railway.app/api/v1/arb-spreads/ETH`

---
