Skip to main content
GET
Get Rewards History

Authorizations

Authorization
string
header
required

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

Path Parameters

network
enum<string>
required

Ethereum pool network:

  • `mainnet` — Ethereum mainnet.
  • `hoodi` — Ethereum testnet.
Available options:
mainnet,
hoodi
delegatorAddress
string
required

Account address of the delegator initiated the staking transaction.

vaultAddress
string
required

Ethereum address of the vault which keeps tokens.

Query Parameters

period
enum<number>

Optional time period in days. Allowed values: LAST_30_DAYS, LAST_60_DAYS, LAST_90_DAYS, 30, 60, 90

Available options:
30,
60,
90
Example:

30

Response

OK

Standard API success response envelope wrapping the result payload.

error
object | null
required

Error object. Always null on successful responses.

result
object
required

Response payload containing the requested data.