GET
/
v1
/
staking
/
rewards
curl --request GET \
  --url https://api.unlinked.dev/v1/staking/rewards \
  --header 'Authorization: Bearer <token>'
"<any>"

Description

Gets the staking rewards for a given wallet address.

Changelog

DateChanges
Mar 08 2024Introduced endpoint

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

address
string
required
Required string length: 42

Response

200
application/json
The pool rewards for a given address

The response is of type any.