You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @description Stake balance in USD at the time of reward.
23402
-
* @example 0.0001
23403
-
*/
23404
-
active_balance_usd?: number;
23405
-
/**
23406
-
* @description Net reward amount in USD. This can be verified on chain in an explorer.
23407
-
* @example 0.0001
23408
-
*/
23409
-
net_rewards_usd?: number;
23410
-
/**
23411
-
* @description Gross reward amount in USD. This is the amount generated before validator fees. Only available for kiln validator's nominators. Default to 0 if not available.
* @description Stake balance in USD at the time of reward.
24012
-
* @example 0.0001
24013
-
*/
24014
-
active_balance_usd?: number;
24015
-
/**
24016
-
* @description Net reward amount in USD. This can be verified on chain in an explorer.
24017
-
* @example 0.0001
24018
-
*/
24019
-
net_rewards_usd?: number;
24020
-
/**
24021
-
* @description Gross reward amount in USD. This is the amount generated before validator fees. Only available for kiln validator's nominators. Default to 0 if not available.
/** @description The format of the response. Defaults to `daily` */
36530
36510
DOTRewardsFormatParam: "daily" | "era";
36511
+
/** @description The era from which we want to fetch rewards. Must be used with `format=era` */
36512
+
DOTStartEraParam: number;
36513
+
/** @description The era until which we want to fetch rewards. Must be used with `format=era` */
36514
+
DOTEndEraParam: number;
36531
36515
KSMAddressesParam: string;
36532
36516
KSMValidatorsParam: string;
36533
36517
/** @description Current page to look-up entries. Defaults to 1. If the number of entries returned is lesser than `page_size`, it means it's the last page and there are no more entries. */
0 commit comments