Skip to content

Commit 1a41e60

Browse files
committed
fix: over_time
1 parent ced390d commit 1a41e60

File tree

1 file changed

+2
-2
lines changed
  • jitosol/jitosol-liquid-staking/for-developers/stake-pool-api

1 file changed

+2
-2
lines changed

jitosol/jitosol-liquid-staking/for-developers/stake-pool-api/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ curl -X POST \
430430

431431
**Purpose**: Returns stake-weighted average MEV commission rates by epoch for all Jito-running validators.
432432

433-
**Endpoint**: `/api/v1/mev_commission_average_overtime`
433+
**Endpoint**: `/api/v1/mev_commission_average_over_time`
434434

435435
**Method**: `GET`
436436

@@ -563,4 +563,4 @@ curl -X POST \
563563
* The **current epoch** always reports `mev_rewards = 0` because rewards are finalized at epoch-close.
564564
* All lamport values are **post-commission** – delegators receive their share via separate claim paths documented in the *MEV Rewards API* page.
565565
* 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.

0 commit comments

Comments
 (0)