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

Public

No

Request

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

Request

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

Response

Response

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