Gets information about multi virtual currencies and shards balance.
Values of multi virtual crrencies balances.
Bad request
Unauthorized
User not found
Unprocessable entity
curl -i -X GET \ 'http://orbs.babka.com/v2/merchants/{merchantId}/projects/{projectId}/multicurrency-balance' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "items": [
- {
- "balance": 14,
- "name": "Blue Orb Point",
- "points": {
- "base": 240,
- "point": 80
}, - "shards": 2,
- "virtual_currency_sku": "xxxxx"
}
]
}