File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
jitosol/jitosol-liquid-staking/for-developers/stake-pool-api Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -430,7 +430,7 @@ curl -X POST \
430
430
431
431
** Purpose** : Returns stake-weighted average MEV commission rates by epoch for all Jito-running validators.
432
432
433
- ** Endpoint** : ` /api/v1/mev_commission_average_overtime `
433
+ ** Endpoint** : ` /api/v1/mev_commission_average_over_time `
434
434
435
435
** Method** : ` GET `
436
436
@@ -563,4 +563,4 @@ curl -X POST \
563
563
* The ** current epoch** always reports ` mev_rewards = 0 ` because rewards are finalized at epoch-close.
564
564
* All lamport values are ** post-commission** – delegators receive their share via separate claim paths documented in the * MEV Rewards API* page.
565
565
* Pagination caps: ` limit ≤ 10 000 ` for list endpoints.
566
- * All endpoints are cached for at least 60 s; identical requests within this window return cached data.
566
+ * All endpoints are cached for at least 60 s; identical requests within this window return cached data.
You can’t perform that action at this time.
0 commit comments