|  | 
| 34 | 34 |       - [ledgerState/rewardAccountSummaries](#operation-publish-/?QueryLedgerStateRewardAccountSummaries) | 
| 35 | 35 |       - [ledgerState/rewardsProvenance](#operation-publish-/?QueryLedgerStateRewardsProvenance) | 
| 36 | 36 |       - [ledgerState/stakePools](#operation-publish-/?QueryLedgerStateStakePools) | 
|  | 37 | +      - [ledgerState/stakePoolsPerformances](#operation-publish-/?QueryLedgerStateStakePoolsPerformances) | 
| 37 | 38 |       - [ledgerState/tip](#operation-publish-/?QueryLedgerStateTip) | 
| 38 | 39 |       - [ledgerState/treasuryAndReserves](#operation-publish-/?QueryLedgerStateTreasuryAndReserves) | 
| 39 | 40 |       - [ledgerState/utxo](#operation-publish-/?QueryLedgerStateUtxo) | 
| @@ -476,6 +477,20 @@ channels: | 
| 476 | 477 |         oneOf: | 
| 477 | 478 |           - $ref: "#/components/messages/QueryLedgerStateStakePoolsResponse" | 
| 478 | 479 | 
 | 
|  | 480 | +  /?QueryLedgerStateStakePoolsPerformances: | 
|  | 481 | +    description: | | 
|  | 482 | +      <p align="right"><a href="#asyncapi">Top ⬆️</a></p> | 
|  | 483 | +    publish: | 
|  | 484 | +      operationId: QueryLedgerStateStakePoolsPerformances | 
|  | 485 | +      message: | 
|  | 486 | +        oneOf: | 
|  | 487 | +          - $ref: "#/components/messages/QueryLedgerStateStakePoolsPerformances" | 
|  | 488 | +    subscribe: | 
|  | 489 | +      operationId: QueryLedgerStateStakePoolsPerformancesResponse | 
|  | 490 | +      message: | 
|  | 491 | +        oneOf: | 
|  | 492 | +          - $ref: "#/components/messages/QueryLedgerStateStakePoolsPerformancesResponse" | 
|  | 493 | + | 
| 479 | 494 |   /?QueryLedgerStateTip: | 
| 480 | 495 |     description: | | 
| 481 | 496 |       <p align="right"><a href="#asyncapi">Top ⬆️</a></p> | 
| @@ -842,6 +857,14 @@ components: | 
| 842 | 857 |       payload: | 
| 843 | 858 |         $ref: "/ogmios.json#/properties/QueryLedgerStateStakePools" | 
| 844 | 859 | 
 | 
|  | 860 | +    QueryLedgerStateStakePoolsPerformances: | 
|  | 861 | +      title: QueryLedgerStateStakePoolsPerformances | 
|  | 862 | +      name: "since v6.13.0" | 
|  | 863 | +      description: | | 
|  | 864 | +        Query details about pools performances indicators for the ongoing epoch. | 
|  | 865 | +      payload: | 
|  | 866 | +        $ref: "/ogmios.json#/properties/QueryLedgerStateStakePoolsPerformances" | 
|  | 867 | + | 
| 845 | 868 |     QueryLedgerStateTip: | 
| 846 | 869 |       title: QueryLedgerStateTip | 
| 847 | 870 |       name: "since v6.0.0" | 
| @@ -1006,6 +1029,12 @@ components: | 
| 1006 | 1029 |       payload: | 
| 1007 | 1030 |         $ref: "/ogmios.json#/properties/QueryLedgerStateStakePoolsResponse" | 
| 1008 | 1031 | 
 | 
|  | 1032 | +    QueryLedgerStateStakePoolsPerformancesResponse: | 
|  | 1033 | +      title: QueryLedgerStateStakePoolsPerformancesResponse | 
|  | 1034 | +      name: "since v6.13.0" | 
|  | 1035 | +      payload: | 
|  | 1036 | +        $ref: "/ogmios.json#/properties/QueryLedgerStateStakePoolsPerformancesResponse" | 
|  | 1037 | + | 
| 1009 | 1038 |     QueryLedgerStateTipResponse: | 
| 1010 | 1039 |       title: QueryLedgerStateTipResponse | 
| 1011 | 1040 |       name: "since v6.0.0" | 
|  | 
0 commit comments