Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "binance/api_clients/private_api_request"

Index

Variables

debug

debug: Debugger

Let defaultClient

defaultClient: AxiosInstance = createBinancePrivateApiClient()

Functions

Const binancePrivateApiRequest

  • binancePrivateApiRequest(__namedParameters: { data: any; method: "get" | "GET" | "delete" | "DELETE" | "head" | "HEAD" | "options" | "OPTIONS" | "post" | "POST" | "put" | "PUT" | "patch" | "PATCH" | "link" | "LINK" | "unlink" | "UNLINK"; params: any; url: string }, injectedApiKeys?: InjectedApiKeys): Promise<any>
  • Parameters

    • __namedParameters: { data: any; method: "get" | "GET" | "delete" | "DELETE" | "head" | "HEAD" | "options" | "OPTIONS" | "post" | "POST" | "put" | "PUT" | "patch" | "PATCH" | "link" | "LINK" | "unlink" | "UNLINK"; params: any; url: string }
      • data: any
      • method: "get" | "GET" | "delete" | "DELETE" | "head" | "HEAD" | "options" | "OPTIONS" | "post" | "POST" | "put" | "PUT" | "patch" | "PATCH" | "link" | "LINK" | "unlink" | "UNLINK"
      • params: any
      • url: string
    • Optional injectedApiKeys: InjectedApiKeys

    Returns Promise<any>

Const createBinancePrivateApiClient

  • createBinancePrivateApiClient(apiKey?: string, apiSecret?: string): AxiosInstance

Const updateBinanceDefaultClient

  • updateBinanceDefaultClient(apikey: string, apiSecret: string): void

Generated using TypeDoc