List Staking Rewards
List Staking Rewards
POSThttps://api.gemini.com/v1/staking/rewards
Returns historical staking reward payments and accruals, grouped by provider and currency.
POST
curl --request POST \
--url https://api.gemini.com/v1/staking/rewards \
--header 'Content-Type: application/json' \
--header 'X-GEMINI-APIKEY: <string>' \
--header 'X-GEMINI-PAYLOAD: <string>' \
--header 'X-GEMINI-SIGNATURE: <string>' \
--data '
{
"request": "/v1/staking/rewards",
"nonce": "<nonce>",
"since": "2022-08-20T00:00:00.000Z",
"until": "2022-11-05T00:00:00.000Z",
"providerId": "62b21e17-2534-4b9f-afcf-b7edb609dd8d",
"currency": "ETH"
}
'Roles
The API key you use to access this endpoint must have the Trader, Fund Manager, or Auditor role assigned. See Roles for more information.
Headers
Request Body
Responses
A nested JSON object, organized by provider, then currency
Last modified on