UNPKG

loopring-lightcone

Version:

A library to interact with the Loopring relayer system

5 lines (3 loc) 159 B
const { request } = require("../../../request"); exports.getEtherOnChainBalance = async (owner) => await request("GET", "api/v2/ethBalances", { owner });