UNPKG

equation-sdk

Version:

🛠 An SDK for building applications on top of Equation.

16 lines (15 loc) • 431 B
export declare const tokensPrice = "prices/24hr"; export declare const multiTokens = "/prices/by-addresses"; /** * The URL for the markets. */ export declare const markets = "/markets"; /** * The URL for the positions list. */ export declare const positions = "/positions"; /** * The URL for the orders list. */ export declare const orders = "/orders"; export declare const gasConfig = "/contract/gas-config";