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.
curl --request GET \
--url https://api.dfns.io/staking/stakes/{stakeId}/rewards \
--header 'Authorization: Bearer <token>'{
"symbol": "<string>",
"balance": "<string>"
}CustomerEmployee)EndUser)Stakes:Read: Always required.Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows
1Was this page helpful?