Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "kraken/api_clients/public_api_request"

Index

Variables

debug

debug: Debugger

logError

logError: Debugger

Const publicApiClient

publicApiClient: AxiosInstance = axios.create(krakenAxiosConfig)

Functions

Const krakenPublicApiRequest

  • krakenPublicApiRequest(__namedParameters: { data: any; url: "Time" | "Assets" | "AssetPairs" | "Ticker" | "Depth" | "Trades" | "Spread" | "OHLC" }): Promise<any>
  • Parameters

    • __namedParameters: { data: any; url: "Time" | "Assets" | "AssetPairs" | "Ticker" | "Depth" | "Trades" | "Spread" | "OHLC" }
      • data: any
      • url: "Time" | "Assets" | "AssetPairs" | "Ticker" | "Depth" | "Trades" | "Spread" | "OHLC"

    Returns Promise<any>

Generated using TypeDoc