cURL
curl --request GET \ --url https://api.dfns.io/staking/stakes/{stakeId}/rewards \ --header 'Authorization: Bearer <token>'
{ "symbol": "<string>", "balance": "<string>" }
Retrieves the rewards linked to a specific stake.
CustomerEmployee
EndUser
Stakes:Read
Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows
1
Success
Was this page helpful?