Skip to main content
GET
/
staking
/
stakes
/
{stakeId}
/
rewards
Get Stake Rewards
curl --request GET \
  --url https://api.dfns.io/staking/stakes/{stakeId}/rewards \
  --header 'Authorization: Bearer <token>'
{
  "symbol": "<string>",
  "balance": "<string>"
}

Authentication

✅ Organization User (CustomerEmployee)
❌ Delegated User (EndUser)
✅ Service Account

Required Permissions

Stakes:Read: Always required.

Authorizations

Authorization
string
header
required

Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows

Path Parameters

stakeId
string
required
Minimum length: 1

Response

200 - application/json

Success

symbol
string
required
balance
string
required
I