Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "binance/api_clients/public_api_request"

Index

Variables

debug

debug: Debugger

Const publicApiClient

publicApiClient: AxiosInstance = axios.create(binanceAxiosConfig)

Functions

Const binancePublicApiRequest

  • binancePublicApiRequest(__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 }): 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

    Returns Promise<any>

Generated using TypeDoc