UNPKG

dex-aggregators-client

Version:

This package looks for the best route for your trade among a variety of Dex Aggregators

5 lines (4 loc) 261 B
import { IAxiosParams } from "../types"; export declare const axiosInstance: import("axios").AxiosInstance; export declare const getResponse: (data: IAxiosParams) => Promise<unknown>; export declare const postResponse: (data: IAxiosParams) => Promise<unknown>;