UNPKG

equation-sdk

Version:

🛠 An SDK for building applications on top of Equation.

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