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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.dfns.co/llms.txt

Use this file to discover all available pages before exploring further.

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
Required string length: 1 - 64
Pattern: ^stk-[a-z0-9]{5}-[a-z0-9]{5}-[a-z0-9]{14,16}$

Response

200 - application/json

Success

symbol
string
required
balance
string
required
Last modified on May 11, 2026