Client endpoint. Claims the current user's step reward from a daily reward. All steps can only be claimed in sequential order. The reward for a missed step cannot be obtained for virtual or real currency, or by watching an ad
project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 |
daily_chain_id required | integer Daily reward ID. Example: 101 |
step_number required | integer Daily reward step number. Example: 1 |
Successfully claimed the current user's step reward for a daily reward step.
Authentication not passed or wrong.
Daily reward or daily reward step was not found.
Step can't be claimed.
{- "statusCode": 401,
- "errorCode": 1501,
- "errorMessage": "[0401-1501]: Authorization failed: Provide authorization"
}