UNPKG

loopring-lightcone

Version:

A library to interact with the Loopring relayer system

10 lines (8 loc) 249 B
const { request } = require("../../../request"); exports.getBalances = async (accountId, apiKey, skip, limit) => request( "GET", "api/v2/user/balances", { accountId, skip, limit }, { "X-API-KEY": apiKey } );