BSC/BNB Chain DEX Cross-Exchange Arbitrage & Price Feed API is a paid API for AI agents from x402.donnyautomation.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).
Returns real-time on-chain token pair prices, liquidity/TVL, and cross-exchange arbitrage spreads across PancakeSwap v2/v3, Biswap, and ApeSwap on BSC in a single call
Cross-DEX price, liquidity and gross arbitrage spread for ONE BSC pair in a single call, across PancakeSwap v2/v3, Biswap and ApeSwap. Returns pricesByVenue[], bestBuy, bestSell, midSpreadBps, crossDex (grossSpreadBps, grossUsd, optimalInput) and liquidity at a stated blockNumber. Requires ?pair=SYM/SYM (first symbol is USD-priceable); optional ?fee= pins one v3 tier. Errors: 400 bad_pair|bad_fee, 404 no_pools, 502 upstream_read_failed. Split views: /price, /liquidity, /route.
Returns a structured JSON response containing: per-venue price feed for each DEX (PancakeSwap v2, PancakeSwap v3 per fee tier, Biswap, ApeSwap), best buy and sell quotes, gross arbitrage spread in basis points and USD, optimal trade size, current liquidity/TVL per venue, and the on-chain block number at time of query.
GEThttps://x402.donnyautomation.com/callChoose this endpoint when you need real-time, multi-venue DEX price aggregation and arbitrage spread calculation specifically on BNB Chain/BSC in a single API call. It is ideal for trading bots, DeFi agents, and price oracles that need to compare PancakeSwap v2, PancakeSwap v3 (all fee tiers), Biswap, and ApeSwap simultaneously without building separate integrations. Prefer this over generic crypto price APIs when you need on-chain liquidity/TVL data and arbitrage-grade spread precision (bps + USD) rather than just a spot price.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"ts": "2026-07-01T00:00:00.000Z",
"pair": "WBNB/USDC",
"source": "rpc",
"bestBuy": {
"price": 546.2,
"venue": "pancakeV3:500"
},
"chainId": 56,
"network": "bsc",
"bestSell": {
"price": 546.9,
"venue": "pancake"
},
"crossDex": {
"surface": "v2v3",
"buyVenue": "pancakeV3:500",
"grossUsd": 3.2,
"sellVenue": "pancake",
"optimalInput": {
"usd": 1148,
"token": "WBNB",
"amount": 2.1
},
"grossSpreadBps": 14.05,
"tickBoundaryBreach": false
},
"liquidity": {
"venues": 7,
"totalTvlUsd": 9800000
},
"nativeUsd": 546.6,
"blockNumber": 107399076,
"midSpreadBps": 27.4,
"pricesByVenue": [
{
"price": 546.6,
"venue": "pancake",
"feeBps": 25,
"tvlUsd": 1348000,
"surface": "v2"
},
{
"price": 546.2,
"venue": "pancakeV3:500",
"feeBps": 5,
"tvlUsd": 2100000,
"surface": "v3"
}
]
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"