UNPKG

loopring-lightcone

Version:

A library to interact with the Loopring relayer system

13 lines (11 loc) 293 B
const { request } = require("../../../request"); exports.getFeeRates = async (accountId, markets, apiKey) => request( "GET", "api/v2/user/feeRates", { markets: markets.join(","), accountId, }, { "X-API-KEY": apiKey } );