Client endpoint. Claims the current user’s step reward from a reward chain.
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 |
step_id required | integer Reward chain step ID. Example: 120 |
Successfully claimed the current user's step reward from a reward chain.
Authentication not passed or wrong.
Reward chain step not found.
Can't claim the step reward.
{- "statusCode": 401,
- "errorCode": 1501,
- "errorMessage": "[0401-1501]: Authorization failed: Provide authorization"
}