const data = await ctx.modules.currency.fetchBalanceByToken({
  // Request body
});

Public

Yes

Request

const data = await ctx.modules.currency.fetchBalanceByToken({
  // Request body
});

Request

Object containing the following properties:
PropertyType
userToken (*)string
(*) Required.

Response

Response

Object containing the following properties:
PropertyType
userId (*)string
balance (*)number
(*) Required.