# Get multi virtual currencies balance Gets information about multi virtual currencies and shards balance. Endpoint: GET /v2/merchants/{merchantId}/projects/{projectId}/multicurrency-balance Version: 1.0.0 Security: Bearer ## Path parameters: - `merchantId` (string, required) Merchant ID of the client - `projectId` (string, required) Project ID of the project ## Response 200 fields (application/json): - `items` (array) List of multicurrency balances. Example: [{"balance":14,"image_url":"https://imgurl.com","name":"Blue Orb Point","points":{"base":240,"point":80},"shards":2,"virtual_currency_sku":"xxxxx"}] - `items.balance` (integer) Multicurrency balance. - `items.image_url` (string) Multicurrency image url. - `items.is_allowable_to_buy` (boolean) To distingush between partially available and available status of virtual currency - `items.name` (string) Multicurrency name. - `items.points` (object) Shards balance in time points. - `items.points.base` (integer) Shard base, number of time points in one Multicurrency. - `items.points.point` (integer) Shard balance in time points. - `items.shards` (integer) Shard balance. - `items.virtual_currency_sku` (string) Multicurrency sku. ## Response 400 fields (application/json): - `error_code` (string) Error code - `error_description` (string) Error description ## Response 401 fields (application/json): - `error_code` (string) Error code - `error_description` (string) Error description ## Response 404 fields (application/json): - `error_code` (string) Error code - `error_description` (string) Error description ## Response 422 fields (application/json): - `error_code` (string) Error code - `error_description` (string) Error description