ccxt

[sdks/ccxt/utils/ccxt]


Integrates the ccxt unified apis. https://docs.ccxt.com/en/latest/manual.html


Input ports

  • action:

    {
      "name": (
        "loadMarkets"
        or "fetchOrderBook"
        or "fetchOrderBooks"
        or "fetchTicker"
        or "fetchTickers"
        or "fetchOHLCV"
        or "fetchTrades"
        or "fetchTime"
        or "fetchStatus"
        or "fetchBorrowRate"
        or "fetchBorrowRates"
        or "fetchBorrowRatesPerSymbol"
        or "fetchBorrowRateHistory"
        or "fetchMarketLeverageTiers"
        or "fetchFundingRate"
        or "fetchFundingRateHistory "
        or "fetchOpenInterestHistory"
        or "fetchPositionsRisk"
        or "createOrder"
        or "fetchBalance"
        or "fetchOrder"
        or "fetchOrders"
        or "fetchOpenOrders"
        or "fetchClosedOrders"
        or "cancelOrder"
        or "fetchMyTrades"
      ),
      "parameters": {
        "exchange": {
          "id": string,
          optional "credentials": {
            "apiKey": string,
            "secret": string,
            optional "uid": string,
            optional "password": string
          },
          optional "sandboxMode": boolean
        }
      }
    }

Output ports

  • data: any

  • error: {"error": string, optional "details": any}

Dependencies

(by compilation target and repository)

  • es6-node:

    • npm:

      • ccxt

Last updated