API Reference

Arbitrage

Response Data

{
  "code": "0",
  "msg": "success",
  "data": [
    {
      "symbol": "AMB",
      "profit": 151.8828,
      "fee": 11.5,
      "buy": {
        "exName": "Bybit",
        "fundingRate": 0.754378,
        "nextFundingTime": 1740110400000,
        "takerFee": 0.075,
        "makerFee": -0.025
      },
      "sell": {
        "exName": "Binance",
        "fundingRate": 2.273206,
        "nextFundingTime": 1740110400000,
        "takerFee": 0.04,
        "makerFee": 0.02
      }
    }]
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!