Client endpoint. Gets the current user’s value point balance.
project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 |
reward_chain_id required | integer Reward chain ID. Example: 101 |
The user’s value point balance was successfully retrieved.
Authentication not passed or wrong.
{- "sku": "value_point_1",
- "name": "Value point",
- "description": null,
- "long_description": null,
- "amount": 130,
- "is_clan": false
}