Binance Connector JS
    Preparing search index...

    Interface AxiosRequestArgs

    Represents the arguments for an Axios request.

    interface AxiosRequestArgs {
        options: RawAxiosRequestConfig;
        url: string;
    }
    Index

    Properties

    Properties

    options: RawAxiosRequestConfig

    The options for the Axios request.

    url: string

    The URL for the request.