{"openapi":"3.1.0","info":{"title":"Rated API","description":"\nWelcome to Rated API Swagger doc for developers! This doc outlines the Rated API functionality and API architecture.\n\nV0: It is separated into seven categories:\n\n-   **Validators**: Endpoints to query into individual validator indices or aggregations of validator indices.\n-   **Operators**: Endpoints to query into pre-materialized operator groupings.\n-   **Network**: Endpoints to query into network aggregate stats.\n-   **Slashings**: Endpoints to query into network aggregate stats.\n-   **Withdrawals (beta)**: Endpoints to query into when a withdrawal is expected to land.\n-   **Self Report (beta)**: Endpoint to query into all slashed validators and individual slashed validator indices\n\nV1: It is separated into six categories:\n-   **Overview**: Endpoints encapsulating the current status of operators, pools and validators.\n-   **Performance**: Endpoints that dive into performance and effectiveness metrics on execution and consensus layer for operators, pools and validators.\n-   **Rewards**: Endpoints that dive into relevant metrics around rewards and penalties for operators, pools and validators.\n-   **Private Sets**: Endpoints that aggregate custom group of validators privately for performance and reward drill downs.\n-   **Metadata**: Endpoints that provide metadata about mappings, slashings and APRs for validators, pools and operators.\n-   **Network**: Endpoints that provide network level metrics about performance, rewards, and distributions.\n\n[Terms of Use](https://docs.rated.network/legal/terms/api-terms-of-service)\n\n[API Reference](https://docs.rated.network/rated-api/api-reference/introduction)\n","version":"1.0"},"paths":{"/v0/pricingPlans":{"get":{"tags":["Pricing"],"summary":"Get Pricing Plans","operationId":"get_pricing_plans_v0_pricingPlans_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/PricingPlan"},"type":"array","title":"Response Get Pricing Plans V0 Pricingplans Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"security":[{"HTTPBearer":[]}]}},"/v0/eth/validators/{validator_index_or_pubkey}/effectiveness":{"get":{"tags":["Validators"],"summary":"Get Effectiveness","operationId":"get_effectiveness_v0_eth_validators__validator_index_or_pubkey__effectiveness_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_index_or_pubkey","in":"path","required":true,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"string"}],"title":"Validator Index Or Pubkey"}},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"string","format":"date"},{"type":"null"}],"title":"From"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","default":10,"title":"Size"}},{"name":"granularity","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DayGranularityEnum","default":"day"}},{"name":"filterType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/FilterTypeEnum"}},{"name":"include","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}],"title":"Include"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedValidatorEffectiveness"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"},"307":{"description":"Validator requested by a valid PubKey"}}}},"/v0/eth/validators/effectiveness":{"get":{"tags":["Validators"],"summary":"Get Effectiveness Aggregation","operationId":"get_effectiveness_aggregation_v0_eth_validators_effectiveness_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"pubkeys","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}],"title":"Pubkeys"}},{"name":"indices","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"integer","minimum":0}},{"type":"null"}],"title":"Indices"}},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"string","format":"date"},{"type":"null"}],"title":"From"}},{"name":"to","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"string","format":"date"},{"type":"null"}],"title":"To"}},{"name":"filterType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/FilterTypeEnum","default":"day"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":10,"title":"Size"}},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/DayGranularityEnum"},{"type":"null"}],"title":"Granularity"}},{"name":"groupBy","in":"query","required":false,"schema":{"$ref":"#/components/schemas/api__schemas__page__ValidatorsEffectivenessGroupByEnum","default":"validator"}},{"name":"include","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}],"title":"Include"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedValidatorEffectivenessDataOrAggregation"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"},"307":{"description":"Validators aggregation requested by valid PubKeys"}}}},"/v0/eth/validators":{"get":{"tags":["Validators","Validators"],"summary":"Get Metadata List","operationId":"get_metadata_list_v0_eth_validators_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"from","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"From"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","maximum":200,"exclusiveMinimum":0,"default":100,"title":"Size"}},{"name":"operatorsIds","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}],"title":"Operatorsids"}},{"name":"withdrawalAddress","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Withdrawaladdress"}},{"name":"idType","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/PoolOrNodeOperatorIdType"},{"type":"null"}],"default":"nodeOperator","title":"Idtype"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedValidatorMetadata"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/eth/validators/{validator_index_or_pubkey}":{"get":{"tags":["Validators"],"summary":"Get Metadata","operationId":"get_metadata_v0_eth_validators__validator_index_or_pubkey__get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_index_or_pubkey","in":"path","required":true,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"string"}],"title":"Validator Index Or Pubkey"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidatorMetadata"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"},"307":{"description":"Validator requested by a valid PubKey"}}}},"/v0/eth/validators/{validator_index_or_pubkey}/apr":{"get":{"tags":["Validators"],"summary":"Get Apr","operationId":"get_apr_v0_eth_validators__validator_index_or_pubkey__apr_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_index_or_pubkey","in":"path","required":true,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"string"}],"title":"Validator Index Or Pubkey"}},{"name":"window","in":"query","required":true,"schema":{"$ref":"#/components/schemas/TimeWindow"}},{"name":"apr_type","in":"query","required":false,"schema":{"$ref":"#/components/schemas/AprType","default":"backward"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidatorApr"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"},"307":{"description":"Validator requested by a valid PubKey"}}}},"/v0/eth/operators":{"get":{"tags":["Operators"],"summary":"Get Summaries","operationId":"get_summaries_v0_eth_operators_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"window","in":"query","required":true,"schema":{"$ref":"#/components/schemas/TimeWindow"}},{"name":"poolType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/PoolType","default":"all"}},{"name":"idType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/IdType","default":"depositAddress"}},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"From"}},{"name":"size","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":15,"title":"Size"}},{"name":"parentId","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Parentid"}},{"name":"parentEntity","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Use parentId","deprecated":true,"title":"Parententity"},"description":"Use parentId","deprecated":true},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedOperatorEffectivenessSummary"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/eth/operators/percentiles":{"get":{"tags":["Operators"],"summary":"Get Percentiles","operationId":"get_percentiles_v0_eth_operators_percentiles_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"window","in":"query","required":true,"schema":{"$ref":"#/components/schemas/TimeWindow"}},{"name":"idType","in":"query","required":true,"schema":{"$ref":"#/components/schemas/IdType"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Percentile"},"title":"Response Get Percentiles V0 Eth Operators Percentiles Get"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/eth/operators/{operator_id}":{"get":{"tags":["Operators"],"summary":"Get Operator","operationId":"get_operator_v0_eth_operators__operator_id__get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"operator_id","in":"path","required":true,"schema":{"type":"string","title":"Operator Id"}},{"name":"idType","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/IdType"},{"type":"null"}],"title":"Idtype"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__operators__Operator"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/eth/operators/{operator_id}/effectiveness":{"get":{"tags":["Operators"],"summary":"Get Effectiveness","operationId":"get_effectiveness_v0_eth_operators__operator_id__effectiveness_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"operator_id","in":"path","required":true,"schema":{"type":"string","title":"Operator Id"}},{"name":"idType","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/IdType"},{"type":"null"}],"title":"Idtype"}},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"string","format":"date"}],"title":"From"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","default":10,"title":"Size"}},{"name":"granularity","in":"query","required":false,"schema":{"$ref":"#/components/schemas/GranularityEnum","default":"day"}},{"name":"filterType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/FilterTypeEnum"}},{"name":"include","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}],"title":"Include"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedOperatorEffectiveness"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/eth/operators/{operator_id}/relayers":{"get":{"tags":["Operators"],"summary":"Get Relayer Stats","operationId":"get_relayer_stats_v0_eth_operators__operator_id__relayers_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"operator_id","in":"path","required":true,"schema":{"type":"string","title":"Operator Id"}},{"name":"idType","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/IdType"},{"type":"null"}],"title":"Idtype"}},{"name":"window","in":"query","required":false,"schema":{"$ref":"#/components/schemas/TimeWindow","default":"30d"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/RelayerPercentage"},"title":"Response Get Relayer Stats V0 Eth Operators  Operator Id  Relayers Get"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/eth/operators/{operator_id}/apr":{"get":{"tags":["Operators"],"summary":"Get Operator Apr","operationId":"get_operator_apr_v0_eth_operators__operator_id__apr_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"operator_id","in":"path","required":true,"schema":{"type":"string","title":"Operator Id"}},{"name":"window","in":"query","required":true,"schema":{"$ref":"#/components/schemas/TimeWindow"}},{"name":"idType","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/IdType"},{"type":"null"}],"title":"Idtype"}},{"name":"apr_type","in":"query","required":false,"schema":{"$ref":"#/components/schemas/AprType","default":"backward"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperatorApr"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/eth/operators/{operator_id}/summary":{"get":{"tags":["Operators"],"summary":"Get Operator Summary","operationId":"get_operator_summary_v0_eth_operators__operator_id__summary_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"operator_id","in":"path","required":true,"schema":{"type":"string","title":"Operator Id"}},{"name":"window","in":"query","required":true,"schema":{"$ref":"#/components/schemas/TimeWindow"}},{"name":"idType","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/IdType"},{"type":"null"}],"title":"Idtype"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperatorEffectivenessSummary"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/eth/operators/{operator_id}/stakeMovement":{"get":{"tags":["Operators"],"summary":"Get Activations Exits Aggregate","operationId":"get_activations_exits_aggregate_v0_eth_operators__operator_id__stakeMovement_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"operator_id","in":"path","required":true,"schema":{"type":"string","title":"Operator Id"}},{"name":"idType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/IdType"}},{"name":"stakeAction","in":"query","required":false,"schema":{"$ref":"#/components/schemas/StakeAction","default":"activation"}},{"name":"window","in":"query","required":false,"schema":{"$ref":"#/components/schemas/TimeWindow","default":"1d"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ActivationsExitsAggregate"},"title":"Response Get Activations Exits Aggregate V0 Eth Operators  Operator Id  Stakemovement Get"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/eth/network/overview":{"get":{"tags":["Network"],"summary":"Get Network Overview","operationId":"get_network_overview_v0_eth_network_overview_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/NetworkOverview"},"title":"Response Get Network Overview V0 Eth Network Overview Get"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/eth/network/capacity":{"get":{"tags":["Network"],"summary":"Get Network Churn Capacity","operationId":"get_network_churn_capacity_v0_eth_network_capacity_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/NetworkChurnCapacity"},"title":"Response Get Network Churn Capacity V0 Eth Network Capacity Get"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/eth/network/capacity/pool":{"get":{"tags":["Network"],"summary":"Get Network Churn Capacity Pool","operationId":"get_network_churn_capacity_pool_v0_eth_network_capacity_pool_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"window","in":"query","required":false,"schema":{"$ref":"#/components/schemas/TimeWindow","default":"1d"}},{"name":"stakeAction","in":"query","required":false,"schema":{"$ref":"#/components/schemas/StakeAction","default":"activation"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/NetworkChurnCapacityPool"},"title":"Response Get Network Churn Capacity Pool V0 Eth Network Capacity Pool Get"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/eth/network/dailyRewards":{"get":{"tags":["Network"],"summary":"Get Network Daily Rewards","operationId":"get_network_daily_rewards_v0_eth_network_dailyRewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"from","in":"query","required":false,"schema":{"anyOf":[{},{"type":"null"}],"description":"The starting date (UTC) to return. For example, 2024-01-01.","title":"From"},"description":"The starting date (UTC) to return. For example, 2024-01-01."},{"name":"size","in":"query","required":false,"schema":{"type":"integer","default":10,"title":"Size"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedNetworkDailyConsensusExecutionRewards"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/eth/network/dailyRewards/{date}":{"get":{"tags":["Network"],"summary":"Get Daily Rewards By Day","operationId":"get_daily_rewards_by_day_v0_eth_network_dailyRewards__date__get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"date","in":"path","required":true,"schema":{"title":"Date"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NetworkDailyConsensusExecutionRewards"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/eth/network/chainDailyRewards":{"get":{"tags":["Network"],"summary":"Get Network Chain Daily Rewards","operationId":"get_network_chain_daily_rewards_v0_eth_network_chainDailyRewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"string","format":"date"},{"type":"null"}],"description":"The starting day based on Ethereum Beacon Chain days or UTC days. For example, 1120 or 2023-12-26.","title":"From"},"description":"The starting day based on Ethereum Beacon Chain days or UTC days. For example, 1120 or 2023-12-26."},{"name":"size","in":"query","required":false,"schema":{"type":"integer","default":10,"title":"Size"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedNetworkDailyConsensusExecutionRewardsChain"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/eth/network/chainDailyRewards/{day}":{"get":{"tags":["Network"],"summary":"Get Chain Daily Rewards By Day","operationId":"get_chain_daily_rewards_by_day_v0_eth_network_chainDailyRewards__day__get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"day","in":"path","required":true,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"string","format":"date"}],"title":"Day"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NetworkDailyConsensusExecutionRewardsChain"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/selfReports/validators":{"post":{"tags":["Self Reports"],"summary":"Report Validators","operationId":"report_validators_v0_selfReports_validators_post","security":[{"HTTPBearer":[]}],"parameters":[{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SelfReportIn"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SelfReport"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/eth/slashings/overview":{"get":{"tags":["Slashings"],"summary":"Get Slashing Overview","operationId":"get_slashing_overview_v0_eth_slashings_overview_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SlashingOverview"},"title":"Response Get Slashing Overview V0 Eth Slashings Overview Get"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/eth/slashings/leaderboard":{"get":{"tags":["Slashings"],"summary":"Get Slashing Leaderboard","operationId":"get_slashing_leaderboard_v0_eth_slashings_leaderboard_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"from","in":"query","required":false,"schema":{"type":"integer","default":0,"title":"From"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","default":10,"title":"Size"}},{"name":"slashingRole","in":"query","required":false,"schema":{"$ref":"#/components/schemas/SlashingRole","default":"slashed"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedSlashingLeaderboard"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/eth/slashings/cohortAnalysis":{"get":{"tags":["Slashings"],"summary":"Get Slashing Cohort Analysis","operationId":"get_slashing_cohort_analysis_v0_eth_slashings_cohortAnalysis_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SlashingCohortAnalysis"},"title":"Response Get Slashing Cohort Analysis V0 Eth Slashings Cohortanalysis Get"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/eth/slashings/timeseries":{"get":{"tags":["Slashings"],"summary":"Get Slashing Time Series","operationId":"get_slashing_time_series_v0_eth_slashings_timeseries_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SlashingTimeSeries"},"title":"Response Get Slashing Time Series V0 Eth Slashings Timeseries Get"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/eth/slashings":{"get":{"tags":["Slashings"],"summary":"Get Slashing Penalties All","operationId":"get_slashing_penalties_all_v0_eth_slashings_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"string","format":"date"},{"type":"null"}],"title":"From"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","default":10,"title":"Size"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedSlashingPenalties"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/eth/slashings/{validator_index_or_pubkey}":{"get":{"tags":["Slashings"],"summary":"Get Slashing Penalties","operationId":"get_slashing_penalties_v0_eth_slashings__validator_index_or_pubkey__get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_index_or_pubkey","in":"path","required":true,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"string"}],"title":"Validator Index Or Pubkey"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SlashingPenalties"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/eth/p2p/geographical":{"get":{"tags":["P2P (Beta)"],"summary":"Get P2P Geographical Distribution","operationId":"get_p2p_geographical_distribution_v0_eth_p2p_geographical_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"distType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DistType","default":"pros"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/P2PGeographicalDistribution"},"title":"Response Get P2P Geographical Distribution V0 Eth P2P Geographical Get"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/eth/p2p/hostingProvider":{"get":{"tags":["P2P (Beta)"],"summary":"Get P2P Hosting Provider Distribution","operationId":"get_p2p_hosting_provider_distribution_v0_eth_p2p_hostingProvider_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"from","in":"query","required":false,"schema":{"type":"integer","default":0,"title":"From"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","default":10,"title":"Size"}},{"name":"distType","in":"query","required":false,"schema":{"$ref":"#/components/schemas/DistType","default":"pros"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedP2PHostingProviderDistribution"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/eth/blocks":{"get":{"tags":["Blocks"],"summary":"Get Blocks","operationId":"get_blocks_v0_eth_blocks_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"title":"From"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","default":10,"title":"Size"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedBlocks"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/eth/blocks/{consensus_slot}":{"get":{"tags":["Blocks"],"summary":"Get Blocks By Slot","operationId":"get_blocks_by_slot_v0_eth_blocks__consensus_slot__get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"consensus_slot","in":"path","required":true,"schema":{"type":"integer","minimum":0,"title":"Consensus Slot"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Blocks"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/eth/blocks/{consensus_slot}/syncCommitteeRewards":{"get":{"tags":["Blocks"],"summary":"Get Sync Committee Rewards By Slot","operationId":"get_sync_committee_rewards_by_slot_v0_eth_blocks__consensus_slot__syncCommitteeRewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"consensus_slot","in":"path","required":true,"schema":{"type":"integer","minimum":0,"title":"Consensus Slot"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","default":512,"title":"Limit"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedSyncCommitteeRewards"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/polygon/validators/{validator_id}/effectiveness":{"get":{"tags":["Polygon Validators"],"summary":"Validator Checkpoint Effectiveness","operationId":"validator_checkpoint_effectiveness_v0_polygon_validators__validator_id__effectiveness_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_id","in":"path","required":true,"schema":{"type":"integer","minimum":0,"title":"Validator Id"}},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{},{"type":"null"}],"description":"The starting checkpoint or date (UTC) to return. For example, 41100 or 2021-01-01.","title":"From"},"description":"The starting checkpoint or date (UTC) to return. For example, 41100 or 2021-01-01."},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/networks__polygon__granularity__Granularity"},{"type":"null"}],"description":"Checkpoint or UTC day","title":"Granularity"},"description":"Checkpoint or UTC day"},{"name":"size","in":"query","required":false,"schema":{"type":"integer","default":15,"title":"Size"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedResponse_PolygonValidatorStats_"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/polygon/validators/{validator_id}":{"get":{"tags":["Polygon Validators"],"summary":"Validator Metadata","operationId":"validator_metadata_v0_polygon_validators__validator_id__get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_id","in":"path","required":true,"schema":{"type":"integer","minimum":0,"title":"Validator Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PolygonValidatorMetadata"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/polygon/validators":{"get":{"tags":["Polygon Validators"],"summary":"Validator Summaries","operationId":"validator_summaries_v0_polygon_validators_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"window","in":"query","required":true,"schema":{"$ref":"#/components/schemas/TimeWindow"}},{"name":"delegatorAddress","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"The delegator address to filter by.","title":"Delegatoraddress"},"description":"The delegator address to filter by."},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"title":"From"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","default":15,"title":"Size"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedResponse_PolygonValidatorSummary_"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/polygon/validators/{validator_id}/summary":{"get":{"tags":["Polygon Validators"],"summary":"Validator Summary","operationId":"validator_summary_v0_polygon_validators__validator_id__summary_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_id","in":"path","required":true,"schema":{"type":"integer","minimum":0,"title":"Validator Id"}},{"name":"window","in":"query","required":true,"schema":{"$ref":"#/components/schemas/TimeWindow"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PolygonValidatorSummary"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/polygon/network/overview":{"get":{"tags":["Polygon Network"],"summary":"Get Network Overview","operationId":"get_network_overview_v0_polygon_network_overview_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/PolygonNetworkOverview"},"type":"array","title":"Response Get Network Overview V0 Polygon Network Overview Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"security":[{"HTTPBearer":[]}]}},"/v0/polygon/delegators":{"get":{"tags":["Polygon Delegators"],"summary":"Delegator Summaries","operationId":"delegator_summaries_v0_polygon_delegators_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"window","in":"query","required":true,"schema":{"$ref":"#/components/schemas/TimeWindow"}},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"title":"From"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","default":15,"title":"Size"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedResponse_PolygonDelegatorSummary_"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/polygon/delegators/{delegator_address}/summary":{"get":{"tags":["Polygon Delegators"],"summary":"Delegator Summary","operationId":"delegator_summary_v0_polygon_delegators__delegator_address__summary_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"delegator_address","in":"path","required":true,"schema":{"type":"string","title":"Delegator Address"}},{"name":"window","in":"query","required":true,"schema":{"$ref":"#/components/schemas/TimeWindow"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PolygonDelegatorSummary"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/polygon/delegators/{delegator_address}/rewards":{"get":{"tags":["Polygon Delegators"],"summary":"Delegator Rewards","operationId":"delegator_rewards_v0_polygon_delegators__delegator_address__rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"delegator_address","in":"path","required":true,"schema":{"type":"string","title":"Delegator Address"}},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{},{"type":"null"}],"description":"The starting (highest) checkpoint or date (UTC) to return. For example, 41100 or 2021-01-01.","title":"From"},"description":"The starting (highest) checkpoint or date (UTC) to return. For example, 41100 or 2021-01-01."},{"name":"to","in":"query","required":false,"schema":{"anyOf":[{},{"type":"null"}],"description":"The ending (lowest) checkpoint or date (UTC) to return. For example, 41100 or 2021-01-01.","title":"To"},"description":"The ending (lowest) checkpoint or date (UTC) to return. For example, 41100 or 2021-01-01."},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/networks__polygon__granularity__Granularity"},{"type":"null"}],"description":"Checkpoint or UTC day","title":"Granularity"},"description":"Checkpoint or UTC day"},{"name":"size","in":"query","required":false,"schema":{"type":"integer","description":"Maximum number of time periods (days or checkpoint) in the results.","default":15,"title":"Size"},"description":"Maximum number of time periods (days or checkpoint) in the results."}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedResponse_PolygonDelegatorRewards_"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/solana/delegators/stakeAccounts/{stake_account}/rewards":{"get":{"tags":["Solana Delegators"],"summary":"Delegator Stats","operationId":"delegator_stats_v0_solana_delegators_stakeAccounts__stake_account__rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"stake_account","in":"path","required":true,"schema":{"type":"string","title":"Stake Account"}},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{},{"type":"null"}],"description":"UTC day","title":"From"},"description":"UTC day"},{"name":"size","in":"query","required":false,"schema":{"type":"integer","maximum":200,"minimum":1,"default":15,"title":"Size"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedResponse_SolanaDelegatorRewards_"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/solana/delegators/stakeAuthorities/{stake_authority}/rewards":{"get":{"tags":["Solana Delegators"],"summary":"Stake Authority Stats","operationId":"stake_authority_stats_v0_solana_delegators_stakeAuthorities__stake_authority__rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"stake_authority","in":"path","required":true,"schema":{"type":"string","title":"Stake Authority"}},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{},{"type":"null"}],"description":"UTC day","title":"From"},"description":"UTC day"},{"name":"size","in":"query","required":false,"schema":{"type":"integer","maximum":200,"minimum":1,"default":15,"title":"Size"}},{"name":"includeDelegations","in":"query","required":false,"schema":{"type":"boolean","description":"Include stake percentage of individual delegations in the results","default":false,"title":"Includedelegations"},"description":"Include stake percentage of individual delegations in the results"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedResponse_SolanaDelegatorStakeAuthorityRewards_"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/solana/delegators/stakeAccounts":{"get":{"tags":["Solana Delegators"],"summary":"Delegator Summaries","operationId":"delegator_summaries_v0_solana_delegators_stakeAccounts_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"window","in":"query","required":true,"schema":{"$ref":"#/components/schemas/TimeWindow"}},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"title":"From"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","maximum":200,"minimum":1,"default":15,"title":"Size"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedResponse_SolanaDelegatorSummary_"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/solana/delegators/stakeAccounts/{stake_account}/summary":{"get":{"tags":["Solana Delegators"],"summary":"Delegator Summary","operationId":"delegator_summary_v0_solana_delegators_stakeAccounts__stake_account__summary_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"stake_account","in":"path","required":true,"schema":{"type":"string","title":"Stake Account"}},{"name":"window","in":"query","required":true,"schema":{"$ref":"#/components/schemas/TimeWindow"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SolanaDelegatorSummary"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/solana/delegators/stakeAuthorities":{"get":{"tags":["Solana Delegators"],"summary":"Stake Authority Summaries","operationId":"stake_authority_summaries_v0_solana_delegators_stakeAuthorities_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"window","in":"query","required":true,"schema":{"$ref":"#/components/schemas/TimeWindow"}},{"name":"type","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Type"}},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"title":"From"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","maximum":200,"minimum":1,"default":15,"title":"Size"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedResponse_SolanaDelegatorStakeAuthoritySummary_"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/solana/delegators/stakeAuthorities/{stake_authority}/summary":{"get":{"tags":["Solana Delegators"],"summary":"Stake Authority Summary","operationId":"stake_authority_summary_v0_solana_delegators_stakeAuthorities__stake_authority__summary_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"stake_authority","in":"path","required":true,"schema":{"type":"string","title":"Stake Authority"}},{"name":"window","in":"query","required":true,"schema":{"$ref":"#/components/schemas/TimeWindow"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SolanaDelegatorStakeAuthoritySummary"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/solana/delegators/stakeAuthorities/{stake_authority}/poolMetadata":{"get":{"tags":["Solana Delegators"],"summary":"Stake Authority Pool Metadata","operationId":"stake_authority_pool_metadata_v0_solana_delegators_stakeAuthorities__stake_authority__poolMetadata_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"stake_authority","in":"path","required":true,"schema":{"type":"string","title":"Stake Authority"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SolanaStakePoolMetadata"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/solana/network/overview":{"get":{"tags":["Solana Network"],"summary":"Get Network Overview","operationId":"get_network_overview_v0_solana_network_overview_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/SolanaNetworkOverview"},"type":"array","title":"Response Get Network Overview V0 Solana Network Overview Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"security":[{"HTTPBearer":[]}]}},"/v0/solana/network/validatorDistributions":{"get":{"tags":["Solana Network"],"summary":"Get Validator Distributions","operationId":"get_validator_distributions_v0_solana_network_validatorDistributions_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SolanaValidatorDistributions"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"security":[{"HTTPBearer":[]}]}},"/v0/solana/network/effectiveness":{"get":{"tags":["Solana Network"],"summary":"Get Network Effectiveness","operationId":"get_network_effectiveness_v0_solana_network_effectiveness_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"from","in":"query","required":false,"schema":{"anyOf":[{},{"type":"null"}],"description":"UTC day or slot multiple of 3k","title":"From"},"description":"UTC day or slot multiple of 3k"},{"name":"granularity","in":"query","required":false,"schema":{"$ref":"#/components/schemas/networks__solana__granularity__Granularity","description":"UTC day or 3k block interval"},"description":"UTC day or 3k block interval"},{"name":"size","in":"query","required":false,"schema":{"type":"integer","default":15,"title":"Size"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedResponse_SolanaNetworkEffectiveness_"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/solana/validators/{validator_id}/rewards":{"get":{"tags":["Solana Validators"],"summary":"Validator Rewards","operationId":"validator_rewards_v0_solana_validators__validator_id__rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_id","in":"path","required":true,"schema":{"type":"string","title":"Validator Id"}},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"string"},{"type":"null"}],"description":"UTC day or slot multiple of 3k","title":"From"},"description":"UTC day or slot multiple of 3k"},{"name":"granularity","in":"query","required":false,"schema":{"$ref":"#/components/schemas/networks__solana__granularity__Granularity","description":"UTC day or 3k block interval"},"description":"UTC day or 3k block interval"},{"name":"size","in":"query","required":false,"schema":{"type":"integer","maximum":200,"minimum":1,"default":15,"title":"Size"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedResponse_SolanaValidatorRewards_"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/solana/validators/{validator_id}/performance":{"get":{"tags":["Solana Validators"],"summary":"Validator Performance","operationId":"validator_performance_v0_solana_validators__validator_id__performance_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_id","in":"path","required":true,"schema":{"type":"string","title":"Validator Id"}},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{},{"type":"null"}],"description":"UTC day or slot multiple of 3k","title":"From"},"description":"UTC day or slot multiple of 3k"},{"name":"granularity","in":"query","required":false,"schema":{"$ref":"#/components/schemas/networks__solana__granularity__Granularity","description":"UTC day or 3k block interval"},"description":"UTC day or 3k block interval"},{"name":"size","in":"query","required":false,"schema":{"type":"integer","maximum":200,"minimum":1,"default":15,"title":"Size"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedResponse_SolanaValidatorPerformance_"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/solana/validators/{validator_id}/performance/latency":{"get":{"tags":["Solana Validators"],"summary":"Validator Latency","operationId":"validator_latency_v0_solana_validators__validator_id__performance_latency_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_id","in":"path","required":true,"schema":{"type":"string","title":"Validator Id"}},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Slot to get vote latency from.","title":"From"},"description":"Slot to get vote latency from."},{"name":"size","in":"query","required":false,"schema":{"type":"integer","maximum":200,"minimum":1,"default":15,"title":"Size"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedResponse_SolanaValidatorLatency_"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/solana/validators/leaderboard":{"get":{"tags":["Solana Validators"],"summary":"Validator Leaderboard","operationId":"validator_leaderboard_v0_solana_validators_leaderboard_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"window","in":"query","required":true,"schema":{"$ref":"#/components/schemas/TimeWindow"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SolanaValidatorLeaderboardEntry"},"title":"Response 200 Validator Leaderboard V0 Solana Validators Leaderboard Get"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/solana/validators/{validator_id}":{"get":{"tags":["Solana Validators"],"summary":"Validator Metadata","operationId":"validator_metadata_v0_solana_validators__validator_id__get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_id","in":"path","required":true,"schema":{"type":"string","title":"Validator Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SolanaValidatorMetadata"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/solana/validators":{"get":{"tags":["Solana Validators"],"summary":"Validator Summaries","operationId":"validator_summaries_v0_solana_validators_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"window","in":"query","required":true,"schema":{"$ref":"#/components/schemas/TimeWindow"}},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"title":"From"}},{"name":"size","in":"query","required":false,"schema":{"type":"integer","maximum":200,"minimum":1,"default":15,"title":"Size"}},{"name":"stakeAuthority","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Stakeauthority"}},{"name":"sortBy","in":"query","required":false,"schema":{"$ref":"#/components/schemas/SortByField","description":"Network penetration, Raver, delegator APY or vote latency","default":"networkPenetration"},"description":"Network penetration, Raver, delegator APY or vote latency"},{"name":"sortOrder","in":"query","required":false,"schema":{"$ref":"#/components/schemas/SortOrder","default":"desc"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedResponse_SolanaValidatorSummary_"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v0/solana/validators/{validator_id}/summary":{"get":{"tags":["Solana Validators"],"summary":"Validator Summary","operationId":"validator_summary_v0_solana_validators__validator_id__summary_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_id","in":"path","required":true,"schema":{"type":"string","title":"Validator Id"}},{"name":"window","in":"query","required":true,"schema":{"$ref":"#/components/schemas/TimeWindow"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SolanaValidatorSummary"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/solana/validators/{validator_id}/performance":{"get":{"tags":["Solana Performance"],"summary":"Get validator performance","description":"This endpoint returns all the useful information you need on the historical performance of a single validator. Use this endpoint to retrieve top level metrics on block leader/proposal effectiveness, voting effectiveness, and overall effectiveness of a validator.","operationId":"validator_performance_v1_solana_validators__validator_id__performance_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_id","in":"path","required":true,"schema":{"type":"string","title":"Validator Id"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":15,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toSlot","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End slot multiple of 3k","title":"Toslot"},"description":"End slot multiple of 3k"},{"name":"fromSlot","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start slot multiple of 3k","title":"Fromslot"},"description":"Start slot multiple of 3k"},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{},{"type":"null"}],"description":"UTC day or slot multiple of 3k","deprecated":true,"title":"From"},"description":"UTC day or slot multiple of 3k","deprecated":true},{"name":"granularity","in":"query","required":false,"schema":{"$ref":"#/components/schemas/networks__solana__granularity__Granularity","description":"UTC day or 3k block interval","default":"day"},"description":"UTC day or 3k block interval"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__1"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/solana/validators/{validator_id}/blockInsights":{"get":{"tags":["Solana Performance"],"summary":"Get validator block insights","description":"This endpoint returns information about the composition of blocks produced by a validator. Use this endpoint to retrieve historical block insights for a specific validator.","operationId":"validator_block_insights_v1_solana_validators__validator_id__blockInsights_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_id","in":"path","required":true,"schema":{"type":"string","title":"Validator Id"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":15,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toSlot","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End slot multiple of 3k","title":"Toslot"},"description":"End slot multiple of 3k"},{"name":"fromSlot","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start slot multiple of 3k","title":"Fromslot"},"description":"Start slot multiple of 3k"},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{},{"type":"null"}],"description":"UTC day or slot multiple of 3k","deprecated":true,"title":"From"},"description":"UTC day or slot multiple of 3k","deprecated":true},{"name":"granularity","in":"query","required":false,"schema":{"$ref":"#/components/schemas/networks__solana__granularity__Granularity","description":"UTC day or 3k block interval","default":"day"},"description":"UTC day or 3k block interval"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__2"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/solana/validators/{validator_id}/state":{"get":{"tags":["Solana Performance"],"summary":"Get validator state information","description":"This endpoint returns information about a validator's state including active stake. Use this endpoint to retrieve historical state data for a specific validator.","operationId":"validator_state_v1_solana_validators__validator_id__state_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_id","in":"path","required":true,"schema":{"type":"string","title":"Validator Id"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":15,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"UTC day for filtering state data","title":"From"},"description":"UTC day for filtering state data"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__3"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/solana/validators/{validator_id}/votePerformance":{"get":{"tags":["Solana Performance"],"summary":"Get validator vote performance data","description":"This is a live endpoint that returns information about the validator's most recent voting activity.Use this endpoint to retrieve live data for a specific validator.","operationId":"validator_vote_performance_v1_solana_validators__validator_id__votePerformance_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_id","in":"path","required":true,"schema":{"type":"string","title":"Validator Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SolanaValidatorVotePerformance"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/solana/validators/{validator_id}/rewards":{"get":{"tags":["Solana Rewards"],"summary":"Get validator rewards metrics","description":"This endpoint returns a bunch of useful information about the historical rewards earned by a single validator.","operationId":"validator_rewards_v1_solana_validators__validator_id__rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_id","in":"path","required":true,"schema":{"type":"string","title":"Validator Id"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":15,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toSlot","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End slot multiple of 3k","title":"Toslot"},"description":"End slot multiple of 3k"},{"name":"fromSlot","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start slot multiple of 3k","title":"Fromslot"},"description":"Start slot multiple of 3k"},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{},{"type":"null"}],"description":"UTC day or slot multiple of 3k","deprecated":true,"title":"From"},"description":"UTC day or slot multiple of 3k","deprecated":true},{"name":"granularity","in":"query","required":false,"schema":{"$ref":"#/components/schemas/networks__solana__granularity__Granularity","description":"UTC day or 3k block interval","default":"day"},"description":"UTC day or 3k block interval"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__4"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/solana/apiMetadata":{"get":{"tags":["Solana Network"],"summary":"Get metadata on the Rated Solana API endpoints","description":"This endpoint returns information about the latest complete daily data available from Rated's Solana API endpoints.","operationId":"get_latest_network_date_v1_solana_apiMetadata_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SolanaApiMetadata"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"security":[{"HTTPBearer":[]}]}},"/v1/solana/network/geolocation/latency":{"get":{"tags":["Solana Performance"],"summary":"Get daily vote latency across all geolocations","description":"This endpoint returns the median vote latency across all hosting providers/data centers for the specified date.","operationId":"get_geolocation_latency_v1_solana_network_geolocation_latency_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":15,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"date","in":"query","required":true,"schema":{"type":"string","format":"date","description":"UTC date to retrieve data for","examples":["2024-12-01"],"title":"Date"},"description":"UTC date to retrieve data for"},{"name":"sortOrder","in":"query","required":false,"schema":{"$ref":"#/components/schemas/SortOrder","default":"asc"}},{"name":"sortBy","in":"query","required":false,"schema":{"$ref":"#/components/schemas/SortByField","description":"Choose between latency, country, city or hostingProvider","default":"latency"},"description":"Choose between latency, country, city or hostingProvider"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__5"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/solana/network/effectiveness":{"get":{"tags":["Solana Performance"],"summary":"Get historical network level performance","description":"This endpoint returns historical performance metrics for the network.","operationId":"get_network_effectiveness_v1_solana_network_effectiveness_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":15,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toSlot","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End slot multiple of 3k","title":"Toslot"},"description":"End slot multiple of 3k"},{"name":"fromSlot","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start slot multiple of 3k","title":"Fromslot"},"description":"Start slot multiple of 3k"},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{},{"type":"null"}],"description":"UTC day or slot multiple of 3k","deprecated":true,"title":"From"},"description":"UTC day or slot multiple of 3k","deprecated":true},{"name":"granularity","in":"query","required":false,"schema":{"$ref":"#/components/schemas/networks__solana__granularity__Granularity","description":"UTC day or 3k block interval","default":"day"},"description":"UTC day or 3k block interval"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__6"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/solana/network/rewards":{"get":{"tags":["Solana Rewards"],"summary":"Get historical network level rewards","description":"This endpoint returns historical rewards for the network.","operationId":"get_network_rewards_v1_solana_network_rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":15,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{},{"type":"null"}],"description":"UTC day or slot multiple of 3k","deprecated":true,"title":"From"},"description":"UTC day or slot multiple of 3k","deprecated":true}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__7"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/solana/delegators/stakeAccounts/{stake_account}/rewards":{"get":{"tags":["Solana Rewards"],"summary":"Get stake account rewards metrics","description":"This endpoint returns a bunch of useful information about the historical rewards earned by a single stake account.","operationId":"delegator_stats_v1_solana_delegators_stakeAccounts__stake_account__rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"stake_account","in":"path","required":true,"schema":{"type":"string","title":"Stake Account"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":15,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{},{"type":"null"}],"description":"UTC day (deprecated in favour of fromDate)","deprecated":true,"title":"From"},"description":"UTC day (deprecated in favour of fromDate)","deprecated":true}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__8"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/solana/delegators/stakeAuthorities/{stake_authority}/rewards":{"get":{"tags":["Solana Rewards"],"summary":"Get stake authority rewards metrics","description":"This endpoint returns a bunch of useful information about the historical rewards earned by stake authority based on its aggregated stake accounts.","operationId":"stake_authority_stats_v1_solana_delegators_stakeAuthorities__stake_authority__rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"stake_authority","in":"path","required":true,"schema":{"type":"string","title":"Stake Authority"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":15,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{},{"type":"null"}],"description":"UTC day (deprecated in favour of fromDate)","deprecated":true,"title":"From"},"description":"UTC day (deprecated in favour of fromDate)","deprecated":true},{"name":"includeDelegations","in":"query","required":false,"schema":{"type":"boolean","description":"Include stake percentage of individual delegations in the results","default":false,"title":"Includedelegations"},"description":"Include stake percentage of individual delegations in the results"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__9"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/solana/delegators/stakeAuthorities/{stake_authority}/poolMetadata":{"get":{"tags":["Solana Metadata"],"summary":"Stake Authority Pool Metadata","operationId":"stake_authority_pool_metadata_v1_solana_delegators_stakeAuthorities__stake_authority__poolMetadata_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"stake_authority","in":"path","required":true,"schema":{"type":"string","title":"Stake Authority"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SolanaStakePoolMetadata"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/solana/network/overview":{"get":{"tags":["Solana Network"],"summary":"Get Network Overview","operationId":"get_network_overview_v1_solana_network_overview_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/SolanaNetworkOverview"},"type":"array","title":"Response Get Network Overview V1 Solana Network Overview Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"security":[{"HTTPBearer":[]}]}},"/v1/solana/network/validatorDistributions":{"get":{"tags":["Solana Network"],"summary":"Get Validator Distributions","operationId":"get_validator_distributions_v1_solana_network_validatorDistributions_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SolanaValidatorDistributions"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"security":[{"HTTPBearer":[]}]}},"/v1/solana/delegators/stakeAccounts":{"get":{"tags":["Solana Overview"],"summary":"Get summary metrics for multiple stake accounts","description":"This endpoint returns various metrics for all stake accounts aggregated across different time windows.","operationId":"delegator_summaries_v1_solana_delegators_stakeAccounts_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"window","in":"query","required":true,"schema":{"$ref":"#/components/schemas/TimeWindow"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":15,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__10"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/solana/delegators/stakeAccounts/{stake_account}/summary":{"get":{"tags":["Solana Overview"],"summary":"Get stake account summary metrics","description":"This endpoint returns various metrics for a specific stake account aggregated across different time windows.","operationId":"delegator_summary_v1_solana_delegators_stakeAccounts__stake_account__summary_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"stake_account","in":"path","required":true,"schema":{"type":"string","title":"Stake Account"}},{"name":"window","in":"query","required":true,"schema":{"$ref":"#/components/schemas/TimeWindow"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SolanaDelegatorSummary"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/solana/delegators/stakeAuthorities":{"get":{"tags":["Solana Overview"],"summary":"Get summary metrics for multiple stake authorities","description":"This endpoint returns various metrics for all stake authorities aggregated across different time windows.","operationId":"stake_authority_summaries_v1_solana_delegators_stakeAuthorities_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"window","in":"query","required":true,"schema":{"$ref":"#/components/schemas/TimeWindow"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":15,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"type","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Type"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__11"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/solana/delegators/stakeAuthorities/{stake_authority}/summary":{"get":{"tags":["Solana Overview"],"summary":"Get stake authority summary metrics","description":"This endpoint returns various metrics for a specific stake authority aggregated across different time windows.","operationId":"stake_authority_summary_v1_solana_delegators_stakeAuthorities__stake_authority__summary_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"stake_authority","in":"path","required":true,"schema":{"type":"string","title":"Stake Authority"}},{"name":"window","in":"query","required":true,"schema":{"$ref":"#/components/schemas/TimeWindow"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SolanaDelegatorStakeAuthoritySummary"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/solana/validators/leaderboard":{"get":{"tags":["Solana Overview"],"summary":"Validator Leaderboard","operationId":"validator_leaderboard_v1_solana_validators_leaderboard_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"window","in":"query","required":true,"schema":{"$ref":"#/components/schemas/TimeWindow"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SolanaValidatorLeaderboardEntry"},"title":"Response 200 Validator Leaderboard V1 Solana Validators Leaderboard Get"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/solana/validators":{"get":{"tags":["Solana Overview"],"summary":"Get summary metrics for multiple validators","description":"This endpoint returns various metrics for all validators or the ones staked to by a specified stake authority.","operationId":"validator_summaries_v1_solana_validators_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"window","in":"query","required":true,"schema":{"$ref":"#/components/schemas/TimeWindow"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":15,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"stakeAuthority","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Stakeauthority"}},{"name":"sortBy","in":"query","required":false,"schema":{"$ref":"#/components/schemas/SortByField","description":"Network penetration, Raver, delegator APY or vote latency","default":"networkPenetration"},"description":"Network penetration, Raver, delegator APY or vote latency"},{"name":"sortOrder","in":"query","required":false,"schema":{"$ref":"#/components/schemas/SortOrder","default":"desc"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__12"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/solana/validators/{validator_id}/summary":{"get":{"tags":["Solana Overview"],"summary":"Get validator summary metrics","description":"This endpoint returns various metrics for a specific validator aggregated across different time windows.","operationId":"validator_summary_v1_solana_validators__validator_id__summary_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_id","in":"path","required":true,"schema":{"type":"string","title":"Validator Id"}},{"name":"window","in":"query","required":true,"schema":{"$ref":"#/components/schemas/TimeWindow"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SolanaValidatorSummary"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/solana/validators/{validator_id}":{"get":{"tags":["Solana Metadata"],"summary":"Get various metadata about validators.","description":"This endpoint returns information validators such as their geolocation, client, and associated accounts.","operationId":"validator_metadata_v1_solana_validators__validator_id__get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_id","in":"path","required":true,"schema":{"type":"string","title":"Validator Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SolanaValidatorMetadata"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/solana/validators/{validator_id}/delegators":{"get":{"tags":["Solana Metadata"],"summary":"Get the stake accounts associated to a validator.","description":"This endpoint returns all distinct stake accounts associated to a validator over a period of time when they were actively delegated.","operationId":"validator_stake_accounts_mapping_v1_solana_validators__validator_id__delegators_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_id","in":"path","required":true,"schema":{"type":"string","title":"Validator Id"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":15,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"fromDate","in":"query","required":true,"schema":{"type":"string","format":"date","description":"Start date","examples":["2025-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toDate","in":"query","required":true,"schema":{"type":"string","format":"date","description":"End date","examples":["2025-01-02"],"title":"Todate"},"description":"End date"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__13"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/solana/epochMetadata":{"get":{"tags":["Solana Network"],"summary":"Get epoch metadata for an epoch ending on the day specified","description":"This endpoint returns epoch metadata for days on which an epoch ends.","operationId":"get_epoch_metadata_v1_solana_epochMetadata_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":15,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{},{"type":"null"}],"description":"UTC day","deprecated":true,"title":"From"},"description":"UTC day","deprecated":true}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__14"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/geographicalDistributions":{"get":{"tags":["Network"],"summary":"Get the geographical distribution of the Ethereum network.","description":"This endpoint returns information about the geographical distribution of validators in Ethereum.","operationId":"get_network_geographical_distribution_v1_eth_geographicalDistributions_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"distributionType","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/DistType"},{"type":"null"}],"description":"The distribution type to filter by","title":"Distributiontype"},"description":"The distribution type to filter by"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__15"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/hostDistributions":{"get":{"tags":["Network"],"summary":"Get the host distribution of the Ethereum network.","description":"This endpoint returns information about the host distribution of validators in Ethereum.","operationId":"get_network_host_distribution_v1_eth_hostDistributions_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"distributionType","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/DistType"},{"type":"null"}],"description":"The distribution type to filter by","title":"Distributiontype"},"description":"The distribution type to filter by"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__16"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/effectiveness":{"get":{"tags":["Network"],"summary":"Get an overview of Ethereum performance.","description":"This endpoint returns a network-wide overview of Ethereum performance metrics.","operationId":"get_network_performance_v1_eth_effectiveness_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"window","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/TimeWindow"},{"type":"null"}],"description":"The time window of aggregation","title":"Window"},"description":"The time window of aggregation"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__17"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/stats":{"get":{"tags":["Network"],"summary":"Get a daily or hourly overview of Ethereum performance","description":"This endpoint returns a daily or hourly network-wide overview of Ethereum performance metrics, based on the chosen granularity.","operationId":"get_network_performance_stats_v1_eth_stats_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start day","examples":["791"],"title":"Fromday"},"description":"Start day"},{"name":"toDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End day","examples":["851"],"title":"Today"},"description":"End day"},{"name":"utc","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"description":"Returns results based on UTC days (true) or ETH chain days (false)","default":false,"title":"Utc"},"description":"Returns results based on UTC days (true) or ETH chain days (false)"},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/GranularityEnum"},{"type":"null"}],"title":"Granularity"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__18"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/rewards":{"get":{"tags":["Network"],"summary":"Get reward metrics of the Ethereum network.","description":"This endpoint returns a network-wide overview of Ethereum reward metrics.","operationId":"get_network_rewards_v1_eth_rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"window","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/TimeWindow"},{"type":"null"}],"description":"The time window of aggregation","title":"Window"},"description":"The time window of aggregation"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__19"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth":{"get":{"tags":["Network"],"summary":"Get an overview of the Ethereum network.","description":"This endpoint returns a network-wide overview of Ethereum.","operationId":"get_network_overview_v1_eth_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"window","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/TimeWindow"},{"type":"null"}],"description":"The time window of aggregation","title":"Window"},"description":"The time window of aggregation"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__20"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/blocks":{"get":{"tags":["Network"],"summary":"Get slots and blocks on the Ethereum network","description":"This endpoint returns comprehensive information on slots and blocks on the Ethereum network","operationId":"get_slots_v1_eth_blocks_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"validator_index","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"title":"Validator Index"}},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"title":"From"}},{"name":"to","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"title":"To"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__21"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/consolidationCapacity":{"get":{"tags":["Network"],"summary":"Get information on the validator consolidation churn capacity of Ethereum.","description":"This endpoint returns summarized information on the validator consolidation churn limit of the Ethereum network.","operationId":"get_network_consolidation_capacity_v1_eth_consolidationCapacity_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"window","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/TimeWindow"},{"type":"null"}],"description":"The time window of aggregation","title":"Window"},"description":"The time window of aggregation"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__22"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/consolidationCapacity/entity":{"get":{"tags":["Network"],"summary":"Get information on the per entity validator consolidation churn capacity of Ethereum.","description":"This endpoint returns summarized information on the validator consolidation churn limit of the Ethereum network, broken down per entity.","operationId":"get_network_consolidation_capacity_entity_v1_eth_consolidationCapacity_entity_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"entity","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Entity"}},{"name":"window","in":"query","required":true,"schema":{"$ref":"#/components/schemas/TimeWindow","description":"The time window of aggregation"},"description":"The time window of aggregation"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__23"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/queues":{"get":{"tags":["Network"],"summary":"Get information on various staking processing queues on Ethereum","description":"This endpoint returns key information on the validator activation, exit, and withdrawal processing queues on Ethereum.","operationId":"get_network_overview_queues_v1_eth_queues_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"window","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/TimeWindow"},{"type":"null"}],"description":"The time window of aggregation","title":"Window"},"description":"The time window of aggregation"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__24"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/builderPayments":{"get":{"tags":["Network"],"summary":"Get information for block builder payments by slot.","description":"This endpoint returns transaction hashes in which block builder payments are made.","operationId":"get_builder_payments_v1_eth_builderPayments_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"title":"From"}},{"name":"to","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"title":"To"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__25"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/tags":{"post":{"tags":["Private Sets"],"summary":"Create a new tag","description":"To call a private set's effectiveness, you must first create a tag which acts as a unique identifier for the set. This endpoint allows you to create a new tag. You must give your tag a name. The response will contain the tag id which you will then use to add validators using the add validator endpoint.","operationId":"create_tag_v1_tags_post","security":[{"HTTPBearer":[]}],"parameters":[{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateTagIn"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Tag"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}},"get":{"tags":["Private Sets"],"summary":"Get all tags","description":"This endpoint returns all the tags that are associated with your organization.","operationId":"get_tags_v1_tags_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"window","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/TimeWindow"},{"type":"null"}],"description":"The time window of statistics","title":"Window"},"description":"The time window of statistics"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__26"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/tags/{id}":{"get":{"tags":["Private Sets"],"summary":"Get details about a tag","description":"This endpoint will return the details on a tag including its name, id and when it was created.","operationId":"get_tag_v1_tags__id__get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid4","title":"Id"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Tag"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}},"patch":{"tags":["Private Sets"],"summary":"Update a tag","description":"This endpoint allows you to update the name associated with your tag.","operationId":"update_tag_v1_tags__id__patch","security":[{"HTTPBearer":[]}],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid4","title":"Id"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagUpdateIn"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Tag"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["Private Sets"],"summary":"Delete private set tag","description":"This endpoint allows you to delete a private set tag by passing its id as a path parameter.","operationId":"delete_tag_v1_tags__id__delete","security":[{"HTTPBearer":[]}],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid4","title":"Id"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"204":{"description":"Successful Response"},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/tags/{id}/validators":{"post":{"tags":["Private Sets"],"summary":"Add validators to a tag","description":"This endpoint allows you to add validators to a tag. You must pass an array of validator pubkeys in the body.","operationId":"add_validators_v1_tags__id__validators_post","security":[{"HTTPBearer":[]}],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid4","title":"Id"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidatorTagIn"}}}},"responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ValidatorTag"},"title":"Response Add Validators V1 Tags  Id  Validators Post"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}},"get":{"tags":["Private Sets"],"summary":"Get all validators in a tag","description":"This endpoint allows you to get all the validators associated with a tag. It returns a paginated list of pubkeys along with their metadata.","operationId":"get_tag_validators_v1_tags__id__validators_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid4","title":"Id"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__27"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/tags/{id}/validators/{pubkey}":{"delete":{"tags":["Private Sets"],"summary":"Remove validator pubkey from a tag","description":"This endpoint allows you to remove a validator from a tag by passing the validator pubkey as a path parameter.","operationId":"remove_validator_v1_tags__id__validators__pubkey__delete","security":[{"HTTPBearer":[]}],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid4","title":"Id"}},{"name":"pubkey","in":"path","required":true,"schema":{"type":"string","title":"Pubkey"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"204":{"description":"Successful Response"},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/tags/{id}/validators/remove":{"post":{"tags":["Private Sets"],"summary":"Remove multiple validator pubkeys from a tag","description":"This endpoint allows you to remove multiple validators from a tag by passing a list of validator pubkeys in the request body.","operationId":"remove_validators_v1_tags__id__validators_remove_post","security":[{"HTTPBearer":[]}],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","format":"uuid4","title":"Id"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidatorTagIn"}}}},"responses":{"204":{"description":"Successful Response"},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/entities/{entity_id}/effectiveness":{"get":{"tags":["Performance"],"summary":"Get effectiveness for Pools, Operators and Addresses","description":"This endpoint returns a bunch of useful information about the historical performance of a single pool, node operator or deposit/withdrawal address. Use this endpoint to retrieve top level metrics on proposer effectiveness, attester effectiveness and overall effectiveness of an entity.","operationId":"get_entity_effectiveness_v1_eth_entities__entity_id__effectiveness_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"entity_id","in":"path","required":true,"schema":{"type":"string","title":"Entity Id"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start day","examples":["791"],"title":"Fromday"},"description":"Start day"},{"name":"toDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End day","examples":["851"],"title":"Today"},"description":"End day"},{"name":"utc","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"description":"Returns results based on UTC days (true) or ETH chain days (false)","default":false,"title":"Utc"},"description":"Returns results based on UTC days (true) or ETH chain days (false)"},{"name":"entityType","in":"query","required":true,"schema":{"$ref":"#/components/schemas/IdType","description":"The type of entity class you would like returned"},"description":"The type of entity class you would like returned"},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"The filter you want results to be sorted by","title":"Sortby"},"description":"The filter you want results to be sorted by"},{"name":"sortOrder","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/SortOrderEnum"},{"type":"null"}],"description":"The sort order for the results","default":"asc","title":"Sortorder"},"description":"The sort order for the results"},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/GranularityEnum"},{"type":"null"}],"description":"The size of time increments you are looking to query","default":"day","title":"Granularity"},"description":"The size of time increments you are looking to query"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__28"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/entities/{entity_id}/proposals":{"get":{"tags":["Performance"],"summary":"Get proposer duties metrics for Pools, Operators and Addresses","description":"This endpoint returns drill-downs on performance metrics around proposer duties for a single pool, node operator or deposit/withdrawal address.","operationId":"get_entity_proposals_v1_eth_entities__entity_id__proposals_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"entity_id","in":"path","required":true,"schema":{"type":"string","title":"Entity Id"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"fromDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start day","examples":["791"],"title":"Fromday"},"description":"Start day"},{"name":"toDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End day","examples":["851"],"title":"Today"},"description":"End day"},{"name":"utc","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"description":"Returns results based on UTC days (true) or ETH chain days (false)","default":false,"title":"Utc"},"description":"Returns results based on UTC days (true) or ETH chain days (false)"},{"name":"entityType","in":"query","required":true,"schema":{"$ref":"#/components/schemas/IdType","description":"The type of entity class you would like returned"},"description":"The type of entity class you would like returned"},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"The filter you want results to be sorted by","title":"Sortby"},"description":"The filter you want results to be sorted by"},{"name":"sortOrder","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/SortOrderEnum"},{"type":"null"}],"description":"The sort order for the results","default":"asc","title":"Sortorder"},"description":"The sort order for the results"},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/GranularityEnum"},{"type":"null"}],"description":"The size of time increments you are looking to query","default":"day","title":"Granularity"},"description":"The size of time increments you are looking to query"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__29"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/entities/{entity_id}/attestations":{"get":{"tags":["Performance"],"summary":"Get attestation duties metrics for Pools, Operators and Addresses","description":"This endpoint returns drilldowns on performance metrics around attestation duties for a single pool, node operator or deposit/withdrawal address.","operationId":"get_entity_attestations_v1_eth_entities__entity_id__attestations_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"entity_id","in":"path","required":true,"schema":{"type":"string","title":"Entity Id"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"fromDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start day","examples":["791"],"title":"Fromday"},"description":"Start day"},{"name":"toDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End day","examples":["851"],"title":"Today"},"description":"End day"},{"name":"utc","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"description":"Returns results based on UTC days (true) or ETH chain days (false)","default":false,"title":"Utc"},"description":"Returns results based on UTC days (true) or ETH chain days (false)"},{"name":"entityType","in":"query","required":true,"schema":{"$ref":"#/components/schemas/IdType","description":"The type of entity class you would like returned"},"description":"The type of entity class you would like returned"},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"The filter you want results to be sorted by","title":"Sortby"},"description":"The filter you want results to be sorted by"},{"name":"sortOrder","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/SortOrderEnum"},{"type":"null"}],"description":"The sort order for the results","default":"asc","title":"Sortorder"},"description":"The sort order for the results"},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/GranularityEnum"},{"type":"null"}],"description":"The size of time increments you are looking to query","default":"day","title":"Granularity"},"description":"The size of time increments you are looking to query"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__30"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/validators/mappings":{"get":{"tags":["Metadata"],"summary":"Get Pool and Operator mappings for all Validators.","description":"This endpoint returns information about the pools and operators mapped to validators. Use this endpoint to retrieve pool and operator mapping information for all validators.","operationId":"get_validators_mappings_v1_eth_validators_mappings_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__31"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/validators/{validator_index_or_pubkey}/mappings":{"get":{"tags":["Metadata"],"summary":"Get Pool and Operator mappings for Validators.","description":"This endpoint returns information about the pools and operators mapped to a validator. Use this endpoint to retrieve pool and operator mapping information for a single validator.","operationId":"get_validator_mappings_v1_eth_validators__validator_index_or_pubkey__mappings_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_index_or_pubkey","in":"path","required":true,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"string"}],"title":"Validator Index Or Pubkey"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidatorMappings"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/validators/slashings":{"get":{"tags":["Metadata"],"summary":"Get Slashings information for all Validators.","description":"This endpoint returns information about the slashings for all validators.","operationId":"get_validators_slashings_v1_eth_validators_slashings_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"The filter you want results to be sorted by","title":"Sortby"},"description":"The filter you want results to be sorted by"},{"name":"sortOrder","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/SortOrderEnum"},{"type":"null"}],"description":"The sort order for the results","default":"asc","title":"Sortorder"},"description":"The sort order for the results"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__32"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/validators/{validator_index_or_pubkey}/aprs":{"get":{"tags":["Metadata"],"summary":"Get APR information for Validators.","description":"This endpoint returns windowed information about the APRs for a single validator.","operationId":"get_validator_aprs_v1_eth_validators__validator_index_or_pubkey__aprs_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_index_or_pubkey","in":"path","required":true,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"string"}],"title":"Validator Index Or Pubkey"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"window","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/TimeWindow"},{"type":"null"}],"description":"The time window for the APR calculation","title":"Window"},"description":"The time window for the APR calculation"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__33"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/validators/mappingCheck":{"get":{"tags":["Metadata"],"summary":"Checks Pool and Operator mappings for all Validators.","description":"This endpoint returns information about whether a validator is mapped to a pool and/or operator. Use this endpoint to check all validators that are part of a pool or ran by known operators.","operationId":"get_validators_pool_node_op_v1_eth_validators_mappingCheck_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__34"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/validators/{validator_index_or_pubkey}/mappingCheck":{"get":{"tags":["Metadata"],"summary":"Checks Pool and Operator mappings for all Validators.","description":"This endpoint returns information about whether a validator is mapped to a pool and/or operator. Use this endpoint to check if a specific validator is part of a pool or ran by a known operator.","operationId":"get_validator_pool_node_op_v1_eth_validators__validator_index_or_pubkey__mappingCheck_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_index_or_pubkey","in":"path","required":true,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"string"}],"title":"Validator Index Or Pubkey"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidatorMetadataPoolNodeOp"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/validators/consolidations":{"get":{"tags":["Metadata"],"summary":"Get consolidations for Validators.","description":"This endpoint returns information about validator consolidations. Use this endpoint to retrieve consolidations information for a source or target validator.","operationId":"get_validator_consolidations_v1_eth_validators_consolidations_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"consolidation_epoch","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"title":"Consolidation Epoch"}},{"name":"source_validator_index","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"title":"Source Validator Index"}},{"name":"source_entity","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source Entity"}},{"name":"target_validator_index","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"title":"Target Validator Index"}},{"name":"target_entity","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Target Entity"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__35"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/validators/effectiveness":{"get":{"tags":["Performance"],"summary":"Get aggregated effectiveness for validators","description":"The Rated API enables the aggregation of all the metrics that live under effectiveness across an arbitrary number of validator indices or pubkeys, at the endpoint level. You can use this endpoint to either aggregate data per validator across a time window or aggregate data for multiple validators per time period.","operationId":"get_validators_effectiveness_v1_eth_validators_effectiveness_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"fromDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start day","examples":["791"],"title":"Fromday"},"description":"Start day"},{"name":"toDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End day","examples":["851"],"title":"Today"},"description":"End day"},{"name":"utc","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"description":"Returns results based on UTC days (true) or ETH chain days (false)","default":false,"title":"Utc"},"description":"Returns results based on UTC days (true) or ETH chain days (false)"},{"name":"pubkeys","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}],"description":"A list of validator pubkeys you want to filter by","title":"Pubkeys"},"description":"A list of validator pubkeys you want to filter by"},{"name":"indices","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"integer","minimum":0}},{"type":"null"}],"description":"A list of validator indices you want to filter by","title":"Indices"},"description":"A list of validator indices you want to filter by"},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"The filter you want results to be sorted by","title":"Sortby"},"description":"The filter you want results to be sorted by"},{"name":"sortOrder","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/SortOrderEnum"},{"type":"null"}],"description":"The sort order for the results","default":"asc","title":"Sortorder"},"description":"The sort order for the results"},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/GranularityEnum"},{"type":"null"}],"title":"Granularity"}},{"name":"groupBy","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/api__schemas__validator_performance__ValidatorsEffectivenessGroupByEnum"},{"type":"null"}],"default":"validator","title":"Groupby"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__36"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/validators/attestations":{"get":{"tags":["Performance"],"summary":"Get attestation duties metrics for group of validators","description":"This endpoint returns drilldowns on performance metrics around attestation duties for validators. You can use this endpoint to either aggregate data per validator across a time window or aggregate data for multiple validators per time period.","operationId":"get_validators_attestations_v1_eth_validators_attestations_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"fromDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start day","examples":["791"],"title":"Fromday"},"description":"Start day"},{"name":"toDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End day","examples":["851"],"title":"Today"},"description":"End day"},{"name":"utc","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"description":"Returns results based on UTC days (true) or ETH chain days (false)","default":false,"title":"Utc"},"description":"Returns results based on UTC days (true) or ETH chain days (false)"},{"name":"pubkeys","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}],"description":"A list of validator pubkeys you want to filter by","title":"Pubkeys"},"description":"A list of validator pubkeys you want to filter by"},{"name":"indices","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"integer","minimum":0}},{"type":"null"}],"description":"A list of validator indices you want to filter by","title":"Indices"},"description":"A list of validator indices you want to filter by"},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"The filter you want results to be sorted by","title":"Sortby"},"description":"The filter you want results to be sorted by"},{"name":"sortOrder","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/SortOrderEnum"},{"type":"null"}],"description":"The sort order for the results","default":"asc","title":"Sortorder"},"description":"The sort order for the results"},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/GranularityEnum"},{"type":"null"}],"title":"Granularity"}},{"name":"groupBy","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/api__schemas__validator_performance__ValidatorsEffectivenessGroupByEnum"},{"type":"null"}],"default":"validator","title":"Groupby"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__37"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/validators/proposals":{"get":{"tags":["Performance"],"summary":"Get proposer duties metrics for a group of validators","description":"This endpoint returns drilldowns on performance metrics around proposer duties for validators. You can use this endpoint to either aggregate data per validator across a time window or aggregate data for multiple validators per time period.","operationId":"get_validators_proposals_v1_eth_validators_proposals_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"fromDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start day","examples":["791"],"title":"Fromday"},"description":"Start day"},{"name":"toDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End day","examples":["851"],"title":"Today"},"description":"End day"},{"name":"utc","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"description":"Returns results based on UTC days (true) or ETH chain days (false)","default":false,"title":"Utc"},"description":"Returns results based on UTC days (true) or ETH chain days (false)"},{"name":"pubkeys","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}],"description":"A list of validator pubkeys you want to filter by","title":"Pubkeys"},"description":"A list of validator pubkeys you want to filter by"},{"name":"indices","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"integer","minimum":0}},{"type":"null"}],"description":"A list of validator indices you want to filter by","title":"Indices"},"description":"A list of validator indices you want to filter by"},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"The filter you want results to be sorted by","title":"Sortby"},"description":"The filter you want results to be sorted by"},{"name":"sortOrder","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/SortOrderEnum"},{"type":"null"}],"description":"The sort order for the results","default":"asc","title":"Sortorder"},"description":"The sort order for the results"},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/GranularityEnum"},{"type":"null"}],"title":"Granularity"}},{"name":"groupBy","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/api__schemas__validator_performance__ValidatorsEffectivenessGroupByEnum"},{"type":"null"}],"default":"validator","title":"Groupby"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__38"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/validators/{validator_index_or_pubkey}/effectiveness":{"get":{"tags":["Performance"],"summary":"Get validator effectiveness","description":"This endpoint returns all the useful information you will ever need on the historical performance of a single validator index. Use this endpoint to retrieve top level metrics on proposer effectiveness, attester effectiveness and overall effectiveness of a validator index or pubkey.","operationId":"get_validator_effectiveness_v1_eth_validators__validator_index_or_pubkey__effectiveness_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_index_or_pubkey","in":"path","required":true,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"string"}],"title":"Validator Index Or Pubkey"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"fromDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start day","examples":["791"],"title":"Fromday"},"description":"Start day"},{"name":"toDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End day","examples":["851"],"title":"Today"},"description":"End day"},{"name":"utc","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"description":"Returns results based on UTC days (true) or ETH chain days (false)","default":false,"title":"Utc"},"description":"Returns results based on UTC days (true) or ETH chain days (false)"},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"The filter you want results to be sorted by","title":"Sortby"},"description":"The filter you want results to be sorted by"},{"name":"sortOrder","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/SortOrderEnum"},{"type":"null"}],"description":"The sort order for the results","default":"asc","title":"Sortorder"},"description":"The sort order for the results"},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/GranularityEnum"},{"type":"null"}],"description":"The size of time increments you are looking to query","default":"day","title":"Granularity"},"description":"The size of time increments you are looking to query"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__39"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/validators/{validator_index_or_pubkey}/attestations":{"get":{"tags":["Performance"],"summary":"Get validator attestation duties metrics","description":"This endpoint returns drilldowns on performance metrics around attestation duties for a single validator index.","operationId":"get_validator_attestations_v1_eth_validators__validator_index_or_pubkey__attestations_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_index_or_pubkey","in":"path","required":true,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"string"}],"title":"Validator Index Or Pubkey"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"fromDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start day","examples":["791"],"title":"Fromday"},"description":"Start day"},{"name":"toDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End day","examples":["851"],"title":"Today"},"description":"End day"},{"name":"utc","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"description":"Returns results based on UTC days (true) or ETH chain days (false)","default":false,"title":"Utc"},"description":"Returns results based on UTC days (true) or ETH chain days (false)"},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"The filter you want results to be sorted by","title":"Sortby"},"description":"The filter you want results to be sorted by"},{"name":"sortOrder","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/SortOrderEnum"},{"type":"null"}],"description":"The sort order for the results","default":"asc","title":"Sortorder"},"description":"The sort order for the results"},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/GranularityEnum"},{"type":"null"}],"description":"The size of time increments you are looking to query","default":"day","title":"Granularity"},"description":"The size of time increments you are looking to query"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__40"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/validators/{validator_index_or_pubkey}/proposals":{"get":{"tags":["Performance"],"summary":"Get validator proposal duties metrics","description":"This endpoint returns drill-downs on performance metrics around proposal duties for a single validator index.","operationId":"get_validator_proposals_v1_eth_validators__validator_index_or_pubkey__proposals_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_index_or_pubkey","in":"path","required":true,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"string"}],"title":"Validator Index Or Pubkey"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"fromDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start day","examples":["791"],"title":"Fromday"},"description":"Start day"},{"name":"toDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End day","examples":["851"],"title":"Today"},"description":"End day"},{"name":"utc","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"description":"Returns results based on UTC days (true) or ETH chain days (false)","default":false,"title":"Utc"},"description":"Returns results based on UTC days (true) or ETH chain days (false)"},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"The filter you want results to be sorted by","title":"Sortby"},"description":"The filter you want results to be sorted by"},{"name":"sortOrder","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/SortOrderEnum"},{"type":"null"}],"description":"The sort order for the results","default":"asc","title":"Sortorder"},"description":"The sort order for the results"},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/GranularityEnum"},{"type":"null"}],"description":"The size of time increments you are looking to query","default":"day","title":"Granularity"},"description":"The size of time increments you are looking to query"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__41"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/sets/{set_id}/effectiveness":{"get":{"tags":["Performance"],"summary":"Get effectiveness for a private set","description":"This endpoint returns a bunch of useful information about the historical performance of all validators belonging to a private set. Use this endpoint to retrieve top level metrics on proposer effectiveness, attester effectiveness and overall effectiveness.","operationId":"get_set_effectiveness_v1_eth_sets__set_id__effectiveness_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"set_id","in":"path","required":true,"schema":{"type":"string","format":"uuid4","title":"Set Id"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"fromDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start day","examples":["791"],"title":"Fromday"},"description":"Start day"},{"name":"toDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End day","examples":["851"],"title":"Today"},"description":"End day"},{"name":"utc","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"description":"Returns results based on UTC days (true) or ETH chain days (false)","default":false,"title":"Utc"},"description":"Returns results based on UTC days (true) or ETH chain days (false)"},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"The filter you want results to be sorted by","title":"Sortby"},"description":"The filter you want results to be sorted by"},{"name":"sortOrder","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/SortOrderEnum"},{"type":"null"}],"description":"The sort order for the results","default":"asc","title":"Sortorder"},"description":"The sort order for the results"},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/GranularityEnum"},{"type":"null"}],"description":"The size of time increments you are looking to query","default":"day","title":"Granularity"},"description":"The size of time increments you are looking to query"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__42"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/sets/{set_id}/attestations":{"get":{"tags":["Performance"],"summary":"Get attestation duties metrics for a private set","description":"This endpoint returns drilldowns on performance metrics around attestation duties for all validators belonging to a private set.","operationId":"get_set_attestations_v1_eth_sets__set_id__attestations_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"set_id","in":"path","required":true,"schema":{"type":"string","format":"uuid4","title":"Set Id"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"fromDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start day","examples":["791"],"title":"Fromday"},"description":"Start day"},{"name":"toDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End day","examples":["851"],"title":"Today"},"description":"End day"},{"name":"utc","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"description":"Returns results based on UTC days (true) or ETH chain days (false)","default":false,"title":"Utc"},"description":"Returns results based on UTC days (true) or ETH chain days (false)"},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"The filter you want results to be sorted by","title":"Sortby"},"description":"The filter you want results to be sorted by"},{"name":"sortOrder","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/SortOrderEnum"},{"type":"null"}],"description":"The sort order for the results","default":"asc","title":"Sortorder"},"description":"The sort order for the results"},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/GranularityEnum"},{"type":"null"}],"description":"The size of time increments you are looking to query","default":"day","title":"Granularity"},"description":"The size of time increments you are looking to query"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__43"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/sets/{set_id}/proposals":{"get":{"tags":["Performance"],"summary":"Get proposer duties metrics for a private set","description":"This endpoint returns drill-downs on performance metrics around proposer duties for all validators belonging to a private set.","operationId":"get_set_proposals_v1_eth_sets__set_id__proposals_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"set_id","in":"path","required":true,"schema":{"type":"string","format":"uuid4","title":"Set Id"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"fromDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start day","examples":["791"],"title":"Fromday"},"description":"Start day"},{"name":"toDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End day","examples":["851"],"title":"Today"},"description":"End day"},{"name":"utc","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"description":"Returns results based on UTC days (true) or ETH chain days (false)","default":false,"title":"Utc"},"description":"Returns results based on UTC days (true) or ETH chain days (false)"},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"The filter you want results to be sorted by","title":"Sortby"},"description":"The filter you want results to be sorted by"},{"name":"sortOrder","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/SortOrderEnum"},{"type":"null"}],"description":"The sort order for the results","default":"asc","title":"Sortorder"},"description":"The sort order for the results"},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/GranularityEnum"},{"type":"null"}],"description":"The size of time increments you are looking to query","default":"day","title":"Granularity"},"description":"The size of time increments you are looking to query"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__44"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/entities/{entity_id}/rewards":{"get":{"tags":["Rewards"],"summary":"Get rewards metrics for Pools, Operators and Addresses","description":"This endpoint returns a bunch of useful information about the historical rewards earned by a single pool, node operator or deposit/withdrawal address including drill-downs on consensus layer and execution layer rewards.","operationId":"get_entity_rewards_v1_eth_entities__entity_id__rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"entity_id","in":"path","required":true,"schema":{"type":"string","title":"Entity Id"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"fromDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start day","examples":["791"],"title":"Fromday"},"description":"Start day"},{"name":"toDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End day","examples":["851"],"title":"Today"},"description":"End day"},{"name":"utc","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"description":"Returns results based on UTC days (true) or ETH chain days (false)","default":false,"title":"Utc"},"description":"Returns results based on UTC days (true) or ETH chain days (false)"},{"name":"entityType","in":"query","required":true,"schema":{"$ref":"#/components/schemas/IdType","description":"The type of entity class you would like returned"},"description":"The type of entity class you would like returned"},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"The filter you want results to be sorted by","title":"Sortby"},"description":"The filter you want results to be sorted by"},{"name":"sortOrder","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/SortOrderEnum"},{"type":"null"}],"description":"The sort order for the results","default":"asc","title":"Sortorder"},"description":"The sort order for the results"},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/GranularityEnum"},{"type":"null"}],"description":"The size of time increments you are looking to query","default":"day","title":"Granularity"},"description":"The size of time increments you are looking to query"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__45"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/entities/{entity_id}/penalties":{"get":{"tags":["Rewards"],"summary":"Get penalty metrics for Pools, Operators and Addresses","description":"This endpoint returns a bunch of useful information about the historical penalties accrued by a single pool, node operator or deposit/withdrawal addresses.","operationId":"get_entity_penalties_v1_eth_entities__entity_id__penalties_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"entity_id","in":"path","required":true,"schema":{"type":"string","title":"Entity Id"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"fromDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start day","examples":["791"],"title":"Fromday"},"description":"Start day"},{"name":"toDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End day","examples":["851"],"title":"Today"},"description":"End day"},{"name":"utc","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"description":"Returns results based on UTC days (true) or ETH chain days (false)","default":false,"title":"Utc"},"description":"Returns results based on UTC days (true) or ETH chain days (false)"},{"name":"entityType","in":"query","required":true,"schema":{"$ref":"#/components/schemas/IdType","description":"The type of entity class you would like returned"},"description":"The type of entity class you would like returned"},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"The filter you want results to be sorted by","title":"Sortby"},"description":"The filter you want results to be sorted by"},{"name":"sortOrder","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/SortOrderEnum"},{"type":"null"}],"description":"The sort order for the results","default":"asc","title":"Sortorder"},"description":"The sort order for the results"},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/GranularityEnum"},{"type":"null"}],"description":"The size of time increments you are looking to query","default":"day","title":"Granularity"},"description":"The size of time increments you are looking to query"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__46"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/entities/{withdrawal_address}/withdrawals":{"get":{"tags":["Rewards"],"summary":"Get withdrawal metrics for Withdrawal Addresses","description":"This endpoint returns withdrawals by address","operationId":"get_entity_withdrawals_v1_eth_entities__withdrawal_address__withdrawals_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"withdrawal_address","in":"path","required":true,"schema":{"type":"string","title":"Withdrawal Address"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"fromWithdrawalIndex","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start withdrawal index. The lower bound of the range.","examples":[0],"title":"Fromwithdrawalindex"},"description":"Start withdrawal index. The lower bound of the range."},{"name":"toWithdrawalIndex","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End withdrawal index. The upper bound of the range.","examples":[10],"title":"Towithdrawalindex"},"description":"End withdrawal index. The upper bound of the range."},{"name":"fromSlot","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start slot multiple of 3k","title":"Fromslot"},"description":"Start slot multiple of 3k"},{"name":"toSlot","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End slot multiple of 3k","title":"Toslot"},"description":"End slot multiple of 3k"},{"name":"fromEpoch","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start epoch. The lower bound of the range.","examples":[0],"title":"Fromepoch"},"description":"Start epoch. The lower bound of the range."},{"name":"toEpoch","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End epoch. The upper bound of the range.","examples":[10],"title":"Toepoch"},"description":"End epoch. The upper bound of the range."},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__47"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/validators/{validator_index_or_pubkey}/rewards":{"get":{"tags":["Rewards"],"summary":"Get validator rewards metrics","description":"This endpoint returns a bunch of useful information about the historical rewards earned by a single validator index.","operationId":"get_validator_rewards_v1_eth_validators__validator_index_or_pubkey__rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_index_or_pubkey","in":"path","required":true,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"string"}],"title":"Validator Index Or Pubkey"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"fromDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start day","examples":["791"],"title":"Fromday"},"description":"Start day"},{"name":"toDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End day","examples":["851"],"title":"Today"},"description":"End day"},{"name":"utc","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"description":"Returns results based on UTC days (true) or ETH chain days (false)","default":false,"title":"Utc"},"description":"Returns results based on UTC days (true) or ETH chain days (false)"},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"The filter you want results to be sorted by","title":"Sortby"},"description":"The filter you want results to be sorted by"},{"name":"sortOrder","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/SortOrderEnum"},{"type":"null"}],"description":"The sort order for the results","default":"asc","title":"Sortorder"},"description":"The sort order for the results"},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/GranularityEnum"},{"type":"null"}],"description":"The size of time increments you are looking to query","default":"day","title":"Granularity"},"description":"The size of time increments you are looking to query"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__48"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/validators/{validator_index_or_pubkey}/penalties":{"get":{"tags":["Rewards"],"summary":"Get validator penalty metrics","description":"This endpoint returns a bunch of useful information about the historical penalties accrued by a single validator index.","operationId":"get_validator_penalties_v1_eth_validators__validator_index_or_pubkey__penalties_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_index_or_pubkey","in":"path","required":true,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"string"}],"title":"Validator Index Or Pubkey"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"fromDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start day","examples":["791"],"title":"Fromday"},"description":"Start day"},{"name":"toDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End day","examples":["851"],"title":"Today"},"description":"End day"},{"name":"utc","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"description":"Returns results based on UTC days (true) or ETH chain days (false)","default":false,"title":"Utc"},"description":"Returns results based on UTC days (true) or ETH chain days (false)"},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"The filter you want results to be sorted by","title":"Sortby"},"description":"The filter you want results to be sorted by"},{"name":"sortOrder","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/SortOrderEnum"},{"type":"null"}],"description":"The sort order for the results","default":"asc","title":"Sortorder"},"description":"The sort order for the results"},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/GranularityEnum"},{"type":"null"}],"description":"The size of time increments you are looking to query","default":"day","title":"Granularity"},"description":"The size of time increments you are looking to query"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__49"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/validators/{validator_index_or_pubkey}/withdrawals":{"get":{"tags":["Rewards"],"summary":"Get withdrawal metrics for individual validators","description":"This endpoint returns withdrawals by validator index or pubkey","operationId":"get_validator_withdrawals_v1_eth_validators__validator_index_or_pubkey__withdrawals_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_index_or_pubkey","in":"path","required":true,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"string"}],"title":"Validator Index Or Pubkey"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"fromWithdrawalIndex","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start withdrawal index. The lower bound of the range.","examples":[0],"title":"Fromwithdrawalindex"},"description":"Start withdrawal index. The lower bound of the range."},{"name":"toWithdrawalIndex","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End withdrawal index. The upper bound of the range.","examples":[10],"title":"Towithdrawalindex"},"description":"End withdrawal index. The upper bound of the range."},{"name":"fromSlot","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start slot multiple of 3k","title":"Fromslot"},"description":"Start slot multiple of 3k"},{"name":"toSlot","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End slot multiple of 3k","title":"Toslot"},"description":"End slot multiple of 3k"},{"name":"fromEpoch","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start epoch. The lower bound of the range.","examples":[0],"title":"Fromepoch"},"description":"Start epoch. The lower bound of the range."},{"name":"toEpoch","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End epoch. The upper bound of the range.","examples":[10],"title":"Toepoch"},"description":"End epoch. The upper bound of the range."},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__50"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/validators/rewards":{"get":{"tags":["Rewards"],"summary":"Get rewards metrics for a group of validators","description":"This endpoint returns aggregated rewards metrics for validators. You can use this endpoint to either aggregate data per validator across a time window or aggregate data for multiple validators per time period.","operationId":"get_validators_rewards_v1_eth_validators_rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"fromDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start day","examples":["791"],"title":"Fromday"},"description":"Start day"},{"name":"toDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End day","examples":["851"],"title":"Today"},"description":"End day"},{"name":"utc","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"description":"Returns results based on UTC days (true) or ETH chain days (false)","default":false,"title":"Utc"},"description":"Returns results based on UTC days (true) or ETH chain days (false)"},{"name":"pubkeys","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}],"description":"A list of validator pubkeys you want to filter by","title":"Pubkeys"},"description":"A list of validator pubkeys you want to filter by"},{"name":"indices","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"integer","minimum":0}},{"type":"null"}],"description":"A list of validator indices you want to filter by","title":"Indices"},"description":"A list of validator indices you want to filter by"},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"The filter you want results to be sorted by","title":"Sortby"},"description":"The filter you want results to be sorted by"},{"name":"sortOrder","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/SortOrderEnum"},{"type":"null"}],"description":"The sort order for the results","default":"asc","title":"Sortorder"},"description":"The sort order for the results"},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/GranularityEnum"},{"type":"null"}],"title":"Granularity"}},{"name":"groupBy","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/api__schemas__validator_performance__ValidatorsEffectivenessGroupByEnum"},{"type":"null"}],"default":"validator","title":"Groupby"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__51"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/validators/penalties":{"get":{"tags":["Rewards"],"summary":"Get aggregated penalty metrics for validators","description":"This endpoint aggregates penalty metrics across multiple validators.","operationId":"get_validators_penalties_v1_eth_validators_penalties_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"fromDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start day","examples":["791"],"title":"Fromday"},"description":"Start day"},{"name":"toDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End day","examples":["851"],"title":"Today"},"description":"End day"},{"name":"utc","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"description":"Returns results based on UTC days (true) or ETH chain days (false)","default":false,"title":"Utc"},"description":"Returns results based on UTC days (true) or ETH chain days (false)"},{"name":"pubkeys","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}],"description":"A list of validator pubkeys you want to filter by","title":"Pubkeys"},"description":"A list of validator pubkeys you want to filter by"},{"name":"indices","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"integer","minimum":0}},{"type":"null"}],"description":"A list of validator indices you want to filter by","title":"Indices"},"description":"A list of validator indices you want to filter by"},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"The filter you want results to be sorted by","title":"Sortby"},"description":"The filter you want results to be sorted by"},{"name":"sortOrder","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/SortOrderEnum"},{"type":"null"}],"description":"The sort order for the results","default":"asc","title":"Sortorder"},"description":"The sort order for the results"},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/GranularityEnum"},{"type":"null"}],"title":"Granularity"}},{"name":"groupBy","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/api__schemas__validator_performance__ValidatorsEffectivenessGroupByEnum"},{"type":"null"}],"default":"validator","title":"Groupby"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__52"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/sets/{set_id}/rewards":{"get":{"tags":["Rewards"],"summary":"Get rewards metrics for a private set","description":"This endpoint returns a bunch of useful information about the historical rewards earned by all validators belonging to a private set.","operationId":"get_private_set_rewards_v1_eth_sets__set_id__rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"set_id","in":"path","required":true,"schema":{"type":"string","format":"uuid4","title":"Set Id"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"fromDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start day","examples":["791"],"title":"Fromday"},"description":"Start day"},{"name":"toDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End day","examples":["851"],"title":"Today"},"description":"End day"},{"name":"utc","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"description":"Returns results based on UTC days (true) or ETH chain days (false)","default":false,"title":"Utc"},"description":"Returns results based on UTC days (true) or ETH chain days (false)"},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"The filter you want results to be sorted by","title":"Sortby"},"description":"The filter you want results to be sorted by"},{"name":"sortOrder","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/SortOrderEnum"},{"type":"null"}],"description":"The sort order for the results","default":"asc","title":"Sortorder"},"description":"The sort order for the results"},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/GranularityEnum"},{"type":"null"}],"description":"The size of time increments you are looking to query","default":"day","title":"Granularity"},"description":"The size of time increments you are looking to query"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__53"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/sets/{set_id}/penalties":{"get":{"tags":["Rewards"],"summary":"Get penalty metrics for a private set","description":"This endpoint returns a bunch of useful information about the historical penalties accrued by all validators belonging to a private set.","operationId":"get_private_set_penalties_v1_eth_sets__set_id__penalties_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"set_id","in":"path","required":true,"schema":{"type":"string","format":"uuid4","title":"Set Id"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"fromDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start day","examples":["791"],"title":"Fromday"},"description":"Start day"},{"name":"toDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End day","examples":["851"],"title":"Today"},"description":"End day"},{"name":"utc","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"description":"Returns results based on UTC days (true) or ETH chain days (false)","default":false,"title":"Utc"},"description":"Returns results based on UTC days (true) or ETH chain days (false)"},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"The filter you want results to be sorted by","title":"Sortby"},"description":"The filter you want results to be sorted by"},{"name":"sortOrder","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/SortOrderEnum"},{"type":"null"}],"description":"The sort order for the results","default":"asc","title":"Sortorder"},"description":"The sort order for the results"},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/GranularityEnum"},{"type":"null"}],"description":"The size of time increments you are looking to query","default":"day","title":"Granularity"},"description":"The size of time increments you are looking to query"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__54"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/entities/summaries":{"get":{"tags":["Overview"],"summary":"Get summary stats on Pools, Operators and Addresses","description":"This endpoint returns summary statistics for all the operators Rated has pre-materialized views on––commensurate to the output you might see on the Rated Explorer. Filter by entityType to view the stats for a specific type of entity i.e. by pools, operators and withdrawal/deposit addresses.","operationId":"get_entities_summaries_v1_eth_entities_summaries_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"entityType","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/IdType"},{"type":"null"}],"description":"The type of entity class you would like returned","title":"Entitytype"},"description":"The type of entity class you would like returned"},{"name":"window","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/TimeWindow"},{"type":"null"}],"title":"Window"}},{"name":"sortBy","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"The filter you want results to be sorted by","title":"Sortby"},"description":"The filter you want results to be sorted by"},{"name":"sortOrder","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/SortOrderEnum"},{"type":"null"}],"description":"The sort order for the results","default":"asc","title":"Sortorder"},"description":"The sort order for the results"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__55"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/entities/pros":{"get":{"tags":["Overview"],"summary":"Get validator mappings for professional Pools and Operators.","description":"This endpoint returns information about professional validators mapped to a pool or an operator. Use this endpoint to retrieve operator IDs that belong to a pool or an operator, as well as their deposit and withdrawal addresses.","operationId":"get_pro_validators_v1_eth_entities_pros_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"entityType","in":"query","required":true,"schema":{"$ref":"#/components/schemas/IdType","description":"The type of entity class you would like returned"},"description":"The type of entity class you would like returned"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__56"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/entities/{entity_id}/summaries":{"get":{"tags":["Overview"],"summary":"Get summary stats on individual Pools, Operators and Addresses","description":"This endpoint returns summary statistics for a specific pool,operator or withdrawal/deposit address that Rated has pre-materialized views on––commensurate to the output you might see on the Rated Explorer.","operationId":"get_entity_summaries_v1_eth_entities__entity_id__summaries_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"entity_id","in":"path","required":true,"schema":{"type":"string","title":"Entity Id"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"entityType","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/IdType"},{"type":"null"}],"description":"The type of entity class you would like returned","title":"Entitytype"},"description":"The type of entity class you would like returned"},{"name":"window","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/TimeWindow"},{"type":"null"}],"description":"The time window of aggregation","title":"Window"},"description":"The time window of aggregation"},{"name":"sortBy","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"The filter you want results to be sorted by","title":"Sortby"},"description":"The filter you want results to be sorted by"},{"name":"sortOrder","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/SortOrderEnum"},{"type":"null"}],"description":"The sort order for the results","default":"asc","title":"Sortorder"},"description":"The sort order for the results"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__57"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/entities":{"get":{"tags":["Overview"],"summary":"Get a list overview of Pools, Operators and Addresses","description":"This endpoint returns an overview of all Pools, Operators and Addresses on the Beacon Chain.","operationId":"get_entities_v1_eth_entities_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"entityType","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/IdType"},{"type":"null"}],"description":"The type of entity class you would like returned","title":"Entitytype"},"description":"The type of entity class you would like returned"},{"name":"sortBy","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"The filter you want results to be sorted by","title":"Sortby"},"description":"The filter you want results to be sorted by"},{"name":"sortOrder","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/SortOrderEnum"},{"type":"null"}],"description":"The sort order for the results","default":"asc","title":"Sortorder"},"description":"The sort order for the results"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__58"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/entities/{entity_id}":{"get":{"tags":["Overview"],"summary":"Get an overview of Pools, Operators and Addresses","description":"This endpoint returns an overview of Pools, Operators and Addresses.","operationId":"get_entity_v1_eth_entities__entity_id__get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"entity_id","in":"path","required":true,"schema":{"type":"string","title":"Entity Id"}},{"name":"entityType","in":"query","required":true,"schema":{"$ref":"#/components/schemas/IdType","description":"The type of entity class you would like returned"},"description":"The type of entity class you would like returned"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityOverview"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/validators":{"get":{"tags":["Overview"],"summary":"Get a list of validators","description":"This endpoint returns an overview of all validators on the Beacon Chain with details on its activation, withdrawal and exit epochs.","operationId":"get_validators_v1_eth_validators_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"sortBy","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"The filter you want results to be sorted by","title":"Sortby"},"description":"The filter you want results to be sorted by"},{"name":"sortOrder","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/SortOrderEnum"},{"type":"null"}],"description":"The sort order for the results","default":"asc","title":"Sortorder"},"description":"The sort order for the results"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__59"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/validators/{validator_index_or_pubkey}":{"get":{"tags":["Overview"],"summary":"Get validator","description":"This endpoint returns a single validator index on the Beacon Chain with details on its activation, withdrawal and exit epochs.","operationId":"get_validator_v1_eth_validators__validator_index_or_pubkey__get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_index_or_pubkey","in":"path","required":true,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"string"}],"title":"Validator Index Or Pubkey"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidatorOverview"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/entities/{entity_id}/mappings":{"get":{"tags":["Metadata"],"summary":"Get Validator mappings for Pools and Operators.","description":"This endpoint returns information about the validators mapped to a pool or an operator. Use this endpoint to retrieve validator indices or pubkeys that belong to a pool or an operator, as well as their deposit and withdrawal addresses.","operationId":"get_entity_mappings_v1_eth_entities__entity_id__mappings_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"entity_id","in":"path","required":true,"schema":{"type":"string","title":"Entity Id"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"entityType","in":"query","required":true,"schema":{"$ref":"#/components/schemas/IdType","description":"The type of entity class you would like returned"},"description":"The type of entity class you would like returned"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__60"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/entities/{entity_id}/aprs":{"get":{"tags":["Metadata"],"summary":"Get APR information for Pools, Operators and Addresses.","description":"This endpoint returns windowed APR information for a single pool, node operator or deposit/withdrawal address.","operationId":"get_entity_aprs_v1_eth_entities__entity_id__aprs_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"entity_id","in":"path","required":true,"schema":{"type":"string","title":"Entity Id"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"entityType","in":"query","required":true,"schema":{"$ref":"#/components/schemas/IdType","description":"The type of entity class you would like returned"},"description":"The type of entity class you would like returned"},{"name":"window","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/TimeWindow"},{"type":"null"}],"description":"The time window for the APR calculation","title":"Window"},"description":"The time window for the APR calculation"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__61"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/entities/{entity_id}/slashings":{"get":{"tags":["Metadata"],"summary":"Get Slashings information for Pools, Operators and Addresses.","description":"This endpoint returns slashing information for a single pool, node operator or deposit/withdrawal address.","operationId":"get_entity_slashings_v1_eth_entities__entity_id__slashings_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"entity_id","in":"path","required":true,"schema":{"type":"string","title":"Entity Id"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"Start day","examples":["791"],"title":"Fromday"},"description":"Start day"},{"name":"toDay","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"End day","examples":["851"],"title":"Today"},"description":"End day"},{"name":"utc","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"description":"Returns results based on UTC days (true) or ETH chain days (false)","default":false,"title":"Utc"},"description":"Returns results based on UTC days (true) or ETH chain days (false)"},{"name":"entityType","in":"query","required":true,"schema":{"$ref":"#/components/schemas/IdType","description":"The type of entity class you would like returned"},"description":"The type of entity class you would like returned"},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string","description":"The filter you want results to be sorted by","title":"Sortby"},"description":"The filter you want results to be sorted by"},{"name":"sortOrder","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/SortOrderEnum"},{"type":"null"}],"description":"The sort order for the results","default":"asc","title":"Sortorder"},"description":"The sort order for the results"},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/GranularityEnum"},{"type":"null"}],"description":"The size of time increments you are looking to query","default":"day","title":"Granularity"},"description":"The size of time increments you are looking to query"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__62"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/entityConsolidations":{"get":{"tags":["Metadata"],"summary":"Get validator consolidations information for Pools and Operators.","description":"This endpoint returns information about validator consolidations per entity. This includes the count of consolidated validators and the consolidated balances.","operationId":"get_entity_consolidations_v1_eth_entityConsolidations_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"entity","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Entity"}},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__63"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eth/apiMetadata":{"get":{"tags":["Network"],"summary":"Get metadata on the Rated Ethereum API endpoints","description":"This endpoint returns information about the latest data available from Rated's Ethereum API endpoints.","operationId":"get_latest_network_date_v1_eth_apiMetadata_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"utc","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"description":"Returns results based on UTC days (true) or ETH chain days (false)","default":false,"title":"Utc"},"description":"Returns results based on UTC days (true) or ETH chain days (false)"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiMetadata"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eigenlayer/delegators/{delegator_address}/delegations":{"get":{"tags":["Eigenlayer Delegations"],"summary":"Get delegations by delegator","description":"This endpoint returns the delegation history by delegator address","operationId":"get_delegator_delegations_v1_eigenlayer_delegators__delegator_address__delegations_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"delegator_address","in":"path","required":true,"schema":{"type":"string","title":"Delegator Address"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__64"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eigenlayer/entities/{operator_address}/delegations":{"get":{"tags":["Eigenlayer Delegations"],"summary":"Get delegators by operator address","description":"This endpoint returns the delegation history of delegators to an operator address","operationId":"get_entities_delegations_v1_eigenlayer_entities__operator_address__delegations_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"operator_address","in":"path","required":true,"schema":{"type":"string","title":"Operator Address"}},{"name":"limit","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedNestedEigenlayerDelegation"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eigenlayer/eigenpods/{eigenpod_address}/state":{"get":{"tags":["Eigenlayer Delegations"],"summary":"Get Stake state by Eigenpod.","description":"This endpoint returns the daily stake state of an Eigenpod","operationId":"get_eigenpod_states_v1_eigenlayer_eigenpods__eigenpod_address__state_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"eigenpod_address","in":"path","required":true,"schema":{"type":"string","title":"Eigenpod Address"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__65"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eigenlayer/entities/{operator_address}/state":{"get":{"tags":["Eigenlayer Delegations"],"summary":"Get Stake state by Entity.","description":"This endpoint returns the daily stake state of an Entity","operationId":"get_operators_states_v1_eigenlayer_entities__operator_address__state_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"operator_address","in":"path","required":true,"schema":{"type":"string","title":"Operator Address"}},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedResponse_EigenlayerOperatorDailyState_"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eigenlayer/delegators/{delegator_address}/state":{"get":{"tags":["Eigenlayer Delegations"],"summary":"Get Stake state by delegator.","description":"This endpoint returns the daily stake state of a delegator","operationId":"get_delegator_state_v1_eigenlayer_delegators__delegator_address__state_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"delegator_address","in":"path","required":true,"schema":{"type":"string","title":"Delegator Address"}},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PaginatedResponse_EigenlayerDelegatorDailyState_"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eigenlayer/eigenpods/{eigenpod_address}/rewards":{"get":{"tags":["Eigenlayer Rewards"],"summary":"Get rewards by Eigenpod.","description":"Returns the rewards of an Eigenpod with specified granularity (day or week)","operationId":"get_eigenpod_rewards_v1_eigenlayer_eigenpods__eigenpod_address__rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"eigenpod_address","in":"path","required":true,"schema":{"type":"string","title":"Eigenpod Address"}},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Granularity of the rewards data (day or week). Defaults to day.","title":"Granularity"},"description":"Granularity of the rewards data (day or week). Defaults to day."},{"name":"limit","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/PaginatedResponse_EigenlayerDailyRewards_"},{"$ref":"#/components/schemas/PaginatedResponse_EigenlayerWeeklyRewards_"}],"title":"Response Get Eigenpod Rewards V1 Eigenlayer Eigenpods  Eigenpod Address  Rewards Get"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eigenlayer/entities/{operator_address}/rewards":{"get":{"tags":["Eigenlayer Rewards"],"summary":"Get rewards by Operator.","description":"Returns the rewards of an Operator with specified granularity (day or week)","operationId":"get_operator_rewards_v1_eigenlayer_entities__operator_address__rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"operator_address","in":"path","required":true,"schema":{"type":"string","title":"Operator Address"}},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Granularity of the rewards data (day or week). Defaults to day.","title":"Granularity"},"description":"Granularity of the rewards data (day or week). Defaults to day."},{"name":"limit","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/PaginatedResponse_EigenlayerDailyRewards_"},{"$ref":"#/components/schemas/PaginatedResponse_EigenlayerWeeklyRewards_"}],"title":"Response Get Operator Rewards V1 Eigenlayer Entities  Operator Address  Rewards Get"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eigenlayer/delegators/{delegator_address}/rewards":{"get":{"tags":["Eigenlayer Rewards"],"summary":"Get rewards by Delegator.","description":"Returns the rewards of a Delegator with specified granularity (day or week)","operationId":"get_delegator_rewards_v1_eigenlayer_delegators__delegator_address__rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"delegator_address","in":"path","required":true,"schema":{"type":"string","title":"Delegator Address"}},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"description":"Granularity of the rewards data (day or week). Defaults to day.","title":"Granularity"},"description":"Granularity of the rewards data (day or week). Defaults to day."},{"name":"limit","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"anyOf":[{"type":"integer","minimum":0},{"type":"null"}],"description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/PaginatedResponse_EigenlayerDailyRewards_"},{"$ref":"#/components/schemas/PaginatedResponse_EigenlayerWeeklyRewards_"}],"title":"Response Get Delegator Rewards V1 Eigenlayer Delegators  Delegator Address  Rewards Get"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/eigenlayer/apiMetadata":{"get":{"tags":["Eigenlayer Metadata"],"summary":"Get metadata on the Rated Eigenlayer API endpoints","description":"This endpoint returns information about the latest complete data available from Rated's Eigenlayer API endpoints.","operationId":"get_latest_network_date_v1_eigenlayer_apiMetadata_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"X-Rated-Network","in":"header","required":false,"schema":{"$ref":"#/components/schemas/Network","default":"mainnet"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EigenlayerApiMetadata"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/cosmos/network/rewards":{"get":{"tags":["Cosmos Rewards"],"summary":"Get network rewards metrics","description":"This endpoint returns a bunch of useful information about the historical rewards earned by the network.","operationId":"get_network_rewards_v1_cosmos_network_rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__66"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/cosmos/validators/{validator_address}/rewards":{"get":{"tags":["Cosmos Rewards"],"summary":"Get validator rewards metrics","description":"This endpoint returns a bunch of useful information about the historical rewards earned by a single validator.","operationId":"get_validator_rewards_v1_cosmos_validators__validator_address__rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_address","in":"path","required":true,"schema":{"type":"string","title":"Validator Address"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__67"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/avalanche/validators/{node_id}/rewards":{"get":{"tags":["Avalanche Rewards"],"summary":"Get validator rewards metrics","description":"This endpoint returns the historical rewards earned by a single validator and their potential rewards.","operationId":"get_validator_rewards_v1_avalanche_validators__node_id__rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"node_id","in":"path","required":true,"schema":{"type":"string","title":"Node Id"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__68"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/avalanche/network/rewards":{"get":{"tags":["Avalanche Rewards"],"summary":"Get network rewards metrics","description":"This endpoint returns the historical rewards earned by the network and potential rewards.","operationId":"get_network_rewards_v1_avalanche_network_rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__69"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/celestia/network/rewards":{"get":{"tags":["Celestia Rewards"],"summary":"Get network rewards metrics","description":"This endpoint returns the historical rewards earned by the network.","operationId":"get_validator_rewards_v1_celestia_network_rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__70"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/celestia/validators/{validator_address}/rewards":{"get":{"tags":["Celestia Rewards"],"summary":"Get validator rewards metrics","description":"This endpoint returns the historical rewards earned by a single validator.","operationId":"get_validator_rewards_v1_celestia_validators__validator_address__rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_address","in":"path","required":true,"schema":{"type":"string","title":"Validator Address"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__71"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/cardano/network/rewards":{"get":{"tags":["Cardano Rewards"],"summary":"Get network rewards metrics","description":"This endpoint returns the historical rewards earned by the network.","operationId":"get_validator_rewards_v1_cardano_network_rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__72"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/cardano/validators/{pool_id}/rewards":{"get":{"tags":["Cardano Rewards"],"summary":"Get stake pool/validator rewards metrics","description":"This endpoint returns the historical rewards earned by a single stake pool/validator.","operationId":"get_validator_rewards_v1_cardano_validators__pool_id__rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"pool_id","in":"path","required":true,"schema":{"type":"string","title":"Pool Id"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__73"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/polkadot/network/rewards":{"get":{"tags":["Polkadot Rewards"],"summary":"Get network rewards metrics","description":"This endpoint returns the historical rewards earned by the network.","operationId":"get_network_rewards_v1_polkadot_network_rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__74"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/polkadot/validators/{validator_address}/rewards":{"get":{"tags":["Polkadot Rewards"],"summary":"Get validator rewards metrics","description":"This endpoint returns the historical rewards earned by a single validator.","operationId":"get_validator_rewards_v1_polkadot_validators__validator_address__rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_address","in":"path","required":true,"schema":{"type":"string","title":"Validator Address"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__75"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/babylon/network/rewards":{"get":{"tags":["Babylon Rewards"],"summary":"Get network rewards metrics","description":"This endpoint returns the historical rewards earned by the network.","operationId":"get_validator_rewards_v1_babylon_network_rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__76"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/babylon/validators/{validator_address}/rewards":{"get":{"tags":["Babylon Rewards"],"summary":"Get validator rewards metrics","description":"This endpoint returns the historical rewards earned by a single validator.","operationId":"get_validator_rewards_v1_babylon_validators__validator_address__rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_address","in":"path","required":true,"schema":{"type":"string","title":"Validator Address"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__77"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/babylon/delegators/{delegator_address}/state":{"get":{"tags":["Babylon Performance"],"summary":"Get delegator state information","description":"This endpoint returns information about a delegator's state including active stake. Use this endpoint to retrieve historical state data for a specific delegator.","operationId":"get_delegator_stake_v1_babylon_delegators__delegator_address__state_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"delegator_address","in":"path","required":true,"schema":{"type":"string","title":"Delegator Address"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__78"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/babylon/btcDelegators/{delegator_address}/state":{"get":{"tags":["Babylon Performance"],"summary":"Get BTC delegator state information","description":"This endpoint returns information about a BTC delegator's state including active stake. Use this endpoint to retrieve historical state data for a specific delegator.","operationId":"get_btc_delegator_stake_v1_babylon_btcDelegators__delegator_address__state_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"delegator_address","in":"path","required":true,"schema":{"type":"string","title":"Delegator Address"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__79"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/babylon/validators/{validator_address}/state":{"get":{"tags":["Babylon Performance"],"summary":"Get validator state information","description":"This endpoint returns information about a validator's state including active stake. Use this endpoint to retrieve historical state data for a specific validator.","operationId":"get_validator_stake_v1_babylon_validators__validator_address__state_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_address","in":"path","required":true,"schema":{"type":"string","title":"Validator Address"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__80"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/babylon/validators/{validator_address}/delegators":{"get":{"tags":["Babylon Metadata"],"summary":"Get the delegators associated to a validator","description":"This endpoint returns all distinct delegators associated to a validator over a period of time when they were actively delegated.","operationId":"fetch_validator_delegator_mappings_v1_babylon_validators__validator_address__delegators_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_address","in":"path","required":true,"schema":{"type":"string","title":"Validator Address"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":15,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"fromDate","in":"query","required":true,"schema":{"type":"string","format":"date","description":"Start date","examples":["2025-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toDate","in":"query","required":true,"schema":{"type":"string","format":"date","description":"End date","examples":["2025-01-02"],"title":"Todate"},"description":"End date"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__81"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/babylon/delegators/{delegator_address}/rewards":{"get":{"tags":["Babylon Rewards"],"summary":"Get delegator rewards metrics","description":"This endpoint returns the historical rewards earned by a single delegator.","operationId":"get_delegator_rewards_v1_babylon_delegators__delegator_address__rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"delegator_address","in":"path","required":true,"schema":{"type":"string","title":"Delegator Address"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__82"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/babylon/btcDelegators/{delegator_address}/rewards":{"get":{"tags":["Babylon Rewards"],"summary":"Get BTC delegator rewards metrics","description":"This endpoint returns the historical rewards earned by a single BTC delegator.","operationId":"get_btc_delegator_rewards_v1_babylon_btcDelegators__delegator_address__rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"delegator_address","in":"path","required":true,"schema":{"type":"string","title":"Delegator Address"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__83"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/babylon/finalityProviders/{finality_provider}/rewards":{"get":{"tags":["Babylon Rewards"],"summary":"Get finality provider rewards metrics","description":"This endpoint returns the historical rewards earned by a single finality provider.","operationId":"get_finality_provider_rewards_v1_babylon_finalityProviders__finality_provider__rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"finality_provider","in":"path","required":true,"schema":{"type":"string","title":"Finality Provider"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__84"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/babylon/finalityProviders/{finality_provider}/state":{"get":{"tags":["Babylon Performance"],"summary":"Get finality provider state information","description":"This endpoint returns information about a finality provider's state including active stake. Use this endpoint to retrieve historical state data for a specific finality provider.","operationId":"get_finality_provider_stake_v1_babylon_finalityProviders__finality_provider__state_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"finality_provider","in":"path","required":true,"schema":{"type":"string","title":"Finality Provider"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"fromDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"Start date","examples":["2023-01-01"],"title":"Fromdate"},"description":"Start date"},{"name":"toDate","in":"query","required":false,"schema":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"description":"End date","examples":["2023-12-31"],"title":"Todate"},"description":"End date"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__85"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/polygon/network/overview":{"get":{"tags":["Polygon Network"],"summary":"Get Network Overview","description":"This endpoint returns network-wide overview metrics for Polygon.","operationId":"get_network_overview_v1_polygon_network_overview_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/PolygonNetworkOverview"},"type":"array","title":"Response Get Network Overview V1 Polygon Network Overview Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"security":[{"HTTPBearer":[]}]}},"/v1/polygon/validators/{validator_id}/performance":{"get":{"tags":["Polygon Performance"],"summary":"Get validator performance metrics","description":"This endpoint returns performance metrics (signing rates, proposal rates) for a specific validator.","operationId":"validator_performance_v1_polygon_validators__validator_id__performance_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_id","in":"path","required":true,"schema":{"type":"integer","minimum":0,"title":"Validator Id"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"string"},{"$ref":"#/components/schemas/networks__polygon__granularity__Granularity"}],"title":"From"}},{"name":"to","in":"query","required":false,"schema":{"anyOf":[{},{"type":"null"}],"title":"To"}},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/networks__polygon__granularity__Granularity"},{"type":"null"}],"title":"Granularity"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__86"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/polygon/validators/{validator_id}/metadata":{"get":{"tags":["Polygon Metadata"],"summary":"Get various metadata about validators","description":"This endpoint returns various metadata for a specific validator.","operationId":"validator_metadata_v1_polygon_validators__validator_id__metadata_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_id","in":"path","required":true,"schema":{"type":"integer","minimum":0,"title":"Validator Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PolygonValidatorMetadata"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/polygon/delegators/{delegator_address}/rewards":{"get":{"tags":["Polygon Rewards"],"summary":"Get delegator rewards metrics","description":"This endpoint returns rewards metrics for a specific delegator.","operationId":"delegator_rewards_v1_polygon_delegators__delegator_address__rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"delegator_address","in":"path","required":true,"schema":{"type":"string","title":"Delegator Address"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"string"},{"$ref":"#/components/schemas/networks__polygon__granularity__Granularity"}],"title":"From"}},{"name":"to","in":"query","required":false,"schema":{"anyOf":[{},{"type":"null"}],"title":"To"}},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/networks__polygon__granularity__Granularity"},{"type":"null"}],"title":"Granularity"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__87"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/polygon/delegators/{delegator_address}/state":{"get":{"tags":["Polygon Rewards"],"summary":"Get delegator state metrics","description":"This endpoint returns state metrics including stake information for a specific delegator.","operationId":"delegator_state_v1_polygon_delegators__delegator_address__state_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"delegator_address","in":"path","required":true,"schema":{"type":"string","title":"Delegator Address"}},{"name":"from_","in":"query","required":true,"schema":{"anyOf":[{"type":"integer"},{"type":"string"},{"$ref":"#/components/schemas/networks__polygon__granularity__Granularity"}],"title":"From "}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"to","in":"query","required":false,"schema":{"anyOf":[{},{"type":"null"}],"title":"To"}},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/networks__polygon__granularity__Granularity"},{"type":"null"}],"title":"Granularity"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__88"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/polygon/validators/{validator_id}/rewards":{"get":{"tags":["Polygon Rewards"],"summary":"Get validator rewards metrics","description":"This endpoint returns rewards metrics for a specific validator.","operationId":"validator_rewards_v1_polygon_validators__validator_id__rewards_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_id","in":"path","required":true,"schema":{"type":"integer","minimum":0,"title":"Validator Id"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"string"},{"$ref":"#/components/schemas/networks__polygon__granularity__Granularity"}],"title":"From"}},{"name":"to","in":"query","required":false,"schema":{"anyOf":[{},{"type":"null"}],"title":"To"}},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/networks__polygon__granularity__Granularity"},{"type":"null"}],"title":"Granularity"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__89"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}},"/v1/polygon/validators/{validator_id}/state":{"get":{"tags":["Polygon Rewards"],"summary":"Get validator state metrics","description":"This endpoint returns state metrics including stake information for a specific validator.","operationId":"validator_state_v1_polygon_validators__validator_id__state_get","security":[{"HTTPBearer":[]}],"parameters":[{"name":"validator_id","in":"path","required":true,"schema":{"type":"integer","minimum":0,"title":"Validator Id"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","description":"The number of results returned per page","default":10,"title":"Limit"},"description":"The number of results returned per page"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"The number of results to skip before starting to return","default":0,"title":"Offset"},"description":"The number of results to skip before starting to return"},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"string"},{"$ref":"#/components/schemas/networks__polygon__granularity__Granularity"}],"title":"From"}},{"name":"to","in":"query","required":false,"schema":{"anyOf":[{},{"type":"null"}],"title":"To"}},{"name":"granularity","in":"query","required":false,"schema":{"anyOf":[{"$ref":"#/components/schemas/networks__polygon__granularity__Granularity"},{"type":"null"}],"title":"Granularity"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__90"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}},"description":"Bad Request"}}}}},"components":{"schemas":{"ActivationsExitsAggregate":{"properties":{"timeWindow":{"$ref":"#/components/schemas/TimeWindow"},"id":{"type":"string","title":"Id"},"idType":{"$ref":"#/components/schemas/IdType"},"stakeAction":{"$ref":"#/components/schemas/StakeAction"},"validatorCount":{"type":"integer","minimum":0.0,"title":"Validatorcount"},"avgEpochsToAction":{"type":"integer","minimum":0.0,"title":"Avgepochstoaction"},"avgMinutesToAction":{"type":"number","minimum":0.0,"title":"Avgminutestoaction"},"amountGwei":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Amountgwei"}},"type":"object","required":["timeWindow","id","idType","stakeAction","validatorCount","avgEpochsToAction","avgMinutesToAction","amountGwei"],"title":"ActivationsExitsAggregate"},"ApiMetadata":{"properties":{"day":{"type":"integer","minimum":0.0,"title":"Day"},"startEpoch":{"type":"integer","minimum":0.0,"title":"Startepoch"},"endEpoch":{"type":"integer","minimum":0.0,"title":"Endepoch"},"startSlot":{"type":"integer","minimum":0.0,"title":"Startslot"},"endSlot":{"type":"integer","minimum":0.0,"title":"Endslot"},"fromDate":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Fromdate"},"toDate":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Todate"}},"type":"object","required":["day","startEpoch","endEpoch","startSlot","endSlot"],"title":"ApiMetadata","examples":[{"day":1337,"endEpoch":301049,"endSlot":9633599,"fromDate":"2024-07-30T12:00:23","startEpoch":300825,"startSlot":9626400,"toDate":"2024-07-31T12:00:11"}]},"AprType":{"type":"string","enum":["backward","forward"],"title":"AprType"},"Blocks":{"properties":{"epoch":{"type":"integer","minimum":0.0,"title":"Epoch"},"consensusSlot":{"type":"integer","minimum":0.0,"title":"Consensusslot"},"consensusBlockRoot":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Consensusblockroot"},"executionBlockNumber":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Executionblocknumber"},"executionBlockHash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Executionblockhash"},"validatorIndex":{"type":"integer","minimum":0.0,"title":"Validatorindex"},"feeRecipient":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Feerecipient"},"totalType0Transactions":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totaltype0Transactions"},"totalType2Transactions":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totaltype2Transactions"},"totalTransactions":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totaltransactions"},"totalGasUsed":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totalgasused"},"baseFeePerGas":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Basefeepergas"},"totalBurntFees":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totalburntfees"},"totalType2TxFees":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totaltype2Txfees"},"totalType0TxFees":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totaltype0Txfees"},"totalPriorityFees":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totalpriorityfees"},"baselineMev":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Baselinemev"},"executionProposerDuty":{"type":"string","title":"Executionproposerduty"},"executionRewards":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Executionrewards"},"missedExecutionRewards":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Missedexecutionrewards"},"consensusProposerDuty":{"type":"string","title":"Consensusproposerduty"},"consensusRewards":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Consensusrewards"},"missedConsensusRewards":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Missedconsensusrewards"},"totalRewards":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totalrewards"},"totalRewardsMissed":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Totalrewardsmissed"},"totalType1Transactions":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totaltype1Transactions"},"totalType1TxFees":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totaltype1Txfees"},"blockTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Blocktimestamp"},"totalSanctionedTransactions":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totalsanctionedtransactions"},"totalPriorityFeesValidator":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totalpriorityfeesvalidator"},"relays":{"items":{"type":"string"},"type":"array","title":"Relays"},"blockBuilderPubkeys":{"items":{"type":"string"},"type":"array","title":"Blockbuilderpubkeys"},"totalType3Transactions":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totaltype3Transactions"},"totalType3TxFees":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totaltype3Txfees"},"totalPriorityFeesWei":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totalpriorityfeeswei"},"totalPriorityFeesValidatorWei":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totalpriorityfeesvalidatorwei"},"baselineMevWei":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Baselinemevwei"},"executionRewardsWei":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Executionrewardswei"},"totalType4Transactions":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totaltype4Transactions"},"totalType4TxFees":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totaltype4Txfees"}},"type":"object","required":["epoch","consensusSlot","consensusBlockRoot","executionBlockNumber","executionBlockHash","validatorIndex","feeRecipient","totalType0Transactions","totalType2Transactions","totalTransactions","totalGasUsed","baseFeePerGas","totalBurntFees","totalType2TxFees","totalType0TxFees","totalPriorityFees","baselineMev","executionProposerDuty","executionRewards","missedExecutionRewards","consensusProposerDuty","consensusRewards","missedConsensusRewards","totalRewards","totalRewardsMissed","totalType1Transactions","totalType1TxFees","blockTimestamp","totalSanctionedTransactions","totalPriorityFeesValidator","relays","blockBuilderPubkeys","totalType3Transactions","totalType3TxFees","totalPriorityFeesWei","totalPriorityFeesValidatorWei","baselineMevWei","executionRewardsWei","totalType4Transactions","totalType4TxFees"],"title":"Blocks","examples":[{"baseFeePerGas":7413818806,"baselineMev":0,"baselineMevWei":0,"blockBuilderPubkeys":["0x978a35c39c41aadbe35ea29712bccffb117cc6ebcad4d86ea463d712af1dc80131d0c650dc29ba29ef27c881f43bd587","0x978a35c39c41aadbe35ea29712bccffb117cc6ebcad4d86ea463d712af1dc80131d0c650dc29ba29ef27c881f43bd587","0x978a35c39c41aadbe35ea29712bccffb117cc6ebcad4d86ea463d712af1dc80131d0c650dc29ba29ef27c881f43bd587"],"blockTimestamp":"2023-10-09T11:00:47","consensusBlockRoot":"\\\\x5668a71163c5ec5fcf34185deb36f0c3619a6f00a4ee0a547220f439913b6412","consensusProposerDuty":"proposed","consensusRewards":41947807,"consensusSlot":7502102,"epoch":234440,"executionBlockHash":"\\\\x5b138bff063adf335b468150d91eb8c3025a02f6716e3dd4bcee42bf81bb0fe8","executionBlockNumber":18312479,"executionProposerDuty":"proposed","executionRewards":34330125,"executionRewardsWei":34330125000000000,"feeRecipient":"\\\\x1f9090aae28b8a3dceadf281b0f12828e676c326","missedConsensusRewards":0.0,"missedExecutionRewards":0,"relays":["bloxroute_regulated","flashbots","bloxroute_maxprofit"],"totalBurntFees":88180442776786390,"totalGasUsed":11894065,"totalPriorityFees":34485815,"totalPriorityFeesValidator":34330125,"totalPriorityFeesValidatorWei":34330125000000000,"totalPriorityFeesWei":34485815000000000,"totalRewards":76277932,"totalRewardsMissed":0.0,"totalSanctionedTransactions":0,"totalTransactions":156,"totalType0Transactions":19,"totalType0TxFees":23400203843039860,"totalType1Transactions":0,"totalType1TxFees":0,"totalType2Transactions":137,"totalType2TxFees":11085611875723217,"totalType3Transactions":10,"totalType3TxFees":1108561187572321,"totalType4Transactions":4,"totalType4TxFees":8561187572321,"validatorIndex":888078}]},"ClientDistribution":{"properties":{"client":{"type":"string","title":"Client"},"validatorShare":{"type":"number","minimum":0.0,"title":"Validatorshare"}},"type":"object","required":["client","validatorShare"],"title":"ClientDistribution"},"ClientEffectiveness":{"properties":{"client":{"type":"string","title":"Client"},"avgValidatorEffectiveness":{"type":"number","minimum":0.0,"title":"Avgvalidatoreffectiveness"}},"type":"object","required":["client","avgValidatorEffectiveness"],"title":"ClientEffectiveness"},"ClientPercentage":{"properties":{"client":{"type":"string","title":"Client"},"percentage":{"type":"number","minimum":0.0,"title":"Percentage"}},"type":"object","required":["client","percentage"],"title":"ClientPercentage"},"CreateTagIn":{"properties":{"name":{"type":"string","title":"Name"}},"type":"object","required":["name"],"title":"CreateTagIn","examples":[{"name":"us-west-1"}]},"DayGranularityEnum":{"type":"string","enum":["day","week","month","quarter","year","all"],"title":"DayGranularityEnum"},"DistType":{"type":"string","enum":["all","pros"],"title":"DistType"},"EigenlayerApiMetadata":{"properties":{"rewardsLastFullDay":{"type":"string","format":"date","title":"Rewardslastfullday"},"rewardsLastSnapshotTimestamp":{"type":"integer","minimum":0.0,"title":"Rewardslastsnapshottimestamp"},"rewardsDistributionRootIndex":{"type":"integer","minimum":0.0,"title":"Rewardsdistributionrootindex"},"stateLastFullDay":{"type":"string","format":"date","title":"Statelastfullday"}},"type":"object","required":["rewardsLastFullDay","rewardsLastSnapshotTimestamp","rewardsDistributionRootIndex","stateLastFullDay"],"title":"EigenlayerApiMetadata","examples":[{"rewardsDistributionRootIndex":21,"rewardsLastFullDay":"2024-12-16","rewardsLastSnapshotTimestamp":1734393600000,"stateLastFullDay":"2024-12-30"}]},"EigenlayerDailyRewards":{"properties":{"distributionRootIndex":{"type":"integer","minimum":0.0,"title":"Distributionrootindex"},"date":{"type":"string","format":"date","title":"Date"},"activatedAt":{"type":"integer","minimum":0.0,"title":"Activatedat"},"amount":{"type":"number","title":"Amount"},"delegatorAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Delegatoraddress"},"eigenpodAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Eigenpodaddress"},"token":{"$ref":"#/components/schemas/EigenlayerToken"},"snapshotTimestamp":{"type":"integer","minimum":0.0,"title":"Snapshottimestamp"},"prices":{"$ref":"#/components/schemas/EigenlayerRewardsPrice"},"operators":{"items":{"$ref":"#/components/schemas/api__schemas__eigenlayer__delegations__Operator"},"type":"array","title":"Operators"}},"type":"object","required":["distributionRootIndex","date","activatedAt","amount","delegatorAddress","eigenpodAddress","token","snapshotTimestamp","prices","operators"],"title":"EigenlayerDailyRewards","examples":[{"activatedAt":1726599623,"amount":1432232,"date":"2024-10-01","delegatorAddress":"0xfff1ce616cf83327981bf61396ad0c04e0c8b771","distributionRootIndex":1,"operators":[[{"address":"0x74134d0c91798d720a5585364bb4be7396c5b973","name":"Bob the Operator"}]],"prices":[{"ethAmount":0.0232,"ethPrice":0.99829323,"usdAmount":58.74,"usdPrice":2532.14}],"snapshotTimestamp":1726358400000,"token":[{"address":"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2","decimals":18,"name":"Wrapped Ether","symbol":"WETH"}]}]},"EigenlayerDelegation":{"properties":{"delegator":{"type":"string","title":"Delegator"},"eigenpodAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Eigenpodaddress"},"operator":{"$ref":"#/components/schemas/api__schemas__eigenlayer__delegations__Operator"},"fromDate":{"type":"string","format":"date-time","title":"Fromdate"},"toDate":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Todate"}},"type":"object","required":["delegator","eigenpodAddress","operator","fromDate","toDate"],"title":"EigenlayerDelegation","examples":[{"delegator":"0xfff1ce616cf83327981bf61396ad0c04e0c8b771","fromDate":"2024-10-01T18:13:27.584133","operator":[{"address":"0x74134d0c91798d720a5585364bb4be7396c5b973","name":"Bob the Operator"}]}]},"EigenlayerDelegatorDailyState":{"properties":{"date":{"type":"string","format":"date","title":"Date"},"earner":{"type":"string","title":"Earner"},"strategy":{"type":"string","title":"Strategy"},"token":{"anyOf":[{"$ref":"#/components/schemas/EigenlayerToken"},{"type":"null"}]},"totalShares":{"type":"number","title":"Totalshares"},"totalBalance":{"type":"number","title":"Totalbalance"}},"type":"object","required":["date","earner","strategy","totalShares","totalBalance"],"title":"EigenlayerDelegatorDailyState","examples":[{"date":"2024-10-01","earner":"0xB0bd0c91798d720a5585364bb4be7396c5b9731","strategy":"0x54945180dB7943c0ed0FEE7EdaB2Bd24620256bc","token":[{"address":"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2","decimals":18,"name":"Wrapped Ether","symbol":"WETH"}],"totalBalance":12000000000000000000,"totalShares":12000000000000000000}]},"EigenlayerOperatorDailyState":{"properties":{"date":{"type":"string","format":"date","title":"Date"},"operatorName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Operatorname"},"operatorAddress":{"type":"string","title":"Operatoraddress"},"strategy":{"type":"string","title":"Strategy"},"token":{"anyOf":[{"$ref":"#/components/schemas/EigenlayerToken"},{"type":"null"}]},"operatorShares":{"type":"number","title":"Operatorshares"},"operatorBalance":{"type":"number","title":"Operatorbalance"}},"type":"object","required":["date","operatorName","operatorAddress","strategy","operatorShares","operatorBalance"],"title":"EigenlayerOperatorDailyState","examples":[{"date":"2024-10-01","operatorAddress":"0xB0bd0c91798d720a5585364bb4be7396c5b9731","operatorName":"Bob The Operator","strategy":"0x54945180dB7943c0ed0FEE7EdaB2Bd24620256bc","token":[{"address":"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2","decimals":18,"name":"Wrapped Ether","symbol":"WETH"}],"totalBalance":32000000000000000000,"totalShares":32000000000000000000}]},"EigenlayerRewardsPrice":{"properties":{"ethAmount":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Ethamount"},"usdAmount":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Usdamount"},"ethPrice":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Ethprice"},"usdPrice":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Usdprice"}},"type":"object","required":["ethAmount","usdAmount","ethPrice","usdPrice"],"title":"EigenlayerRewardsPrice","examples":[{"ethAmount":0.0232,"ethPrice":0.99829323,"usdAmount":58.74,"usdPrice":2532.14}]},"EigenlayerToken":{"properties":{"address":{"type":"string","title":"Address"},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"symbol":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Symbol"},"decimals":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Decimals"}},"type":"object","required":["address"],"title":"EigenlayerToken","examples":[{"address":"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2","decimals":18,"name":"Wrapped Ether","symbol":"WETH"}]},"EigenlayerWeeklyRewards":{"properties":{"startDate":{"type":"string","format":"date","title":"Startdate"},"endDate":{"type":"string","format":"date","title":"Enddate"},"delegatorAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Delegatoraddress"},"eigenpodAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Eigenpodaddress"},"rewards":{"items":{"$ref":"#/components/schemas/TokenReward"},"type":"array","title":"Rewards"}},"type":"object","required":["startDate","endDate","delegatorAddress","eigenpodAddress","rewards"],"title":"EigenlayerWeeklyRewards","examples":[{"delegatorAddress":"0xfff1ce616cf83327981bf61396ad0c04e0c8b771","endDate":"2024-01-07","rewards":[[{"amount":5432198,"operators":[[{"address":"0x74134d0c91798d720a5585364bb4be7396c5b973","name":"Bob the Operator"}]],"prices":[{"ethAmount":0.0232,"ethPrice":0.99829323,"usdAmount":58.74,"usdPrice":2532.14}],"rewardCount":90,"token":[{"address":"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2","decimals":18,"name":"Wrapped Ether","symbol":"WETH"}]}]],"startDate":"2024-01-01"}]},"EntityOverview":{"properties":{"id":{"type":"string","title":"Id"},"type":{"$ref":"#/components/schemas/IdType"},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"validatorCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Validatorcount"},"networkPenetration":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Networkpenetration"},"operatorCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Operatorcount"}},"type":"object","required":["id","type","name","validatorCount","networkPenetration","operatorCount"],"title":"EntityOverview","examples":[{"id":"0xa40dfee99e1c85dc97fdc594b16a460717838703","name":"0xa40dfee99e1c85dc97fdc594b16a460717838703","networkPenetration":0.07855633469653803,"operatorCount":0,"type":"depositAddress","validatorCount":37361}]},"Error":{"properties":{"loc":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Loc"},"msg":{"type":"string","title":"Msg"},"type":{"type":"string","title":"Type"}},"type":"object","required":["msg","type"],"title":"Error"},"ErrorResponse":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/Error"},"type":"array","title":"Detail"}},"type":"object","required":["detail"],"title":"ErrorResponse"},"FilterTypeEnum":{"type":"string","enum":["hour","day","datetime"],"title":"FilterTypeEnum"},"GeoDistribution":{"properties":{"country":{"type":"string","title":"Country"},"countryCode":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Countrycode"},"validatorShare":{"type":"number","minimum":0.0,"title":"Validatorshare"}},"type":"object","required":["country","countryCode","validatorShare"],"title":"GeoDistribution"},"GranularityEnum":{"type":"string","enum":["hour","day","week","month","quarter","year","all"],"title":"GranularityEnum"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"HostingDistribution":{"properties":{"hostingProvider":{"type":"string","title":"Hostingprovider"},"validatorShare":{"type":"number","minimum":0.0,"title":"Validatorshare"}},"type":"object","required":["hostingProvider","validatorShare"],"title":"HostingDistribution"},"IdType":{"type":"string","enum":["depositAddress","withdrawalAddress","nodeOperator","pool","poolShare","entity","validator","privateSet"],"title":"IdType"},"Network":{"type":"string","enum":["mainnet","hoodi","holesky"],"title":"Network"},"NetworkChurnCapacity":{"properties":{"timeWindow":{"$ref":"#/components/schemas/TimeWindow"},"latestEpoch":{"type":"integer","minimum":0.0,"title":"Latestepoch"},"activatedValidators":{"type":"integer","minimum":0.0,"title":"Activatedvalidators"},"activationCapacityFilled":{"type":"number","minimum":0.0,"title":"Activationcapacityfilled"},"exitedValidators":{"type":"integer","minimum":0.0,"title":"Exitedvalidators"},"exitCapacityFilled":{"type":"number","minimum":0.0,"title":"Exitcapacityfilled"},"activatedPercentage":{"type":"number","minimum":0.0,"title":"Activatedpercentage"},"exitedPercentage":{"type":"number","minimum":0.0,"title":"Exitedpercentage"},"churnLimit":{"type":"integer","minimum":0.0,"title":"Churnlimit"},"activationChurnLimit":{"type":"integer","minimum":0.0,"title":"Activationchurnlimit"},"exitChurnLimit":{"type":"integer","minimum":0.0,"title":"Exitchurnlimit"}},"type":"object","required":["timeWindow","latestEpoch","activatedValidators","activationCapacityFilled","exitedValidators","exitCapacityFilled","activatedPercentage","exitedPercentage","churnLimit","activationChurnLimit","exitChurnLimit"],"title":"NetworkChurnCapacity","examples":[{"activatedPercentage":0.47689,"activatedValidators":238445,"activationCapacityFilled":0.62372,"activationChurnLimit":382294,"churnLimit":382294,"exitCapacityFilled":0.0025,"exitChurnLimit":382294,"exitedPercentage":0.00191,"exitedValidators":955,"latestEpoch":186271,"time_window":"all"}]},"NetworkChurnCapacityPool":{"properties":{"timeWindow":{"$ref":"#/components/schemas/TimeWindow"},"stakeAction":{"$ref":"#/components/schemas/StakeAction"},"latestEpoch":{"type":"integer","minimum":0.0,"title":"Latestepoch"},"churnLimit":{"type":"integer","minimum":0.0,"title":"Churnlimit"},"pool":{"type":"string","title":"Pool"},"validatorCount":{"type":"integer","minimum":0.0,"title":"Validatorcount"},"capacityFilled":{"type":"number","minimum":0.0,"title":"Capacityfilled"},"networkCapacityRemaining":{"type":"number","minimum":0.0,"title":"Networkcapacityremaining"}},"type":"object","required":["timeWindow","stakeAction","latestEpoch","churnLimit","pool","validatorCount","capacityFilled","networkCapacityRemaining"],"title":"NetworkChurnCapacityPool","examples":[{"capacityFilled":0.28048,"churnLimit":12600,"latestEpoch":187225,"networkCapacityRemaining":0.41198,"pool":"Lido","stakeAction":"activation","time_window":"7d","validatorCount":3534}]},"NetworkDailyConsensusExecutionRewards":{"properties":{"date":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Date"},"sumConsensusRewards":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumconsensusrewards"},"sumExecutionRewards":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumexecutionrewards"},"sumPriorityFees":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumpriorityfees"},"sumBaselineMev":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumbaselinemev"},"activeValidators":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Activevalidators"},"sumEffectiveBalance":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Sumeffectivebalance"}},"type":"object","required":["date","sumConsensusRewards","sumExecutionRewards","sumPriorityFees","sumBaselineMev","activeValidators","sumEffectiveBalance"],"title":"NetworkDailyConsensusExecutionRewards","examples":[{"activeValidators":1027920,"date:":"2024-03-01","sumBaselineMev":187181397712,"sumConsensusRewards":5065328672680,"sumEffectiveBalance":32000000000000000,"sumExecutionRewards":679962110741,"sumPriorityFees":492780713029}]},"NetworkDailyConsensusExecutionRewardsChain":{"properties":{"day":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Day"},"sumConsensusRewards":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumconsensusrewards"},"sumExecutionRewards":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumexecutionrewards"},"sumPriorityFees":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumpriorityfees"},"sumBaselineMev":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumbaselinemev"},"activeValidators":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Activevalidators"},"sumEffectiveBalance":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Sumeffectivebalance"}},"type":"object","required":["day","sumConsensusRewards","sumExecutionRewards","sumPriorityFees","sumBaselineMev","activeValidators","sumEffectiveBalance"],"title":"NetworkDailyConsensusExecutionRewardsChain","examples":[{"activeValidators":1027920,"day:":"1120","sumBaselineMev":187181397712,"sumConsensusRewards":5065328672680,"sumEffectiveBalance":32000000000000000,"sumExecutionRewards":679962110741,"sumPriorityFees":492780713029}]},"NetworkOverview":{"properties":{"timeWindow":{"$ref":"#/components/schemas/TimeWindow"},"validatorCount":{"type":"integer","minimum":0.0,"title":"Validatorcount"},"validatorCountDiff":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Validatorcountdiff"},"medianValidatorAgeDays":{"type":"integer","minimum":0.0,"title":"Medianvalidatoragedays"},"activeStake":{"type":"integer","minimum":0.0,"title":"Activestake"},"activeStakeDiff":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Activestakediff"},"avgValidatorBalance":{"type":"number","minimum":0.0,"title":"Avgvalidatorbalance"},"avgValidatorBalanceDiff":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Avgvalidatorbalancediff"},"consensusLayerRewardsPercentage":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Consensuslayerrewardspercentage"},"priorityFeesPercentage":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Priorityfeespercentage"},"baselineMevPercentage":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Baselinemevpercentage"},"avgValidatorEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avgvalidatoreffectiveness"},"avgInclusionDelay":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avginclusiondelay"},"avgUptime":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avguptime"},"sumMissedSlots":{"type":"integer","minimum":0.0,"title":"Summissedslots"},"missedSlotsPercentage":{"type":"number","minimum":0.0,"title":"Missedslotspercentage"},"avgConsensusAprPercentage":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Avgconsensusaprpercentage"},"avgExecutionAprPercentage":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Avgexecutionaprpercentage"},"medianConsensusAprPercentage":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Medianconsensusaprpercentage"},"medianExecutionAprPercentage":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Medianexecutionaprpercentage"},"consensusRewardsRatio":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Consensusrewardsratio"},"executionRewardsRatio":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Executionrewardsratio"},"avgNetworkAprPercentage":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Avgnetworkaprpercentage"},"medianNetworkAprPercentage":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Mediannetworkaprpercentage"},"avgConsensusAprGwei":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Avgconsensusaprgwei"},"avgExecutionAprGwei":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Avgexecutionaprgwei"},"medianConsensusAprGwei":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Medianconsensusaprgwei"},"medianExecutionAprGwei":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Medianexecutionaprgwei"},"avgNetworkAprGwei":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Avgnetworkaprgwei"},"medianNetworkAprGwei":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Mediannetworkaprgwei"},"giniCoefficient":{"type":"number","minimum":0.0,"title":"Ginicoefficient"},"clientPercentages":{"items":{"$ref":"#/components/schemas/ClientPercentage"},"type":"array","title":"Clientpercentages"},"clientValidatorEffectiveness":{"anyOf":[{"items":{"$ref":"#/components/schemas/ClientEffectiveness"},"type":"array"},{"type":"null"}],"title":"Clientvalidatoreffectiveness"},"latestEpoch":{"type":"integer","minimum":0.0,"title":"Latestepoch"},"activationQueueMinutes":{"type":"number","minimum":0.0,"title":"Activationqueueminutes"},"activatingValidators":{"type":"integer","minimum":0.0,"title":"Activatingvalidators"},"activatingStake":{"type":"integer","minimum":0.0,"title":"Activatingstake"},"exitQueueMinutes":{"type":"number","minimum":0.0,"title":"Exitqueueminutes"},"withdrawalQueueMinutes":{"type":"number","minimum":0.0,"title":"Withdrawalqueueminutes"},"withdrawalProcessingQueueMinutes":{"type":"number","minimum":0.0,"title":"Withdrawalprocessingqueueminutes"},"fullyWithdrawingValidators":{"type":"integer","minimum":0.0,"title":"Fullywithdrawingvalidators"},"partiallyWithdrawingValidators":{"type":"integer","minimum":0.0,"title":"Partiallywithdrawingvalidators"},"totalWithdrawingValidators":{"type":"integer","minimum":0.0,"title":"Totalwithdrawingvalidators"},"fullyWithdrawingBalance":{"type":"integer","minimum":0.0,"title":"Fullywithdrawingbalance"},"partiallyWithdrawingBalance":{"type":"integer","minimum":0.0,"title":"Partiallywithdrawingbalance"},"totalWithdrawingBalance":{"type":"integer","minimum":0.0,"title":"Totalwithdrawingbalance"},"exitingValidators":{"type":"integer","minimum":0.0,"title":"Exitingvalidators"},"exitingStake":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Exitingstake"},"liquidStakingPenetration":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Liquidstakingpenetration"},"networkNativelyRestaked":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Networknativelyrestaked"}},"type":"object","required":["timeWindow","validatorCount","validatorCountDiff","medianValidatorAgeDays","activeStake","activeStakeDiff","avgValidatorBalance","avgValidatorBalanceDiff","consensusLayerRewardsPercentage","priorityFeesPercentage","baselineMevPercentage","avgValidatorEffectiveness","avgInclusionDelay","avgUptime","sumMissedSlots","missedSlotsPercentage","avgConsensusAprPercentage","avgExecutionAprPercentage","medianConsensusAprPercentage","medianExecutionAprPercentage","consensusRewardsRatio","executionRewardsRatio","avgNetworkAprPercentage","medianNetworkAprPercentage","avgConsensusAprGwei","avgExecutionAprGwei","medianConsensusAprGwei","medianExecutionAprGwei","avgNetworkAprGwei","medianNetworkAprGwei","giniCoefficient","clientPercentages","clientValidatorEffectiveness","latestEpoch","activationQueueMinutes","activatingValidators","activatingStake","exitQueueMinutes","withdrawalQueueMinutes","withdrawalProcessingQueueMinutes","fullyWithdrawingValidators","partiallyWithdrawingValidators","totalWithdrawingValidators","fullyWithdrawingBalance","partiallyWithdrawingBalance","totalWithdrawingBalance","exitingValidators","exitingStake","liquidStakingPenetration","networkNativelyRestaked"],"title":"NetworkOverview","examples":[{"activatingStake":25184000000000,"activatingValidators":787,"activationQueueMinutes":838.4,"activeStake":16419232000000000,"activeStakeDiff":0,"avgConsensusAprPercentage":4.110372806103757,"avgExecutionAprPercentage":1.8784786051796751,"avgInclusionDelay":1.026223700745488,"avgNetworkAprPercentage":5.988851411283433,"avgUptime":99.60745479648561,"avgValidatorBalance":33989164381.593678,"avgValidatorBalanceDiff":0,"avgValidatorEffectiveness":96.24882777017207,"avg_consensus_apr_gwei":1315319298,"avg_execution_apr_gwei":601113154,"avg_network_apr_gwei":1916432452,"baselineMevPercentage":11.321938366828187,"clientPercentages":[{"client":"Lighthouse","percentage":0.3744886640155385},{"client":"Nimbus","percentage":0.025649007580706686},{"client":"Teku","percentage":0.19682653817317683},{"client":"Prysm","percentage":0.4004708894725073},{"client":"Lodestar","percentage":0.0025649007580706685}],"clientValidatorEffectiveness":[{"avgValidatorEffectiveness":95.42,"client":"Lighthouse"},{"avgValidatorEffectiveness":93.4,"client":"Nimbus"},{"avgValidatorEffectiveness":94.9,"client":"Teku"}],"consensusLayerRewardsPercentage":71.00716294317242,"consensusRewardsRatio":0.7100716294317242,"executionRewardsRatio":0.2899283705682758,"exitQueueMinutes":25.6,"exitingStake":3136000000000,"exitingValidators":98,"fullyWithdrawingBalance":1024000000000,"fullyWithdrawingValidators":32,"giniCoefficient":0.9374772860811317,"latestEpoch":162521,"liquid_staking_penetration":0.312321,"medianConsensusAprPercentage":3.892783165538195,"medianExecutionAprPercentage":0.6112049138020833,"medianNetworkAprPercentage":4.503988079340278,"medianValidatorAgeDays":446,"median_consensus_apr_gwei":1245690613,"median_execution_apr_gwei":195585572,"median_network_apr_gwei":1441276185,"missedSlotsPercentage":0.9463495357389193,"network_natively_restaked":0.035343,"partiallyWithdrawingBalance":1447374543384832,"partiallyWithdrawingValidators":35351,"priorityFeesPercentage":17.670898689999394,"sumMissedSlots":54305,"timeWindow":"all","totalWithdrawingBalance":39939418387645102,"totalWithdrawingValidators":35383,"validatorCount":513101,"validatorCountDiff":0,"withdrawalProcessingQueueMinutes":47834.2875,"withdrawalQueueMinutes":47392.0}]},"OperatorApr":{"properties":{"id":{"type":"string","title":"Id"},"idType":{"$ref":"#/components/schemas/IdType"},"timeWindow":{"$ref":"#/components/schemas/TimeWindow"},"aprType":{"$ref":"#/components/schemas/AprType"},"percentage":{"type":"number","title":"Percentage"},"percentageConsensus":{"type":"number","title":"Percentageconsensus"},"percentageExecution":{"type":"number","title":"Percentageexecution"},"activeStake":{"type":"number","title":"Activestake"},"activeValidators":{"type":"integer","minimum":0.0,"title":"Activevalidators"}},"type":"object","required":["id","idType","timeWindow","aprType","percentage","percentageConsensus","percentageExecution","activeStake","activeValidators"],"title":"OperatorApr","examples":[{"activeStake":4823520000000000,"activeValidators":150735,"aprType":"backward","id":"Lido","idType":"pool","percentage":5.35,"percentageConsensus":4.04,"percentageExecution":1.31,"timeWindow":"1d"}]},"OperatorEffectiveness":{"properties":{"hour":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Hour"},"day":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Day"},"startDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startday"},"endDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endday"},"id":{"type":"string","title":"Id"},"idType":{"$ref":"#/components/schemas/IdType"},"validatorCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Validatorcount"},"avgInclusionDelay":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avginclusiondelay"},"avgUptime":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avguptime"},"avgCorrectness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avgcorrectness"},"avgProposerEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avgproposereffectiveness"},"avgValidatorEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avgvalidatoreffectiveness"},"totalUniqueAttestations":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totaluniqueattestations"},"sumCorrectHead":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumcorrecthead"},"sumCorrectTarget":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumcorrecttarget"},"sumInclusionDelay":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Suminclusiondelay"},"sumProposedCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumproposedcount"},"sumProposerDutiesCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumproposerdutiescount"},"slashesCollected":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Slashescollected"},"slashesReceived":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Slashesreceived"},"sumEarnings":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumearnings"},"sumEstimatedRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumestimatedrewards"},"sumEstimatedPenalties":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumestimatedpenalties"},"networkPenetration":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Networkpenetration"},"sumPriorityFees":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumpriorityfees"},"sumBaselineMev":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumbaselinemev"},"sumMissedExecutionRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Summissedexecutionrewards"},"sumConsensusBlockRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumconsensusblockrewards"},"sumMissedConsensusBlockRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Summissedconsensusblockrewards"},"sumAllRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumallrewards"},"sumCorrectSource":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumcorrectsource"},"avgAttesterEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avgattestereffectiveness"},"sumMissedSyncSignatures":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Summissedsyncsignatures"},"sumSyncCommitteePenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumsynccommitteepenalties"},"sumLateSourceVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumlatesourcevotes"},"sumWrongTargetVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumwrongtargetvotes"},"sumLateTargetVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumlatetargetvotes"},"sumWrongTargetPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumwrongtargetpenalties"},"sumLateTargetPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumlatetargetpenalties"},"sumMissedAttestations":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Summissedattestations"},"sumMissedAttestationPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Summissedattestationpenalties"},"sumWrongHeadVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumwrongheadvotes"},"sumWrongHeadPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumwrongheadpenalties"},"sumAttestationRewards":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Sumattestationrewards"},"sumLateSourcePenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumlatesourcepenalties"},"sumExecutionProposedEmptyCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumexecutionproposedemptycount"},"sumMissedAttestationRewards":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Summissedattestationrewards"},"sumMissedSyncCommitteeRewards":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Summissedsynccommitteerewards"},"sumExternallySourcedExecutionRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumexternallysourcedexecutionrewards"},"sumEndEpochBalance":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Sumendepochbalance"},"sumEndEpochEffectiveBalance":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Sumendepocheffectivebalance"},"startEpoch":{"type":"integer","minimum":0.0,"title":"Startepoch","readOnly":true},"endEpoch":{"type":"integer","minimum":0.0,"title":"Endepoch","readOnly":true}},"type":"object","required":["id","idType","validatorCount","avgInclusionDelay","avgUptime","avgCorrectness","avgProposerEffectiveness","avgValidatorEffectiveness","totalUniqueAttestations","sumCorrectHead","sumCorrectTarget","sumInclusionDelay","sumProposedCount","sumProposerDutiesCount","slashesCollected","slashesReceived","sumEarnings","sumEstimatedRewards","sumEstimatedPenalties","networkPenetration","sumPriorityFees","sumBaselineMev","sumMissedExecutionRewards","sumConsensusBlockRewards","sumMissedConsensusBlockRewards","sumAllRewards","sumCorrectSource","avgAttesterEffectiveness","sumMissedSyncSignatures","sumSyncCommitteePenalties","sumLateSourceVotes","sumWrongTargetVotes","sumLateTargetVotes","sumWrongTargetPenalties","sumLateTargetPenalties","sumMissedAttestations","sumMissedAttestationPenalties","sumWrongHeadVotes","sumWrongHeadPenalties","sumAttestationRewards","sumLateSourcePenalties","sumExecutionProposedEmptyCount","sumMissedAttestationRewards","sumMissedSyncCommitteeRewards","sumExternallySourcedExecutionRewards","sumEndEpochBalance","sumEndEpochEffectiveBalance","startEpoch","endEpoch"],"title":"OperatorEffectiveness","examples":[{"avgAttesterEffectiveness":97.9580945527236,"avgCorrectness":0.9929917401071404,"avgInclusionDelay":1.0138705386457403,"avgProposerEffectiveness":99.53271028037379,"avgUptime":0.9999466390184881,"avgValidatorEffectiveness":97.96642775943795,"day":796,"endEpoch":179100,"id":"Stakefish","idType":"nodeOperator","networkPenetration":0.03132911454080191,"slashesCollected":0,"slashesReceived":0,"startEpoch":179324,"sumAllRewards":72694727007,"sumAttestationRewards":50120815885,"sumBaselineMev":5266131924,"sumConsensusBlockRewards":6554423259,"sumCorrectHead":3547355,"sumCorrectSource":3614403,"sumCorrectTarget":3612248,"sumEarnings":56766373292,"sumEndEpochBalance":32000000000000000000,"sumEndEpochEffectiveBalance":32000000000000000000,"sumEstimatedPenalties":-82967688,"sumEstimatedRewards":56675239144,"sumExecutionProposedEmptyCount":0,"sumExternallySourcedExecutionRewards":14862131536,"sumInclusionDelay":3666847,"sumLateSourcePenalties":-7960547,"sumLateSourceVotes":2279,"sumLateTargetPenalties":0,"sumLateTargetVotes":0,"sumMissedAttestationPenalties":-1926140,"sumMissedAttestationRewards":269961427,"sumMissedAttestations":193,"sumMissedConsensusBlockRewards":31228533,"sumMissedExecutionRewards":58181568,"sumMissedSyncCommitteeRewards":44317643,"sumMissedSyncSignatures":2837,"sumPriorityFees":10662221791,"sumProposedCount":213,"sumProposerDutiesCount":214,"sumSyncCommitteePenalties":-44317643,"sumWrongHeadPenalties":0,"sumWrongHeadVotes":48767,"sumWrongTargetPenalties":-28763358,"sumWrongTargetVotes":4434,"totalUniqueAttestations":3616682,"validatorCount":16075}]},"OperatorEffectivenessSummary":{"properties":{"id":{"type":"string","title":"Id"},"idType":{"$ref":"#/components/schemas/IdType"},"timeWindow":{"$ref":"#/components/schemas/TimeWindow"},"validatorCount":{"type":"integer","minimum":0.0,"title":"Validatorcount"},"avgCorrectness":{"type":"number","minimum":0.0,"title":"Avgcorrectness"},"avgInclusionDelay":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avginclusiondelay"},"avgUptime":{"type":"number","minimum":0.0,"title":"Avguptime"},"avgValidatorEffectiveness":{"type":"number","minimum":0.0,"title":"Avgvalidatoreffectiveness"},"clientPercentages":{"items":{"$ref":"#/components/schemas/ClientPercentage"},"type":"array","title":"Clientpercentages"},"networkPenetration":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Networkpenetration"},"relayerPercentages":{"items":{"$ref":"#/components/schemas/RelayerPercentage"},"type":"array","title":"Relayerpercentages"},"nodeOperatorCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Nodeoperatorcount"},"operatorTags":{"items":{"$ref":"#/components/schemas/OperatorTag"},"type":"array","title":"Operatortags"},"displayName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Displayname"},"aprPercentage":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Aprpercentage"},"sumEndEpochBalance":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Sumendepochbalance"},"sumEndEpochEffectiveBalance":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Sumendepocheffectivebalance"}},"type":"object","required":["id","idType","timeWindow","validatorCount","avgCorrectness","avgInclusionDelay","avgUptime","avgValidatorEffectiveness","clientPercentages","networkPenetration","relayerPercentages","nodeOperatorCount","operatorTags","displayName","aprPercentage","sumEndEpochBalance","sumEndEpochEffectiveBalance"],"title":"OperatorEffectivenessSummary","examples":[{"avgCorrectness":0.9872805930783213,"avgInclusionDelay":1.0209945048723401,"avgUptime":0.9990847259025307,"avgValidatorEffectiveness":96.65219797373126,"clientPercentages":[{"client":"Prysm","percentage":0.8462792766083606},{"client":"Nimbus","percentage":0.04797904931317324},{"client":"Teku","percentage":0.034044866093487496},{"client":"Lighthouse","percentage":0.07169680798497875}],"displayName":"0xa40dfee99e1c85dc97fdc594b16a460717838703","id":"0xa40dfee99e1c85dc97fdc594b16a460717838703","idType":"depositAddress","networkPenetration":0.07855633469653803,"operatorTags":[],"relayerPercentages":[],"sumEpochEndBalance":320000000000000000000,"sumEpochEndEffectiveBalance":320000000000000000000,"timeWindow":"1d","validatorCount":37361}]},"OperatorTag":{"properties":{"name":{"type":"string","title":"Name"},"path":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Path"},"idType":{"anyOf":[{"$ref":"#/components/schemas/IdType"},{"type":"null"}]}},"type":"object","required":["name"],"title":"OperatorTag"},"P2PGeographicalDistribution":{"properties":{"country":{"type":"string","title":"Country"},"countryCode":{"type":"string","title":"Countrycode"},"validatorShare":{"type":"number","minimum":0.0,"title":"Validatorshare"},"distType":{"$ref":"#/components/schemas/DistType"}},"type":"object","required":["country","countryCode","validatorShare","distType"],"title":"P2PGeographicalDistribution","examples":[{"country":"United States","country_code":"US","dist_type":"pros","validator_share":0.5}]},"P2PHostingProviderDistribution":{"properties":{"hostingProvider":{"type":"string","title":"Hostingprovider"},"validatorShare":{"type":"number","minimum":0.0,"title":"Validatorshare"},"distType":{"$ref":"#/components/schemas/DistType"}},"type":"object","required":["hostingProvider","validatorShare","distType"],"title":"P2PHostingProviderDistribution","examples":[{"dist_type":"pros","hosting_provider":"AWS","validator_share":0.5}]},"PageP2P":{"properties":{"fromRank":{"type":"integer","title":"Fromrank"},"toRank":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Torank"},"size":{"type":"integer","exclusiveMinimum":0.0,"title":"Size","default":10}},"type":"object","required":["fromRank"],"title":"PageP2P"},"PaginatedBlocks":{"properties":{"page":{"$ref":"#/components/schemas/api__schemas__page__Page"},"total":{"type":"integer","minimum":0.0,"title":"Total"},"data":{"items":{"$ref":"#/components/schemas/Blocks"},"type":"array","title":"Data"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"}},"type":"object","required":["page","total","data","next"],"title":"PaginatedBlocks","examples":[{"data":[{"baseFeePerGas":7413818806,"baselineMev":0,"baselineMevWei":0,"blockBuilderPubkeys":["0x978a35c39c41aadbe35ea29712bccffb117cc6ebcad4d86ea463d712af1dc80131d0c650dc29ba29ef27c881f43bd587","0x978a35c39c41aadbe35ea29712bccffb117cc6ebcad4d86ea463d712af1dc80131d0c650dc29ba29ef27c881f43bd587","0x978a35c39c41aadbe35ea29712bccffb117cc6ebcad4d86ea463d712af1dc80131d0c650dc29ba29ef27c881f43bd587"],"blockTimestamp":123242323,"consensusBlockRoot":"\\\\x5668a71163c5ec5fcf34185deb36f0c3619a6f00a4ee0a547220f439913b6412","consensusProposerDuty":"proposed","consensusRewards":41947807,"consensusSlot":7502102,"epoch":234440,"executionBlockHash":"\\\\x5b138bff063adf335b468150d91eb8c3025a02f6716e3dd4bcee42bf81bb0fe8","executionBlockNumber":18312479,"executionProposerDuty":"proposed","executionRewards":34330125,"executionRewardsWei":34330125000000000,"feeRecipient":"\\\\x1f9090aae28b8a3dceadf281b0f12828e676c326","missedConsensusRewards":0.0,"missedExecutionRewards":0,"relays":["bloxroute_regulated","flashbots","bloxroute_maxprofit"],"totalBurntFees":88180442776786390,"totalGasUsed":11894065,"totalPriorityFees":34485815,"totalPriorityFeesValidator":34330125,"totalPriorityFeesValidatorWei":34330125000000000,"totalPriorityFeesWei":34485815000000000,"totalRewards":76277932,"totalRewardsMissed":0.0,"totalSanctionedTransactions":0,"totalTransactions":156,"totalType0Transactions":19,"totalType0TxFees":23400203843039860,"totalType1Transactions":0,"totalType1TxFees":0,"totalType2Transactions":137,"totalType2TxFees":11085611875723217,"totalType3Transactions":10,"totalType3TxFees":1108561187572321,"validatorIndex":888078}],"next":"/v0/eth/blocks/?size=10&from=7502092","page":{"size":1},"total":1}]},"PaginatedNestedEigenlayerDelegation":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"additionalProperties":{"items":{"$ref":"#/components/schemas/EigenlayerDelegation"},"type":"array"},"type":"object","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedNestedEigenlayerDelegation","examples":[{"next":"https://endpoint?limit=10&offset=10","pages":10,"previous":"https://endpoint?limit=10&offset=10","results":{"0xfff1ce616cf83327981bf61396ad0c04e0c8b771":[[{"delegator":"0xfff1ce616cf83327981bf61396ad0c04e0c8b771","fromDate":"2024-10-01T18:13:27.584133","operator":[{"address":"0x74134d0c91798d720a5585364bb4be7396c5b973","name":"Bob the Operator"}]}],{"delegator":"0xfff1ce616cf83327981bf61396ad0c04e0c8b771","fromDate":"2024-03-28T18:13:27.584133","operator":{"address":"0x1534d0c91798d720a5585364bb4be7396c5b973","name":"Patrick the Postman"},"toDate":"2024-09-21T18:13:27.584133"}]}}]},"PaginatedNetworkDailyConsensusExecutionRewards":{"properties":{"page":{"$ref":"#/components/schemas/api__schemas__page__Page"},"total":{"type":"integer","minimum":0.0,"title":"Total"},"data":{"items":{"$ref":"#/components/schemas/NetworkDailyConsensusExecutionRewards"},"type":"array","title":"Data"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"}},"type":"object","required":["page","total","data","next"],"title":"PaginatedNetworkDailyConsensusExecutionRewards","examples":[{"data":[{"activeValidators":1027920,"date:":"2024-03-01","sumBaselineMev":187181397712,"sumConsensusRewards":5065328672680,"sumEffectiveBalance":32000000000000000,"sumExecutionRewards":679962110741,"sumPriorityFees":492780713029}],"next":"/v0/eth/network/dailyRewards?size=10&from=2024-02-19","page":{"size":1},"total":1}]},"PaginatedNetworkDailyConsensusExecutionRewardsChain":{"properties":{"page":{"$ref":"#/components/schemas/api__schemas__page__Page"},"total":{"type":"integer","minimum":0.0,"title":"Total"},"data":{"items":{"$ref":"#/components/schemas/NetworkDailyConsensusExecutionRewardsChain"},"type":"array","title":"Data"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"}},"type":"object","required":["page","total","data","next"],"title":"PaginatedNetworkDailyConsensusExecutionRewardsChain","examples":[{"data":[{"activeValidators":1027920,"day:":"1120","sumBaselineMev":187181397712,"sumConsensusRewards":5065328672680,"sumEffectiveBalance":32000000000000000,"sumExecutionRewards":679962110741,"sumPriorityFees":492780713029}],"next":"/v0/eth/network/chainDailyRewards?size=1&from=1119","page":{"size":1},"total":1}]},"PaginatedOperatorEffectiveness":{"properties":{"page":{"$ref":"#/components/schemas/api__schemas__page__Page"},"total":{"type":"integer","minimum":0.0,"title":"Total"},"data":{"items":{"$ref":"#/components/schemas/OperatorEffectiveness"},"type":"array","title":"Data"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"}},"type":"object","required":["page","total","data","next"],"title":"PaginatedOperatorEffectiveness"},"PaginatedOperatorEffectivenessSummary":{"properties":{"page":{"$ref":"#/components/schemas/api__schemas__page__Page"},"total":{"type":"integer","minimum":0.0,"title":"Total"},"data":{"items":{"$ref":"#/components/schemas/OperatorEffectivenessSummary"},"type":"array","title":"Data"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"}},"type":"object","required":["page","total","data","next"],"title":"PaginatedOperatorEffectivenessSummary"},"PaginatedP2PHostingProviderDistribution":{"properties":{"page":{"$ref":"#/components/schemas/PageP2P"},"total":{"type":"integer","minimum":0.0,"title":"Total"},"data":{"items":{"$ref":"#/components/schemas/P2PHostingProviderDistribution"},"type":"array","title":"Data"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"}},"type":"object","required":["page","total","data","next"],"title":"PaginatedP2PHostingProviderDistribution"},"PaginatedResponse_EigenlayerDailyRewards_":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$ref":"#/components/schemas/EigenlayerDailyRewards"},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedResponse[EigenlayerDailyRewards]"},"PaginatedResponse_EigenlayerDelegatorDailyState_":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$ref":"#/components/schemas/EigenlayerDelegatorDailyState"},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedResponse[EigenlayerDelegatorDailyState]"},"PaginatedResponse_EigenlayerOperatorDailyState_":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$ref":"#/components/schemas/EigenlayerOperatorDailyState"},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedResponse[EigenlayerOperatorDailyState]"},"PaginatedResponse_EigenlayerWeeklyRewards_":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$ref":"#/components/schemas/EigenlayerWeeklyRewards"},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedResponse[EigenlayerWeeklyRewards]"},"PaginatedResponse_PolygonDelegatorRewards_":{"properties":{"page":{"$ref":"#/components/schemas/api__schemas__page_polygon__Page"},"total":{"type":"integer","minimum":0.0,"title":"Total"},"data":{"items":{"$ref":"#/components/schemas/PolygonDelegatorRewards"},"type":"array","title":"Data"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"}},"type":"object","required":["page","total","data"],"title":"PaginatedResponse[PolygonDelegatorRewards]"},"PaginatedResponse_PolygonDelegatorSummary_":{"properties":{"page":{"$ref":"#/components/schemas/api__schemas__page_polygon__Page"},"total":{"type":"integer","minimum":0.0,"title":"Total"},"data":{"items":{"$ref":"#/components/schemas/PolygonDelegatorSummary"},"type":"array","title":"Data"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"}},"type":"object","required":["page","total","data"],"title":"PaginatedResponse[PolygonDelegatorSummary]"},"PaginatedResponse_PolygonValidatorStats_":{"properties":{"page":{"$ref":"#/components/schemas/api__schemas__page_polygon__Page"},"total":{"type":"integer","minimum":0.0,"title":"Total"},"data":{"items":{"$ref":"#/components/schemas/PolygonValidatorStats"},"type":"array","title":"Data"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"}},"type":"object","required":["page","total","data"],"title":"PaginatedResponse[PolygonValidatorStats]"},"PaginatedResponse_PolygonValidatorSummary_":{"properties":{"page":{"$ref":"#/components/schemas/api__schemas__page_polygon__Page"},"total":{"type":"integer","minimum":0.0,"title":"Total"},"data":{"items":{"$ref":"#/components/schemas/PolygonValidatorSummary"},"type":"array","title":"Data"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"}},"type":"object","required":["page","total","data"],"title":"PaginatedResponse[PolygonValidatorSummary]"},"PaginatedResponse_SolanaDelegatorRewards_":{"properties":{"page":{"$ref":"#/components/schemas/api__schemas__page_solana__Page"},"total":{"type":"integer","minimum":0.0,"title":"Total"},"data":{"items":{"$ref":"#/components/schemas/SolanaDelegatorRewards"},"type":"array","title":"Data"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"}},"type":"object","required":["page","total","data"],"title":"PaginatedResponse[SolanaDelegatorRewards]"},"PaginatedResponse_SolanaDelegatorStakeAuthorityRewards_":{"properties":{"page":{"$ref":"#/components/schemas/api__schemas__page_solana__Page"},"total":{"type":"integer","minimum":0.0,"title":"Total"},"data":{"items":{"$ref":"#/components/schemas/SolanaDelegatorStakeAuthorityRewards"},"type":"array","title":"Data"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"}},"type":"object","required":["page","total","data"],"title":"PaginatedResponse[SolanaDelegatorStakeAuthorityRewards]"},"PaginatedResponse_SolanaDelegatorStakeAuthoritySummary_":{"properties":{"page":{"$ref":"#/components/schemas/api__schemas__page_solana__Page"},"total":{"type":"integer","minimum":0.0,"title":"Total"},"data":{"items":{"$ref":"#/components/schemas/SolanaDelegatorStakeAuthoritySummary"},"type":"array","title":"Data"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"}},"type":"object","required":["page","total","data"],"title":"PaginatedResponse[SolanaDelegatorStakeAuthoritySummary]"},"PaginatedResponse_SolanaDelegatorSummary_":{"properties":{"page":{"$ref":"#/components/schemas/api__schemas__page_solana__Page"},"total":{"type":"integer","minimum":0.0,"title":"Total"},"data":{"items":{"$ref":"#/components/schemas/SolanaDelegatorSummary"},"type":"array","title":"Data"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"}},"type":"object","required":["page","total","data"],"title":"PaginatedResponse[SolanaDelegatorSummary]"},"PaginatedResponse_SolanaNetworkEffectiveness_":{"properties":{"page":{"$ref":"#/components/schemas/api__schemas__page_solana__Page"},"total":{"type":"integer","minimum":0.0,"title":"Total"},"data":{"items":{"$ref":"#/components/schemas/SolanaNetworkEffectiveness"},"type":"array","title":"Data"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"}},"type":"object","required":["page","total","data"],"title":"PaginatedResponse[SolanaNetworkEffectiveness]"},"PaginatedResponse_SolanaValidatorLatency_":{"properties":{"page":{"$ref":"#/components/schemas/api__schemas__page_solana__Page"},"total":{"type":"integer","minimum":0.0,"title":"Total"},"data":{"items":{"$ref":"#/components/schemas/SolanaValidatorLatency"},"type":"array","title":"Data"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"}},"type":"object","required":["page","total","data"],"title":"PaginatedResponse[SolanaValidatorLatency]"},"PaginatedResponse_SolanaValidatorPerformance_":{"properties":{"page":{"$ref":"#/components/schemas/api__schemas__page_solana__Page"},"total":{"type":"integer","minimum":0.0,"title":"Total"},"data":{"items":{"$ref":"#/components/schemas/SolanaValidatorPerformance"},"type":"array","title":"Data"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"}},"type":"object","required":["page","total","data"],"title":"PaginatedResponse[SolanaValidatorPerformance]"},"PaginatedResponse_SolanaValidatorRewards_":{"properties":{"page":{"$ref":"#/components/schemas/api__schemas__page_solana__Page"},"total":{"type":"integer","minimum":0.0,"title":"Total"},"data":{"items":{"$ref":"#/components/schemas/SolanaValidatorRewards"},"type":"array","title":"Data"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"}},"type":"object","required":["page","total","data"],"title":"PaginatedResponse[SolanaValidatorRewards]"},"PaginatedResponse_SolanaValidatorSummary_":{"properties":{"page":{"$ref":"#/components/schemas/api__schemas__page_solana__Page"},"total":{"type":"integer","minimum":0.0,"title":"Total"},"data":{"items":{"$ref":"#/components/schemas/SolanaValidatorSummary"},"type":"array","title":"Data"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"}},"type":"object","required":["page","total","data"],"title":"PaginatedResponse[SolanaValidatorSummary]"},"PaginatedResponse_Union_ValidatorMetadata__ValidatorMetadataExtended__":{"properties":{"page":{"$ref":"#/components/schemas/api__schemas__page__Page"},"total":{"type":"integer","minimum":0.0,"title":"Total"},"data":{"items":{"anyOf":[{"$ref":"#/components/schemas/ValidatorMetadata"},{"$ref":"#/components/schemas/ValidatorMetadataExtended"}]},"type":"array","title":"Data"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"}},"type":"object","required":["page","total","data","next"],"title":"PaginatedResponse[Union[ValidatorMetadata, ValidatorMetadataExtended]]"},"PaginatedSlashingLeaderboard":{"properties":{"page":{"$ref":"#/components/schemas/PageP2P"},"total":{"type":"integer","minimum":0.0,"title":"Total"},"data":{"items":{"$ref":"#/components/schemas/SlashingLeaderboard"},"type":"array","title":"Data"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"}},"type":"object","required":["page","total","data","next"],"title":"PaginatedSlashingLeaderboard"},"PaginatedSlashingPenalties":{"properties":{"page":{"$ref":"#/components/schemas/api__schemas__page__Page"},"total":{"type":"integer","minimum":0.0,"title":"Total"},"data":{"items":{"$ref":"#/components/schemas/SlashingPenalties"},"type":"array","title":"Data"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"}},"type":"object","required":["page","total","data","next"],"title":"PaginatedSlashingPenalties"},"PaginatedSyncCommitteeRewards":{"properties":{"page":{"$ref":"#/components/schemas/api__schemas__page__Page"},"total":{"type":"integer","minimum":0.0,"title":"Total"},"data":{"items":{"$ref":"#/components/schemas/SyncCommitteeRewards"},"type":"array","title":"Data"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"}},"type":"object","required":["page","total","data","next"],"title":"PaginatedSyncCommitteeRewards"},"PaginatedValidatorEffectiveness":{"properties":{"page":{"$ref":"#/components/schemas/api__schemas__page__Page"},"total":{"type":"integer","minimum":0.0,"title":"Total"},"data":{"items":{"$ref":"#/components/schemas/ValidatorEffectiveness"},"type":"array","title":"Data"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"}},"type":"object","required":["page","total","data","next"],"title":"PaginatedValidatorEffectiveness","examples":[{"data":[{"attesterEffectiveness":98.82005899705014,"avgCorrectness":0.9925925925925926,"avgInclusionDelay":1.0044444444444445,"day":803,"earnings":2958548,"endEpoch":180675,"estimatedPenalties":-6461,"estimatedRewards":2965823,"executionProposedEmptyCount":0,"proposedCount":0,"proposerDutiesCount":0,"slashesCollected":0,"slashesReceived":0,"startEpoch":180899,"sumAllRewards":2958548,"sumAttestationRewards":2965823.0,"sumBaselineMev":0,"sumConsensusBlockRewards":0,"sumCorrectHead":221,"sumCorrectSource":225,"sumCorrectTarget":224,"sumExternallySourcedExecutionRewards":0,"sumInclusionDelay":226.0,"sumLateSourcePenalties":0.0,"sumLateSourceVotes":0,"sumLateTargetPenalties":0.0,"sumLateTargetVotes":0,"sumMissedAttestationPenalties":0.0,"sumMissedAttestationRewards":19233.0,"sumMissedAttestations":0,"sumMissedConsensusBlockRewards":0,"sumMissedExecutionRewards":0,"sumMissedSyncCommitteeRewards":0.0,"sumPriorityFees":0,"sumSyncCommitteePenalties":0.0,"sumWrongHeadPenalties":0.0,"sumWrongHeadVotes":3,"sumWrongTargetPenalties":-6461.0,"sumWrongTargetVotes":1,"syncSignatureCount":0,"totalAttestationAssignments":225,"totalAttestations":237,"totalUniqueAttestations":225,"uptime":1.0,"validatorEffectiveness":98.82005899705014,"validatorIndex":100}],"next":"/v0/eth/validators/100/effectiveness?size=1&from=802&granularity=day&filterType=day","page":{"filterType":"day","granularity":"day","size":1},"total":804}]},"PaginatedValidatorEffectivenessAggregation":{"properties":{"page":{"$ref":"#/components/schemas/api__schemas__page__Page"},"total":{"type":"integer","minimum":0.0,"title":"Total"},"data":{"items":{"$ref":"#/components/schemas/ValidatorEffectivenessAggregation"},"type":"array","title":"Data"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"}},"type":"object","required":["page","total","data","next"],"title":"PaginatedValidatorEffectivenessAggregation","examples":[{"data":[{"attesterEffectiveness":97.32583666151515,"avgCorrectness":0.9918362178153197,"avgInclusionDelay":1.0193737639350782,"day":803,"earnings":4280356408,"endDay":0,"endEpoch":0,"estimatedPenalties":-12510807,"estimatedRewards":4128779301,"executionProposedEmptyCount":0,"proposedCount":24,"proposerDutiesCount":24,"proposerEffectiveness":100.0,"slashesCollected":0,"slashesReceived":0,"startDay":803,"startEpoch":180899,"sumAllRewards":4280356408,"sumAttestationRewards":4052665764.0,"sumBaselineMev":0,"sumConsensusBlockRewards":76113537,"sumCorrectHead":177727,"sumCorrectSource":180937,"sumCorrectTarget":180496,"sumExternallySourcedExecutionRewards":0,"sumInclusionDelay":184525.0,"sumLateSourcePenalties":-353416.0,"sumLateSourceVotes":81,"sumLateTargetPenalties":0.0,"sumLateTargetVotes":0,"sumMissedAttestationPenalties":-629004.0,"sumMissedAttestationRewards":24938630.0,"sumMissedAttestations":47,"sumMissedConsensusBlockRewards":0,"sumMissedExecutionRewards":0,"sumMissedSyncCommitteeRewards":0.0,"sumMissedSyncSignatures":16384,"sumPriorityFees":0,"sumSyncCommitteePenalties":-409318.20849609375,"sumWrongHeadPenalties":-6971040.0,"sumWrongHeadVotes":2231,"sumWrongTargetPenalties":-4148029.0,"sumWrongTargetVotes":522,"syncSignatureCount":0,"totalAttestationAssignments":181065,"totalAttestations":202175,"totalUniqueAttestations":181018,"uptime":0.9997404247093585,"validatorEffectiveness":97.33446322952862,"validatorIndex":100,"validatorPubkey":"0xb5bc96b70df0dfcc252c9ff0d1b42cb6dc0d55f8defa474dc0a5c7e0402c241e2850fea9c582e276b638b3c2c3a5ec55"}],"page":{"filterType":"day","size":1},"total":1}]},"PaginatedValidatorEffectivenessData":{"properties":{"page":{"$ref":"#/components/schemas/api__schemas__page__Page"},"total":{"type":"integer","minimum":0.0,"title":"Total"},"data":{"items":{"$ref":"#/components/schemas/ValidatorEffectivenessData"},"type":"array","title":"Data"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"}},"type":"object","required":["page","total","data","next"],"title":"PaginatedValidatorEffectivenessData","examples":[{"data":[{"attesterEffectiveness":98.46868397067385,"avgCorrectness":0.9951851851851852,"avgInclusionDelay":1.0107407407407407,"day":803,"earnings":35804991,"endDay":792,"endEpoch":178200,"estimatedPenalties":-22921,"estimatedRewards":35849013,"executionProposedEmptyCount":0,"proposedCount":0,"proposerDutiesCount":0,"slashesCollected":0,"slashesReceived":0,"startDay":803,"startEpoch":180899,"sumAllRewards":35804991,"sumAttestationRewards":35849013.0,"sumBaselineMev":0,"sumConsensusBlockRewards":0,"sumCorrectHead":2665,"sumCorrectSource":2699,"sumCorrectTarget":2697,"sumExternallySourcedExecutionRewards":0,"sumInclusionDelay":2729.0,"sumLateSourcePenalties":-3486.0,"sumLateSourceVotes":1,"sumLateTargetPenalties":0.0,"sumLateTargetVotes":0,"sumMissedAttestationPenalties":0.0,"sumMissedAttestationRewards":137813.0,"sumMissedAttestations":0,"sumMissedConsensusBlockRewards":0,"sumMissedExecutionRewards":0,"sumMissedSyncCommitteeRewards":0.0,"sumPriorityFees":0,"sumSyncCommitteePenalties":0.0,"sumWrongHeadPenalties":0.0,"sumWrongHeadVotes":21,"sumWrongTargetPenalties":-19435.0,"sumWrongTargetVotes":3,"syncSignatureCount":0,"totalAttestationAssignments":2700,"totalAttestations":2919,"totalUniqueAttestations":2700,"uptime":1.0,"validatorEffectiveness":98.46868397067385}],"next":"/v0/eth/validators/effectiveness?indices=100&indices=101&groupBy=timeWindow&granularity=month&size=1&from=791&filterType=day","page":{"filterType":"day","granularity":"month","size":1},"total":27}]},"PaginatedValidatorEffectivenessDataOrAggregation":{"anyOf":[{"$ref":"#/components/schemas/PaginatedValidatorEffectivenessData"},{"$ref":"#/components/schemas/PaginatedValidatorEffectivenessAggregation"}],"title":"PaginatedValidatorEffectivenessDataOrAggregation"},"PaginatedValidatorMetadata":{"properties":{"page":{"$ref":"#/components/schemas/api__schemas__page__Page"},"total":{"type":"integer","minimum":0.0,"title":"Total"},"data":{"items":{"$ref":"#/components/schemas/ValidatorMetadata"},"type":"array","title":"Data"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"}},"type":"object","required":["page","total","data","next"],"title":"PaginatedValidatorMetadata","examples":[{"data":[{"activationEligibilityEpoch":171000,"activationEpoch":169000,"depositAddresses":["0xc34eb7e3f34e54646d7cd140bb7c20a466b3e852"],"dvtNetwork":"","dvtOperators":[],"exitEpoch":172000,"nodeOperators":[],"pool":"","subpool":"","validatorIndex":1,"validatorPubkey":"0xb44440543ceef8d77e065c70da15f7b731e56db5457571c465f025e032bbcd263a0990c8749b4ca6ff20d77004466666","withdrawableEpoch":172256,"withdrawalAddress":"0x0d369bb49efa5100fd3b86a9f828c55da04d2d50"},{"activationEligibilityEpoch":171000,"activationEpoch":169000,"depositAddresses":["0xc34eb7e3f34e54646d7cd140bb7c20a466b3e852"],"dvtNetwork":"","dvtOperators":[],"exitEpoch":172000,"nodeOperators":[],"pool":"","subpool":"","validatorIndex":4,"validatorPubkey":"0xa62420543ceef8d77e065c70da15f7b731e56db5457571c465f025e032bbcd263a0990c8749b4ca6ff20d77004454b51","withdrawableEpoch":172256,"withdrawalAddress":"0x0d369bb49efa5100fd3b86a9f828c55da04d2d50"},{"activationEligibilityEpoch":171000,"activationEpoch":169000,"depositAddresses":["0xc34eb7e3f34e54646d7cd140bb7c20a466b3e852"],"dvtNetwork":"","dvtOperators":[],"exitEpoch":172000,"nodeOperators":[],"pool":"","subpool":"","validatorIndex":10,"validatorPubkey":"0xc55540543ceef8dccc065c70da15f7b731e56db5457571c465f0254442bbcd263a0111c8749b4ca6ff20d77004466777","withdrawableEpoch":172256,"withdrawalAddress":"0x0d369bb49efa5100fd3b86a9f828c55da04d2d50"}],"next":"/v0/eth/validators?from=11&size=3&operatorsIds=&idType=","page":{"from":0,"size":3},"total":11}]},"Percentile":{"properties":{"timeWindow":{"$ref":"#/components/schemas/TimeWindow"},"rank":{"type":"integer","minimum":0.0,"title":"Rank"},"value":{"type":"number","minimum":0.0,"title":"Value"}},"type":"object","required":["timeWindow","rank","value"],"title":"Percentile"},"PolygonDelegation":{"properties":{"validatorId":{"type":"integer","minimum":0.0,"title":"Validatorid"},"validatorName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Validatorname"},"stakePercentage":{"type":"number","title":"Stakepercentage"}},"type":"object","required":["validatorId","validatorName","stakePercentage"],"title":"PolygonDelegation"},"PolygonDelegatorRewards":{"properties":{"checkpoint":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Checkpoint"},"timestamp":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Timestamp"},"day":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Day"},"fromCheckpoint":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Fromcheckpoint"},"toCheckpoint":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Tocheckpoint"},"delegatorAddress":{"type":"string","title":"Delegatoraddress"},"validatorId":{"type":"integer","minimum":0.0,"title":"Validatorid"},"rewards":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Rewards"},"missedRewards":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Missedrewards"}},"type":"object","required":["delegatorAddress","validatorId","rewards","missedRewards"],"title":"PolygonDelegatorRewards","examples":[{"checkpoint":54664,"delegatorAddress":"0x40730f34668afcb3884f050cbc3d376a444bbe44","missedRewards":75.25,"rewards":1250.45,"validatorId":103},{"day":"2021-09-01","delegatorAddress":"0x40730f34668afcb3884f050cbc3d376a444bbe44","fromCheckpoint":54664,"missedRewards":850.5,"rewards":15000.75,"toCheckpoint":54680,"validatorId":103}]},"PolygonDelegatorSummary":{"properties":{"delegatorAddress":{"type":"string","title":"Delegatoraddress"},"timeWindow":{"$ref":"#/components/schemas/TimeWindow"},"networkPenetration":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Networkpenetration"},"delegations":{"items":{"$ref":"#/components/schemas/PolygonDelegation"},"type":"array","title":"Delegations"},"aprGross":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Aprgross"},"aprNet":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Aprnet"},"aggregateEffectiveness":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Aggregateeffectiveness"},"blendedCommissionRate":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Blendedcommissionrate"},"totalDelegatorStake":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Totaldelegatorstake"},"totalGrossRewards":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Totalgrossrewards"},"totalNetRewards":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Totalnetrewards"},"totalCommissionPaid":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Totalcommissionpaid"}},"type":"object","required":["delegatorAddress","timeWindow","networkPenetration","delegations","aprGross","aprNet","aggregateEffectiveness","blendedCommissionRate","totalDelegatorStake","totalGrossRewards","totalNetRewards","totalCommissionPaid"],"title":"PolygonDelegatorSummary","examples":[{"aggregateEffectiveness":0.98865,"aprGross":0.05,"aprNet":0.05,"blendedCommissionRate":0.05125,"delegations":[{"stakePercentage":0.1,"validatorId":103,"validatorName":"Stake Capital"},{"stakePercentage":0.1,"validatorId":104,"validatorName":"Coinbase Cloud"}],"delegatorAddress":"0x00000","networkPenetration":0.1,"timeWindow":"30d","totalCommissionPaid":112722.21532,"totalDelegatorStake":400995914.00753,"totalGrossRewards":1859026.3456,"totalNetRewards":1746304.13028}]},"PolygonNetworkOverview":{"properties":{"timeWindow":{"$ref":"#/components/schemas/TimeWindow"},"networkEffectiveness":{"type":"number","title":"Networkeffectiveness"},"networkCheckpointSigningRate":{"type":"number","title":"Networkcheckpointsigningrate"},"networkCheckpointProposalRate":{"type":"number","title":"Networkcheckpointproposalrate"},"networkBorProposalRate":{"type":"number","title":"Networkborproposalrate"},"validatorApr":{"type":"number","title":"Validatorapr"},"netValidatorApr":{"type":"number","title":"Netvalidatorapr"},"delegatorApr":{"type":"number","title":"Delegatorapr"},"heimdallCheckpointApr":{"type":"number","title":"Heimdallcheckpointapr"},"borProposalApr":{"type":"number","title":"Borproposalapr"},"heimdallCheckpointRewardsRatio":{"type":"number","title":"Heimdallcheckpointrewardsratio"},"borProposalRewardsRatio":{"type":"number","title":"Borproposalrewardsratio"},"activeValidatorCount":{"type":"integer","minimum":0.0,"title":"Activevalidatorcount"},"activeValidatorDiff":{"type":"integer","title":"Activevalidatordiff"},"activeDelegatorCount":{"type":"integer","minimum":0.0,"title":"Activedelegatorcount"},"activeDelegatorDiff":{"type":"integer","title":"Activedelegatordiff"},"totalStake":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Totalstake"},"totalDelegatedStake":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Totaldelegatedstake"},"avgDelegatedStake":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Avgdelegatedstake"},"totalSelfStake":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Totalselfstake"},"rewardsCheckpointSignatures":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Rewardscheckpointsignatures"},"rewardsCheckpointProposals":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Rewardscheckpointproposals"},"rewardsBorPriorityFees":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Rewardsborpriorityfees"},"rewardsBorMev":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Rewardsbormev"},"avgValidatorDelegates":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Avgvalidatordelegates"},"blendedCommissionRate":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Blendedcommissionrate"},"networkEffectivenessDiff":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Networkeffectivenessdiff"},"networkCheckpointSigningRateDiff":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Networkcheckpointsigningratediff"},"networkCheckpointProposalRateDiff":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Networkcheckpointproposalratediff"},"networkBorProposalRateDiff":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Networkborproposalratediff"}},"type":"object","required":["timeWindow","networkEffectiveness","networkCheckpointSigningRate","networkCheckpointProposalRate","networkBorProposalRate","validatorApr","netValidatorApr","delegatorApr","heimdallCheckpointApr","borProposalApr","heimdallCheckpointRewardsRatio","borProposalRewardsRatio","activeValidatorCount","activeValidatorDiff","activeDelegatorCount","activeDelegatorDiff","totalStake","totalDelegatedStake","avgDelegatedStake","totalSelfStake","rewardsCheckpointSignatures","rewardsCheckpointProposals","rewardsBorPriorityFees","rewardsBorMev","avgValidatorDelegates","blendedCommissionRate","networkEffectivenessDiff","networkCheckpointSigningRateDiff","networkCheckpointProposalRateDiff","networkBorProposalRateDiff"],"title":"PolygonNetworkOverview","examples":[{"activeDelegatorCount":999,"activeDelegatorDiff":999,"activeValidatorCount":999,"activeValidatorDiff":-10,"avgDelegatedStake":999,"avgValidatorDelegates":999,"blendedCommissionRate":0.99,"borProposalApr":0.99,"borProposalRewardsRatio":0.99,"delegatorApr":0.999,"heimdallCheckpointApr":0.99,"heimdallCheckpointRewardsRatio":0.99,"netValidatorApr":0.998,"networkBorProposalRate":0.999,"networkCheckpointProposalRate":0.999,"networkCheckpointSigningRate":0.999,"networkEffectiveness":0.999,"network_bor_proposal_rate_diff":0.01,"network_checkpoint_proposal_rate_diff":0.01,"network_checkpoint_signing_rate_diff":0.01,"network_effectiveness_diff":0.01,"rewardsBorMev":999,"rewardsBorPriorityFees":999,"rewardsCheckpointProposals":999,"rewardsCheckpointSignatures":999,"timeWindow":"30d","totalDelegatedStake":999,"totalSelfStake":999,"totalStake":999,"validatorApr":0.999}]},"PolygonValidatorMetadata":{"properties":{"validatorId":{"type":"integer","minimum":0.0,"title":"Validatorid"},"name":{"type":"string","title":"Name"},"status":{"type":"string","title":"Status"},"currentState":{"type":"string","title":"Currentstate"},"owner":{"type":"string","title":"Owner"},"signer":{"type":"string","title":"Signer"},"url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Url"},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Description"},"commission":{"type":"number","minimum":0.0,"title":"Commission"}},"type":"object","required":["validatorId","name","status","currentState","owner","signer","commission"],"title":"PolygonValidatorMetadata","examples":[{"commission":0.1,"currentState":"healthy","description":"Stake Capital is a validator for Polygon.","name":"Stake Capital","owner":"0x00000","signer":"0x00000","status":"active","url":"https://stake.capital","validatorId":103}]},"PolygonValidatorStats":{"properties":{"validatorId":{"type":"integer","minimum":0.0,"title":"Validatorid"},"granularity":{"$ref":"#/components/schemas/networks__polygon__granularity__Granularity"},"fromCheckpoint":{"type":"integer","minimum":0.0,"title":"Fromcheckpoint"},"toCheckpoint":{"type":"integer","minimum":0.0,"title":"Tocheckpoint"},"fromDate":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Fromdate"},"toDate":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Todate"},"checkpointSignatureDuties":{"type":"integer","minimum":0.0,"title":"Checkpointsignatureduties"},"checkpointSignatures":{"type":"integer","minimum":0.0,"title":"Checkpointsignatures"},"checkpointProposalDuties":{"type":"integer","minimum":0.0,"title":"Checkpointproposalduties"},"checkpointProposals":{"type":"integer","minimum":0.0,"title":"Checkpointproposals"},"borProposalDuties":{"type":"integer","minimum":0.0,"title":"Borproposalduties"},"borProposals":{"type":"integer","minimum":0.0,"title":"Borproposals"},"checkpointSignatureRewards":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Checkpointsignaturerewards"},"selfSigningRewards":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Selfsigningrewards"},"distributedRewards":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Distributedrewards"},"commissionRewards":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Commissionrewards"},"delegatorRewards":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Delegatorrewards"},"missedCheckpointSignatureRewards":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Missedcheckpointsignaturerewards"},"missedSelfSigningRewards":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Missedselfsigningrewards"},"missedDistributedRewards":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Misseddistributedrewards"},"missedCommissionRewards":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Missedcommissionrewards"},"missedDelegatorRewards":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Misseddelegatorrewards"},"checkpointProposalRewards":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Checkpointproposalrewards"},"missedCheckpointProposalRewards":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Missedcheckpointproposalrewards"},"priorityFees":{"type":"number","minimum":0.0,"title":"Priorityfees"},"mevRewards":{"type":"number","minimum":0.0,"title":"Mevrewards"},"totalStake":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Totalstake"},"selfStake":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Selfstake"},"delegatedStake":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Delegatedstake"},"commissionRate":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Commissionrate"},"delegatorCount":{"type":"integer","minimum":0.0,"title":"Delegatorcount"},"borProposerEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Borproposereffectiveness","readOnly":true},"checkpointSignatureEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Checkpointsignatureeffectiveness","readOnly":true},"checkpointProposerEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Checkpointproposereffectiveness","readOnly":true},"effectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Effectiveness","readOnly":true}},"type":"object","required":["validatorId","granularity","fromCheckpoint","toCheckpoint","checkpointSignatureDuties","checkpointSignatures","checkpointProposalDuties","checkpointProposals","borProposalDuties","borProposals","checkpointSignatureRewards","selfSigningRewards","distributedRewards","commissionRewards","delegatorRewards","missedCheckpointSignatureRewards","missedSelfSigningRewards","missedDistributedRewards","missedCommissionRewards","missedDelegatorRewards","priorityFees","mevRewards","totalStake","selfStake","delegatedStake","commissionRate","delegatorCount","borProposerEffectiveness","checkpointSignatureEffectiveness","checkpointProposerEffectiveness","effectiveness"],"title":"PolygonValidatorStats","examples":[{"borProposalDuties":10,"borProposals":10,"borProposerEffectiveness":100.0,"checkpointProposalDuties":0,"checkpointProposalRewards":0.0,"checkpointProposals":0,"checkpointProposerEffectiveness":0.0,"checkpointSignatureDuties":0,"checkpointSignatureEffectiveness":0.0,"checkpointSignatureRewards":123.123,"checkpointSignatures":0,"commissionRate":0.0,"commissionRewards":0.0,"delegatedStake":920.0,"delegatorCount":10,"delegatorRewards":20.0,"distributedRewards":20.0,"effectiveness":100.0,"fromCheckpoint":53105,"fromDate":"2021-09-01","granularity":"checkpoint","mevRewards":0.0,"missedCheckpointProposalRewards":0.0,"missedCheckpointSignatureRewards":0.0,"missedCommissionRewards":0.0,"missedDelegatorRewards":0.0,"missedDistributedRewards":0.0,"missedSelfSigningRewards":0.0,"priorityFees":0.0,"selfSigningRewards":103.123,"selfStake":80.0,"toCheckpoint":53105,"toDate":"2021-09-01","totalStake":1000.0,"validatorId":103}]},"PolygonValidatorSummary":{"properties":{"validatorId":{"type":"integer","minimum":0.0,"title":"Validatorid"},"timeWindow":{"$ref":"#/components/schemas/TimeWindow"},"name":{"type":"string","title":"Name"},"currentState":{"type":"string","title":"Currentstate"},"networkPenetration":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Networkpenetration"},"validatorApr":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Validatorapr"},"heimdallCheckpointApr":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Heimdallcheckpointapr"},"borProposalApr":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Borproposalapr"},"netValidatorApr":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Netvalidatorapr"},"commissionRate":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Commissionrate"},"delegatorApr":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Delegatorapr"},"effectiveness":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Effectiveness"},"delegationAmount":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Delegationamount"},"delegationPercentage":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Delegationpercentage"}},"type":"object","required":["validatorId","timeWindow","name","currentState","networkPenetration","validatorApr","heimdallCheckpointApr","borProposalApr","netValidatorApr","commissionRate","delegatorApr","effectiveness"],"title":"PolygonValidatorSummary","examples":[{"borProposalApr":0.02,"commissionRate":0.05,"currentState":"healthy","delegationAmount":1000000.0,"delegationPercentage":0.1,"delegatorApr":0.05,"effectiveness":0.984,"heimdallCheckpointApr":0.03,"name":"Stake Capital","netValidatorApr":0.049,"networkPenetration":0.24,"timeWindow":"30d","validatorApr":0.05,"validatorId":103}]},"PoolOrNodeOperatorIdType":{"type":"string","enum":["pool","nodeOperator"],"title":"PoolOrNodeOperatorIdType"},"PoolType":{"type":"string","enum":["all","cex","lst"],"title":"PoolType"},"PricingPlan":{"properties":{"tier":{"$ref":"#/components/schemas/PricingTiersEnum"},"price":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Price"},"computeUnits":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Computeunits"},"autoscale":{"type":"boolean","title":"Autoscale"},"autoscalePrice":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Autoscaleprice"},"cuUpperBound":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Cuupperbound"},"rateLimits":{"type":"string","title":"Ratelimits"},"lifetimeRequestsLimit":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Lifetimerequestslimit"}},"type":"object","required":["tier","price","computeUnits","autoscale","autoscalePrice","cuUpperBound","rateLimits","lifetimeRequestsLimit"],"title":"PricingPlan"},"PricingTiersEnum":{"type":"string","enum":["none","free","starter","build","growth","enterprise","chorus-one","blockworks","manifold","alluvial","figment","figment_playgr","puffer","google","stakely","stader","sol_del_rewards","midas_celestia"],"title":"PricingTiersEnum"},"RatedBaseModel":{"properties":{},"type":"object","title":"RatedBaseModel"},"RelayerPercentage":{"properties":{"relayer":{"type":"string","title":"Relayer"},"percentage":{"type":"number","minimum":0.0,"title":"Percentage"}},"type":"object","required":["relayer","percentage"],"title":"RelayerPercentage","examples":[{"percentage":0.00041296716911005574,"relayer":"agnostic"}]},"SelfReport":{"properties":{"operatorName":{"type":"string","title":"Operatorname"},"validators":{"items":{"type":"string"},"type":"array","title":"Validators"},"network":{"$ref":"#/components/schemas/Network"},"poolTag":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Pooltag"}},"type":"object","required":["operatorName","validators","network"],"title":"SelfReport"},"SelfReportIn":{"properties":{"validators":{"items":{"type":"string"},"type":"array","maxItems":1000,"minItems":1,"title":"Validators"},"poolTag":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Pooltag"}},"type":"object","required":["validators"],"title":"SelfReportIn"},"SlashingCohortAnalysis":{"properties":{"cohort":{"type":"string","title":"Cohort"},"lastSixMonths":{"type":"integer","minimum":0.0,"title":"Lastsixmonths"},"pastYear":{"type":"integer","minimum":0.0,"title":"Pastyear"},"pastTwoYears":{"type":"integer","minimum":0.0,"title":"Pasttwoyears"},"allTime":{"type":"integer","minimum":0.0,"title":"Alltime"}},"type":"object","required":["cohort","lastSixMonths","pastYear","pastTwoYears","allTime"],"title":"SlashingCohortAnalysis"},"SlashingLeaderboard":{"properties":{"id":{"type":"string","title":"Id"},"idType":{"$ref":"#/components/schemas/IdType"},"slashes":{"type":"integer","minimum":0.0,"title":"Slashes"},"medianSlashedMonth":{"type":"string","title":"Medianslashedmonth"},"slasherPedigree":{"type":"string","title":"Slasherpedigree"},"slashingRole":{"$ref":"#/components/schemas/SlashingRole"},"validatorCount":{"type":"integer","minimum":0.0,"title":"Validatorcount"}},"type":"object","required":["id","idType","slashes","medianSlashedMonth","slasherPedigree","slashingRole","validatorCount"],"title":"SlashingLeaderboard"},"SlashingOverview":{"properties":{"timeWindow":{"$ref":"#/components/schemas/TimeWindow"},"validatorsSlashed":{"type":"integer","minimum":0.0,"title":"Validatorsslashed"},"discreteSlashingEvents":{"type":"integer","minimum":0.0,"title":"Discreteslashingevents"},"largestSlashingIncident":{"type":"integer","minimum":0.0,"title":"Largestslashingincident"},"currentSlashingPenaltyGwei":{"type":"integer","minimum":0.0,"title":"Currentslashingpenaltygwei"},"slashingSlotsRatio":{"type":"number","minimum":0.0,"title":"Slashingslotsratio"},"solosRatio":{"type":"number","minimum":0.0,"title":"Solosratio"},"prosRatio":{"type":"number","minimum":0.0,"title":"Prosratio"},"slashingPenaltiesAllRewardsRatio":{"type":"number","minimum":0.0,"title":"Slashingpenaltiesallrewardsratio"},"slashingPenaltiesStakeRatio":{"type":"number","minimum":0.0,"title":"Slashingpenaltiesstakeratio"}},"type":"object","required":["timeWindow","validatorsSlashed","discreteSlashingEvents","largestSlashingIncident","currentSlashingPenaltyGwei","slashingSlotsRatio","solosRatio","prosRatio","slashingPenaltiesAllRewardsRatio","slashingPenaltiesStakeRatio"],"title":"SlashingOverview","examples":[{"currentSlashingPenaltyGwei":1064833914,"discreteSlashingEvents":97,"largestSlashingIncident":2,"prosSlotsRatio":0.42446,"slashingPenaltiesAllRewardsRatio":0.00011,"slashingPenaltiesStakeRatio":1e-05,"slashingSlotsRatio":3e-05,"solosSlotsRatio":0.57554,"timeWindow":"all","validatorsSlashed":278}]},"SlashingPenalties":{"properties":{"validatorIndex":{"type":"integer","minimum":0.0,"title":"Validatorindex"},"validatorPubkey":{"type":"string","title":"Validatorpubkey"},"slashingEpoch":{"type":"integer","minimum":0.0,"title":"Slashingepoch"},"withdrawableEpoch":{"type":"integer","minimum":0.0,"title":"Withdrawableepoch"},"balanceBeforeSlashing":{"type":"integer","minimum":0.0,"title":"Balancebeforeslashing"},"balanceBeforeWithdrawal":{"type":"integer","minimum":0.0,"title":"Balancebeforewithdrawal"},"slashingPenalties":{"type":"integer","minimum":0.0,"title":"Slashingpenalties"}},"type":"object","required":["validatorIndex","validatorPubkey","slashingEpoch","withdrawableEpoch","balanceBeforeSlashing","balanceBeforeWithdrawal","slashingPenalties"],"title":"SlashingPenalties","examples":[{"balanceBeforeSlashing":32001900366,"balanceBeforeWithdrawal":30980804667,"slashingEpoch":203644,"slashingPenalties":1021095699,"validatorIndex":516858,"validatorPubkey":"0xafa647044b05fd7d7f3cfd806170fc9774bf37cbcfd4f083528522bb2a011e57f3af00f8bb8435a9d3316816e4cdb022","withdrawableEpoch":211836}]},"SlashingRole":{"type":"string","enum":["slashed","slasher"],"title":"SlashingRole"},"SlashingTimeSeries":{"properties":{"month":{"type":"string","format":"date","title":"Month"},"validatorsSlashed":{"type":"integer","minimum":0.0,"title":"Validatorsslashed"}},"type":"object","required":["month","validatorsSlashed"],"title":"SlashingTimeSeries"},"SolanaApiMetadata":{"properties":{"lastFullDay":{"type":"string","format":"date","title":"Lastfullday"},"fromSlot":{"type":"integer","minimum":0.0,"title":"Fromslot"},"toSlot":{"type":"integer","minimum":0.0,"title":"Toslot"},"fromEpoch":{"type":"integer","minimum":0.0,"title":"Fromepoch"},"toEpoch":{"type":"integer","minimum":0.0,"title":"Toepoch"}},"type":"object","required":["lastFullDay","fromSlot","toSlot","fromEpoch","toEpoch"],"title":"SolanaApiMetadata","examples":[{"fromEpoch":709,"fromSlot":306696063,"lastFullDay":"2024-12-11","toEpoch":710,"toSlot":306902880}]},"SolanaDelegation":{"properties":{"validatorVoteAccount":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Validatorvoteaccount"},"validatorName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Validatorname"},"percentage":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Percentage"}},"type":"object","title":"SolanaDelegation"},"SolanaDelegatorRewards":{"properties":{"stakeAccount":{"type":"string","title":"Stakeaccount"},"day":{"type":"string","format":"date","title":"Day"},"fromTimestamp":{"type":"string","format":"date-time","title":"Fromtimestamp"},"toTimestamp":{"type":"string","format":"date-time","title":"Totimestamp"},"fromSlot":{"type":"integer","minimum":0.0,"title":"Fromslot"},"toSlot":{"type":"integer","minimum":0.0,"title":"Toslot"},"fromEpoch":{"type":"integer","minimum":0.0,"title":"Fromepoch"},"toEpoch":{"type":"integer","minimum":0.0,"title":"Toepoch"},"status":{"type":"string","title":"Status"},"stakingRewards":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Stakingrewards"},"stakingCommissionPaid":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Stakingcommissionpaid"},"delegatedStake":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Delegatedstake"},"validatorVoteAccount":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Validatorvoteaccount"},"validatorName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Validatorname"},"voteCommissionRate":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Votecommissionrate"},"mevRewards":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Mevrewards"},"mevCommissionRate":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Mevcommissionrate"},"mevCommissionPaid":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Mevcommissionpaid"},"missedStakingRewards":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Missedstakingrewards"},"balance":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Balance"},"mevClaims":{"anyOf":[{"items":{"$ref":"#/components/schemas/SolanaMevClaim"},"type":"array"},{"type":"null"}],"title":"Mevclaims"}},"type":"object","required":["stakeAccount","day","fromTimestamp","toTimestamp","fromSlot","toSlot","fromEpoch","toEpoch","status","stakingRewards","stakingCommissionPaid","delegatedStake","mevRewards","mevCommissionPaid","missedStakingRewards"],"title":"SolanaDelegatorRewards","examples":[{"balance":10.61,"day":"2024-04-04","delegatedStake":4.61,"fromEpoch":597,"fromSlot":258212466,"fromTimestamp":"2024-04-04 00:00:00","mevClaims":[{"claimedAmount":1000,"commissionRate":0.07,"slotNumber":258212466,"transactionIndex":0},{"claimedAmount":2000,"commissionRate":0.07,"slotNumber":258394459,"transactionIndex":1}],"mevCommissionPaid":0.0,"mevCommissionRate":0.07,"mevRewards":0.0,"missedStakingRewards":0.0,"stakeAccount":"123FPQtifVXkooNAhiYiKeoQaL9tD9kkY5mQvGRwnLy2","stakingCommissionPaid":0.0001,"stakingRewards":0.002,"status":"active","toEpoch":598,"toSlot":258394459,"toTimestamp":"2024-04-04 23:59:59","validatorName":"Ledger by Figment","validatorVoteAccount":"26pV97Ce83ZQ6Kz9XT4td8tdoUFPTng8Fb8gPyc53dJx","voteCommissionRate":0.07}]},"SolanaDelegatorStakeAuthorityRewards":{"properties":{"stakeAuthority":{"type":"string","title":"Stakeauthority"},"day":{"type":"string","format":"date","title":"Day"},"fromTimestamp":{"type":"string","format":"date-time","title":"Fromtimestamp"},"toTimestamp":{"type":"string","format":"date-time","title":"Totimestamp"},"fromSlot":{"type":"integer","minimum":0.0,"title":"Fromslot"},"toSlot":{"type":"integer","minimum":0.0,"title":"Toslot"},"fromEpoch":{"type":"integer","minimum":0.0,"title":"Fromepoch"},"toEpoch":{"type":"integer","minimum":0.0,"title":"Toepoch"},"stakingRewards":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Stakingrewards"},"stakingCommissionPaid":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Stakingcommissionpaid"},"delegatedStake":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Delegatedstake"},"validatorDelegates":{"type":"integer","minimum":0.0,"title":"Validatordelegates"},"delegations":{"anyOf":[{"items":{"$ref":"#/components/schemas/SolanaDelegation"},"type":"array"},{"type":"null"}],"title":"Delegations"},"blendedVoteCommissionRate":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Blendedvotecommissionrate"},"mevRewards":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Mevrewards"},"blendedMevCommissionRate":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Blendedmevcommissionrate"},"mevCommissionPaid":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Mevcommissionpaid"},"missedStakingRewards":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Missedstakingrewards"}},"type":"object","required":["stakeAuthority","day","fromTimestamp","toTimestamp","fromSlot","toSlot","fromEpoch","toEpoch","stakingRewards","stakingCommissionPaid","delegatedStake","validatorDelegates","mevRewards","mevCommissionPaid","missedStakingRewards"],"title":"SolanaDelegatorStakeAuthorityRewards","examples":[{"blendedMevCommissionRate":0.07,"blendedVoteCommissionRate":0.07,"day":"2024-04-04","delegatedStake":4.61,"delegations":[{"percentage":0.8,"validatorName":"Ledger by Figment","validatorVoteAccount":"26pV97Ce83ZQ6Kz9XT4td8tdoUFPTng8Fb8gPyc53dJx"},{"percentage":0.2,"validatorName":"Aurora Validator","validatorVoteAccount":"34yvUa2fxfm2tUqxFEj9PHrVNwCcdzd51eo9hntWpZRs"}],"fromEpoch":597,"fromSlot":258212466,"fromTimestamp":"2024-04-04 00:00:00","mevCommissionPaid":0.0,"mevRewards":0.0,"missedStakingRewards":0.0,"stakeAuthority":"q9XWcZ7T1wP4bW9SB4XgNNwjnFEJ982nE8aVbbNuwot","stakingCommissionPaid":0.0001,"stakingRewards":0.002,"toEpoch":598,"toSlot":258394459,"toTimestamp":"2024-04-04 23:59:59","validatorDelegates":2}]},"SolanaDelegatorStakeAuthoritySummary":{"properties":{"stakeAuthority":{"type":"string","title":"Stakeauthority"},"poolName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Poolname"},"timeWindow":{"$ref":"#/components/schemas/TimeWindow"},"delegatedStake":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Delegatedstake"},"networkPenetration":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Networkpenetration"},"validatorDelegates":{"type":"integer","minimum":0.0,"title":"Validatordelegates"},"delegations":{"items":{"$ref":"#/components/schemas/SolanaDelegation"},"type":"array","title":"Delegations"},"aggregateValidatorEffectiveness":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Aggregatevalidatoreffectiveness"},"blendedVoteCommissionRate":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Blendedvotecommissionrate"},"blendedMevCommissionRate":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Blendedmevcommissionrate"},"sumStakingRewards":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Sumstakingrewards"},"sumMevRewards":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Summevrewards"},"sumRewards":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Sumrewards"},"sumStakingCommissionPaid":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Sumstakingcommissionpaid"},"sumMevCommissionPaid":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Summevcommissionpaid"},"sumCommissionPaid":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Sumcommissionpaid"},"stakingRewardsApy":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Stakingrewardsapy"},"mevRewardsApr":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Mevrewardsapr"},"delegatorApy":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Delegatorapy"},"sumMissedStakingRewards":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Summissedstakingrewards"}},"type":"object","required":["stakeAuthority","timeWindow","validatorDelegates","delegations","stakingRewardsApy","mevRewardsApr","delegatorApy","sumMissedStakingRewards"],"title":"SolanaDelegatorStakeAuthoritySummary","examples":[{"aggregateValidatorEffectiveness":0.984,"blendedMevCommissionRate":0.07,"blendedVoteCommissionRate":0.07,"delegatedStake":100000.55,"delegations":[{"percentage":0.8,"validatorName":"Ledger by Figment","validatorVoteAccount":"26pV97Ce83ZQ6Kz9XT4td8tdoUFPTng8Fb8gPyc53dJx"},{"percentage":0.2,"validatorName":"Aurora Validator","validatorVoteAccount":"34yvUa2fxfm2tUqxFEj9PHrVNwCcdzd51eo9hntWpZRs"}],"delegatorApy":0.05,"mevRewardsApr":0.0,"networkPenetration":0.24,"stakeAuthority":"123FPQtifVXkooNAhiYiKeoQaL9tD9kkY5mQvGRwnLy2","stakingRewardsApy":0.05,"sumCommissionPaid":0.0001,"sumMevCommissionPaid":0.0,"sumMevRewards":0.0,"sumMissedStakingRewards":0.0,"sumRewards":0.002,"sumStakingCommissionPaid":0.0001,"sumStakingRewards":0.002,"timeWindow":"1d","validatorDelegates":2}]},"SolanaDelegatorSummary":{"properties":{"stakeAccount":{"type":"string","title":"Stakeaccount"},"stakeAuthority":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Stakeauthority"},"withdrawAuthority":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Withdrawauthority"},"timeWindow":{"$ref":"#/components/schemas/TimeWindow"},"delegatedStake":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Delegatedstake"},"networkPenetration":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Networkpenetration"},"status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Status"},"validatorVoteAccount":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Validatorvoteaccount"},"validatorName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Validatorname"},"validatorEffectiveness":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Validatoreffectiveness"},"voteCommissionRate":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Votecommissionrate"},"mevCommissionRate":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Mevcommissionrate"},"sumStakingRewards":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Sumstakingrewards"},"sumMevRewards":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Summevrewards"},"sumRewards":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Sumrewards"},"sumStakingCommissionPaid":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Sumstakingcommissionpaid"},"sumMevCommissionPaid":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Summevcommissionpaid"},"sumCommissionPaid":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Sumcommissionpaid"},"stakingRewardsApy":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Stakingrewardsapy"},"mevRewardsApr":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Mevrewardsapr"},"delegatorApy":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Delegatorapy"},"sumMissedStakingRewards":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Summissedstakingrewards"}},"type":"object","required":["stakeAccount","stakeAuthority","withdrawAuthority","timeWindow","delegatedStake","networkPenetration","status","validatorVoteAccount","validatorName","validatorEffectiveness","voteCommissionRate","mevCommissionRate","sumStakingRewards","sumMevRewards","sumRewards","sumStakingCommissionPaid","sumMevCommissionPaid","sumCommissionPaid","stakingRewardsApy","mevRewardsApr","delegatorApy","sumMissedStakingRewards"],"title":"SolanaDelegatorSummary","examples":[{"delegatedStake":100000.55,"delegatorApy":0.05,"mevCommissionRate":0.07,"mevRewardsApr":0.0,"networkPenetration":0.24,"stakeAccount":"123FPQtifVXkooNAhiYiKeoQaL9tD9kkY5mQvGRwnLy2","stakeAuthority":"q9XWcZ7T1wP4bW9SB4XgNNwjnFEJ982nE8aVbbNuwot","stakingRewardsApy":0.05,"status":"active","sumCommissionPaid":0.0001,"sumMevCommissionPaid":0.0,"sumMevRewards":0.0,"sumMissedStakingRewards":0.0,"sumRewards":0.002,"sumStakingCommissionPaid":0.0001,"sumStakingRewards":0.002,"timeWindow":"1d","validatorEffectiveness":0.984,"validatorName":"Ledger by Figment","validatorVoteAccount":"26pV97Ce83ZQ6Kz9XT4td8tdoUFPTng8Fb8gPyc53dJx","voteCommissionRate":0.07,"withdrawAuthority":"q9XWcZ7T1wP4bW9SB4XgNNwjnFEJ982nE8aVbbNuwot"}]},"SolanaMevClaim":{"properties":{"slotNumber":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Slotnumber"},"claimedAmount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Claimedamount"},"commissionRate":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Commissionrate"},"transactionIndex":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Transactionindex"}},"type":"object","title":"SolanaMevClaim"},"SolanaNetworkEffectiveness":{"properties":{"fromDate":{"type":"string","format":"date","title":"Fromdate"},"toDate":{"type":"string","format":"date","title":"Todate"},"fromSlot":{"type":"integer","title":"Fromslot"},"toSlot":{"type":"integer","title":"Toslot"},"voteSuccessRate":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Votesuccessrate"},"missedBlocksRate":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Missedblocksrate"},"votingLatency":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Votinglatency"},"effectiveness":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Effectiveness"}},"type":"object","required":["fromDate","toDate","fromSlot","toSlot"],"title":"SolanaNetworkEffectiveness","examples":[{"effectiveness":0.999,"fromDate":"2024-01-01","fromSlot":250000000,"missedBlocksRate":0.999,"toDate":"2024-01-01","toSlot":250200000,"voteSuccessRate":0.999,"votingLatency":0.999}]},"SolanaNetworkOverview":{"properties":{"timeWindow":{"$ref":"#/components/schemas/TimeWindow"},"networkEffectiveness":{"type":"number","title":"Networkeffectiveness"},"networkVoteSuccessRate":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Networkvotesuccessrate"},"networkMissedBlocksRate":{"type":"number","title":"Networkmissedblocksrate"},"networkVotingLatency":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Networkvotinglatency"},"validatorApy":{"type":"number","title":"Validatorapy"},"netValidatorApy":{"type":"number","title":"Netvalidatorapy"},"delegatorApy":{"type":"number","title":"Delegatorapy"},"rewardsSolanaVoting":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Rewardssolanavoting"},"rewardsSolanaProposals":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Rewardssolanaproposals"},"rewardsSolanaMev":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Rewardssolanamev"},"rewardsSolanaRent":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Rewardssolanarent"},"activeValidatorCount":{"type":"integer","minimum":0.0,"title":"Activevalidatorcount"},"activeValidatorDiff":{"type":"integer","title":"Activevalidatordiff"},"totalDelegatedStake":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Totaldelegatedstake"},"activeDelegatorStakeAccountCount":{"type":"integer","minimum":0.0,"title":"Activedelegatorstakeaccountcount"},"activeDelegatorStakeAccountCountDiff":{"type":"integer","title":"Activedelegatorstakeaccountcountdiff"},"activeDelegatorWithdrawAuthorityCount":{"type":"integer","minimum":0.0,"title":"Activedelegatorwithdrawauthoritycount"},"activeDelegatorWithdrawAuthorityCountDiff":{"type":"integer","title":"Activedelegatorwithdrawauthoritycountdiff"},"stakeAccountWithdrawAuthorityRatio":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Stakeaccountwithdrawauthorityratio"},"activeDelegatorStakeAuthorityCount":{"type":"integer","minimum":0.0,"title":"Activedelegatorstakeauthoritycount"},"activeDelegatorStakeAuthorityCountDiff":{"type":"integer","title":"Activedelegatorstakeauthoritycountdiff"},"stakeAccountStakeAuthorityRatio":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Stakeaccountstakeauthorityratio"},"networkEffectivenessDiff":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Networkeffectivenessdiff"},"giniCoefficient":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Ginicoefficient"},"deactivatingStakeAccounts":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Deactivatingstakeaccounts"}},"type":"object","required":["timeWindow","networkEffectiveness","networkMissedBlocksRate","validatorApy","netValidatorApy","delegatorApy","rewardsSolanaVoting","rewardsSolanaProposals","rewardsSolanaMev","rewardsSolanaRent","activeValidatorCount","activeValidatorDiff","totalDelegatedStake","activeDelegatorStakeAccountCount","activeDelegatorStakeAccountCountDiff","activeDelegatorWithdrawAuthorityCount","activeDelegatorWithdrawAuthorityCountDiff","stakeAccountWithdrawAuthorityRatio","activeDelegatorStakeAuthorityCount","activeDelegatorStakeAuthorityCountDiff","stakeAccountStakeAuthorityRatio","networkEffectivenessDiff","giniCoefficient","deactivatingStakeAccounts"],"title":"SolanaNetworkOverview","examples":[{"activeDelegatorStakeAccountCount":999,"activeDelegatorStakeAccountCountDiff":999,"activeDelegatorStakeAuthorityCount":999,"activeDelegatorStakeAuthorityCountDiff":999,"activeDelegatorWithdrawAuthorityCount":999,"activeDelegatorWithdrawAuthorityCountDiff":999,"activeValidatorCount":999,"activeValidatorDiff":-10,"deactivating_stake_accounts":10,"delegatorApr":0.999,"giniCoefficient":0.999,"netValidatorApr":0.998,"networkEffectiveness":0.999,"networkEffectivenessDiff":0.999,"networkMissedBlocksRate":0.999,"networkVoteSuccessRate":0.999,"networkVotingLatency":0.999,"rewardsSolanaMev":0.999,"rewardsSolanaProposals":0.999,"rewardsSolanaRent":0.999,"rewardsSolanaVoting":0.999,"stakeAccountStakeAuthorityRatio":0.999,"stakeAccountWithdrawAuthorityRatio":0.999,"timeWindow":"30d","totalDelegatedStake":999,"validatorApr":0.999}]},"SolanaStakePoolMetadata":{"properties":{"stakePoolName":{"type":"string","title":"Stakepoolname"},"stakePoolAddress":{"type":"string","title":"Stakepooladdress"},"stakeAuthority":{"type":"string","title":"Stakeauthority"},"stakePoolManager":{"type":"string","title":"Stakepoolmanager"},"stakePoolStaker":{"type":"string","title":"Stakepoolstaker"},"stakePoolMint":{"type":"string","title":"Stakepoolmint"},"reserveStake":{"type":"string","title":"Reservestake"},"managerFeeAccount":{"type":"string","title":"Managerfeeaccount"},"rewardsFee":{"type":"number","minimum":0.0,"title":"Rewardsfee"},"solDepositFee":{"type":"number","minimum":0.0,"title":"Soldepositfee"},"solWithdrawalFee":{"type":"number","minimum":0.0,"title":"Solwithdrawalfee"},"stakeDepositFee":{"type":"number","minimum":0.0,"title":"Stakedepositfee"},"stakeWithdrawalFee":{"type":"number","minimum":0.0,"title":"Stakewithdrawalfee"}},"type":"object","required":["stakePoolName","stakePoolAddress","stakeAuthority","stakePoolManager","stakePoolStaker","stakePoolMint","reserveStake","managerFeeAccount","rewardsFee","solDepositFee","solWithdrawalFee","stakeDepositFee","stakeWithdrawalFee"],"title":"SolanaStakePoolMetadata","examples":[{"managerFeeAccount":"feeeFLLsam6xZJFc6UQFrHqkvVt4jfmVvi2BRLkUZ4i","reserveStake":"BgKUXdS29YcHCFrPm5M8oLHiTzZaMDjsebggjoaQ6KFL","rewardsFee":0.04,"solDepositFee":0.0,"solWithdrawalFee":0.001,"stakeAuthority":"6iQKfEyhr3bZMotVkW6beNZz5CPAkiwvgV2CTje9pVSS","stakeDepositFee":0.0,"stakePoolAddress":"Jito4APyf642JPZPx3hGc6WWJ8zPKtRbRs4P815Awbb","stakePoolManager":"Manager5eosrve6LktMZgVNszYzebgmmC7BjLK8NoWyRQ","stakePoolMint":"J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn","stakePoolName":"Jito Stake Pool","stakePoolStaker":"tcmGTFStakerstakeDoZc18jqTqV6FawdHmncMvtRBYw7XrBNjGB5n7","stakeWithdrawalFee":0.001}]},"SolanaValidatorDistributions":{"properties":{"geo":{"items":{"$ref":"#/components/schemas/GeoDistribution"},"type":"array","title":"Geo"},"host":{"items":{"$ref":"#/components/schemas/HostingDistribution"},"type":"array","title":"Host"},"client":{"items":{"$ref":"#/components/schemas/ClientDistribution"},"type":"array","title":"Client"},"version":{"items":{"$ref":"#/components/schemas/VersionDistribution"},"type":"array","title":"Version"}},"type":"object","required":["geo","host","client","version"],"title":"SolanaValidatorDistributions","examples":[{"client":[{"client":"Solana","validator_share":0.7},{"client":"Jito Solana","validator_share":0.3},{"client":"Firedancer","validator_share":0.0}],"geo":[{"country":"United States","validator_share":0.5},{"country":"Germany","validator_share":0.5}],"host":[{"hosting_provider":"AWS","validator_share":0.6},{"hosting_provider":"Google Cloud","validator_share":0.4}],"version":[{"validator_share":0.7,"version":"1.7.9"},{"validator_share":0.3,"version":"1.7.8"}]}]},"SolanaValidatorLatency":{"properties":{"voteAccount":{"type":"string","title":"Voteaccount"},"votedSlot":{"type":"integer","minimum":0.0,"title":"Votedslot"},"latency":{"type":"integer","minimum":0.0,"title":"Latency"}},"type":"object","required":["voteAccount","votedSlot","latency"],"title":"SolanaValidatorLatency","examples":[{"latency":3,"voteAccount":"voteAccount","votedSlot":1224555}]},"SolanaValidatorLeaderboardEntry":{"properties":{"voteAccount":{"type":"string","title":"Voteaccount"},"timeWindow":{"$ref":"#/components/schemas/TimeWindow"},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"delegatorApy":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Delegatorapy"},"validatorApy":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Validatorapy"},"stakeAccountCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Stakeaccountcount"},"effectiveness":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Effectiveness"}},"type":"object","required":["voteAccount","timeWindow","name","delegatorApy","validatorApy","stakeAccountCount","effectiveness"],"title":"SolanaValidatorLeaderboardEntry","examples":[{"delegatorApy":0.05,"effectiveness":0.984,"name":"validatorName","stakeAccountCount":100,"timeWindow":"30d","validatorApy":0.05,"voteAccount":"voteAccount"}]},"SolanaValidatorMetadata":{"properties":{"validatorIdentity":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Validatoridentity"},"voteAccount":{"type":"string","title":"Voteaccount"},"validatorName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Validatorname"},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Description"},"keybaseUsername":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Keybaseusername"},"url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Url"},"city":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"City"},"country":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Country"},"hostingProvider":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Hostingprovider"},"client":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Client"}},"type":"object","required":["validatorIdentity","voteAccount","validatorName","description","keybaseUsername","url","city","country","hostingProvider","client"],"title":"SolanaValidatorMetadata","examples":[{"city":"London","client":"solana-jito","country":"GB","description":"world's best validator","hostingProvider":"Amazon","keybaseUsername":"someusername","url":"https://validator.url","validatorIdentity":"validatorIdentityABC123","validatorName":"Mike's Validator","voteAccount":"voteAccountABC123"}]},"SolanaValidatorPerformance":{"properties":{"voteAccount":{"type":"string","title":"Voteaccount"},"from":{"title":"From"},"skippedSlots":{"type":"integer","minimum":0.0,"title":"Skippedslots"},"voteLatency":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Votelatency"},"uptime":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Uptime"},"effectiveness":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Effectiveness"},"proposedSlots":{"type":"integer","minimum":0.0,"title":"Proposedslots"},"voteOnlySlots":{"type":"integer","minimum":0.0,"title":"Voteonlyslots"},"emptySlots":{"type":"integer","minimum":0.0,"title":"Emptyslots"},"totalVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totalvotes"},"sumLatency":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumlatency"},"voteDutiesCount":{"type":"integer","minimum":0.0,"title":"Votedutiescount"},"totalVoteScore":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totalvotescore"},"delinquencies":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Delinquencies"}},"type":"object","required":["voteAccount","from","skippedSlots","effectiveness","proposedSlots","voteOnlySlots","emptySlots","voteDutiesCount"],"title":"SolanaValidatorPerformance","examples":[{"delinquencies":2,"effectiveness":0.965,"emptySlots":3,"from_":"2024-12-14","proposedSlots":90,"skippedSlots":5,"sumLatency":45000,"totalVoteScore":480000,"totalVotes":30000,"uptime":0.95,"voteAccount":"voteAccount","voteDutiesCount":31578,"voteLatency":1.5,"voteOnlySlots":10}]},"SolanaValidatorRewards":{"properties":{"voteAccount":{"type":"string","title":"Voteaccount"},"from":{"title":"From"},"fromSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Fromslot"},"toSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Toslot"},"fromEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Fromepoch"},"toEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Toepoch"},"stakeRewards":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Stakerewards"},"blockRewards":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Blockrewards"},"rentRewards":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Rentrewards"},"voteRewards":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Voterewards"},"validatorMevClaimed":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Validatormevclaimed"},"delegatorMevClaimed":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Delegatormevclaimed"},"mevTips":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Mevtips"},"voteCommissionRate":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Votecommissionrate"},"mevCommissionRate":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Mevcommissionrate"},"jitoDelegatorPriorityFeeRewardsClaimed":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Jitodelegatorpriorityfeerewardsclaimed"},"jitoPriorityFeeCommissionRate":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Jitopriorityfeecommissionrate"}},"type":"object","required":["voteAccount","from","fromSlot","toSlot","fromEpoch","toEpoch","blockRewards","rentRewards","voteRewards","validatorMevClaimed","delegatorMevClaimed","mevTips","voteCommissionRate","mevCommissionRate","jitoDelegatorPriorityFeeRewardsClaimed","jitoPriorityFeeCommissionRate"],"title":"SolanaValidatorRewards","examples":[{"blockRewards":250.2,"delegatorMevClaimed":100.1,"fromEpoch":597,"fromSlot":258212466,"from_":"2024-12-14","jitoDelegatorPriorityFeeCommissionRate":0.1,"jitoDelegatorPriorityFeeRewardsClaimed":25.02,"mevCommissionRate":0.07,"mevTips":1100.1,"rentRewards":50.01,"stakeRewards":25000.1,"toEpoch":598,"toSlot":258394459,"validatorMevClaimed":10.1,"voteAccount":"voteAccount","voteCommissionRate":0.07,"voteRewards":2500.1}]},"SolanaValidatorSummary":{"properties":{"validatorIdentity":{"type":"string","title":"Validatoridentity"},"voteAccount":{"type":"string","title":"Voteaccount"},"timeWindow":{"$ref":"#/components/schemas/TimeWindow"},"name":{"type":"string","title":"Name"},"validatorApy":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Validatorapy"},"delegatorApy":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Delegatorapy"},"voteCommissionRate":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Votecommissionrate"},"mevCommissionRate":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Mevcommissionrate"},"totalStake":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Totalstake"},"networkPenetration":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Networkpenetration"},"effectiveness":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Effectiveness"},"stakeAccountCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Stakeaccountcount"},"voteLatency":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Votelatency"},"jitoPriorityFeeCommissionRate":{"anyOf":[{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Jitopriorityfeecommissionrate"}},"type":"object","required":["validatorIdentity","voteAccount","timeWindow","name","validatorApy","delegatorApy","voteCommissionRate","mevCommissionRate","totalStake","networkPenetration","effectiveness","stakeAccountCount","voteLatency","jitoPriorityFeeCommissionRate"],"title":"SolanaValidatorSummary","examples":[{"delegatorApy":0.05,"effectiveness":0.984,"jitoPriorityFeeCommissionRate":0.05,"mevCommissionRate":0.05,"name":"name","networkPenetration":0.24,"stakeAccountCount":100,"timeWindow":"30d","validatorApy":0.05,"validatorIdentity":"validatorIdentity","validatorName":"validatorName","voteAccount":"voteAccount","voteCommissionRate":0.05,"voteLatency":2.984}]},"SolanaValidatorVotePerformance":{"properties":{"voteAccount":{"type":"string","title":"Voteaccount"},"votedSlot":{"type":"integer","minimum":0.0,"title":"Votedslot"},"rootVotedSlot":{"type":"integer","minimum":0.0,"title":"Rootvotedslot"},"latestSlot":{"type":"integer","minimum":0.0,"title":"Latestslot"}},"type":"object","required":["voteAccount","votedSlot","rootVotedSlot","latestSlot"],"title":"SolanaValidatorVotePerformance","examples":[{"latestSlot":1224565,"rootVotedSlot":1224545,"voteAccount":"voteAccount","votedSlot":1224555}]},"SortByField":{"type":"string","enum":["networkPenetration","raver","delegatorApy","latency","country","city","hostingProvider"],"title":"SortByField"},"SortOrder":{"type":"string","enum":["asc","desc"],"title":"SortOrder"},"SortOrderEnum":{"type":"string","enum":["asc","desc"],"title":"SortOrderEnum"},"StakeAction":{"type":"string","enum":["activation","exit"],"title":"StakeAction"},"SyncCommitteeRewards":{"properties":{"epoch":{"type":"integer","minimum":0.0,"title":"Epoch"},"consensusSlot":{"type":"integer","minimum":0.0,"title":"Consensusslot"},"validatorIndex":{"type":"integer","minimum":0.0,"title":"Validatorindex"},"syncCommitteeRewards":{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$","title":"Synccommitteerewards"},"blockTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Blocktimestamp"}},"type":"object","required":["epoch","consensusSlot","validatorIndex","syncCommitteeRewards","blockTimestamp"],"title":"SyncCommitteeRewards","examples":[{"blockTimestamp":"2023-10-09T11:00:47","consensusSlot":7502102,"epoch":234440,"syncCommitteeRewards":22249,"validatorIndex":888078}]},"Tag":{"properties":{"id":{"type":"string","format":"uuid4","title":"Id"},"name":{"type":"string","title":"Name"},"network":{"$ref":"#/components/schemas/Network"},"organizationId":{"type":"string","format":"uuid4","title":"Organizationid"},"createdBy":{"type":"string","format":"uuid4","title":"Createdby"},"createdAt":{"type":"string","format":"date-time","title":"Createdat"},"updatedAt":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Updatedat"}},"type":"object","required":["id","name","network","organizationId","createdBy","createdAt"],"title":"Tag","examples":[{"createdAt":"2024-03-31T18:13:27.584133","createdBy":"467c1246-be63-40c2-82c3-10f80d3238bb","id":"96cbc789-5a03-4110-abeb-67f5d4f65323","name":"us-west-1","network":"mainnet","organizationId":"d03841a7-d830-47a2-9f96-3f2ddf7d9b43"}]},"TagUpdateIn":{"properties":{"name":{"type":"string","title":"Name"}},"type":"object","required":["name"],"title":"TagUpdateIn","examples":[{"name":"us-west-2"}]},"TimeWindow":{"type":"string","enum":["1d","7d","30d","all"],"title":"TimeWindow"},"TokenReward":{"properties":{"token":{"$ref":"#/components/schemas/EigenlayerToken"},"amount":{"type":"number","title":"Amount"},"prices":{"$ref":"#/components/schemas/EigenlayerRewardsPrice"},"rewardCount":{"type":"integer","minimum":0.0,"title":"Rewardcount"},"operators":{"items":{"$ref":"#/components/schemas/api__schemas__eigenlayer__delegations__Operator"},"type":"array","title":"Operators"}},"type":"object","required":["token","amount","prices","rewardCount","operators"],"title":"TokenReward","examples":[{"amount":5432198,"operators":[[{"address":"0x74134d0c91798d720a5585364bb4be7396c5b973","name":"Bob the Operator"}]],"prices":[{"ethAmount":0.0232,"ethPrice":0.99829323,"usdAmount":58.74,"usdPrice":2532.14}],"rewardCount":90,"token":[{"address":"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2","decimals":18,"name":"Wrapped Ether","symbol":"WETH"}]}]},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"},"input":{"title":"Input"},"ctx":{"type":"object","title":"Context"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"},"ValidatorApr":{"properties":{"id":{"type":"integer","minimum":0.0,"title":"Id"},"idType":{"$ref":"#/components/schemas/IdType"},"timeWindow":{"$ref":"#/components/schemas/TimeWindow"},"aprType":{"$ref":"#/components/schemas/AprType"},"percentage":{"type":"number","title":"Percentage"},"percentageConsensus":{"type":"number","title":"Percentageconsensus"},"percentageExecution":{"type":"number","title":"Percentageexecution"},"activeStake":{"type":"number","title":"Activestake"},"activeValidators":{"type":"integer","minimum":0.0,"title":"Activevalidators"}},"additionalProperties":true,"type":"object","required":["id","idType","timeWindow","aprType","percentage","percentageConsensus","percentageExecution","activeStake","activeValidators"],"title":"ValidatorApr","examples":[{"activeStake":4823520000000000,"activeValidators":150735,"aprType":"backward","idType":"validator","percentage":5.35,"percentageConsensus":4.04,"percentageExecution":1.31,"timeWindow":"all","validatorIndex":1000}]},"ValidatorEffectiveness":{"properties":{"hour":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Hour"},"day":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Day"},"startDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startday"},"endDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endday"},"totalAttestations":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totalattestations"},"totalUniqueAttestations":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totaluniqueattestations"},"sumCorrectHead":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumcorrecthead"},"sumCorrectTarget":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumcorrecttarget"},"avgCorrectness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avgcorrectness"},"totalAttestationAssignments":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totalattestationassignments"},"avgInclusionDelay":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avginclusiondelay"},"sumInclusionDelay":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Suminclusiondelay"},"uptime":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Uptime"},"attesterEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Attestereffectiveness"},"proposedCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Proposedcount"},"proposerDutiesCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Proposerdutiescount"},"proposerEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Proposereffectiveness"},"slashesCollected":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Slashescollected"},"slashesReceived":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Slashesreceived"},"earnings":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Earnings"},"syncSignatureCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Syncsignaturecount"},"validatorEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Validatoreffectiveness"},"estimatedRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Estimatedrewards"},"estimatedPenalties":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Estimatedpenalties"},"sumPriorityFees":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumpriorityfees"},"sumBaselineMev":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumbaselinemev"},"sumMissedExecutionRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Summissedexecutionrewards"},"sumConsensusBlockRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumconsensusblockrewards"},"sumMissedConsensusBlockRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Summissedconsensusblockrewards"},"sumAllRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumallrewards"},"sumCorrectSource":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumcorrectsource"},"sumMissedSyncSignatures":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Summissedsyncsignatures"},"sumSyncCommitteePenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumsynccommitteepenalties"},"sumLateSourceVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumlatesourcevotes"},"sumWrongTargetVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumwrongtargetvotes"},"sumLateTargetVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumlatetargetvotes"},"sumWrongTargetPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumwrongtargetpenalties"},"sumLateTargetPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumlatetargetpenalties"},"sumMissedAttestations":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Summissedattestations"},"sumMissedAttestationPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Summissedattestationpenalties"},"sumWrongHeadVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumwrongheadvotes"},"sumWrongHeadPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumwrongheadpenalties"},"sumAttestationRewards":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Sumattestationrewards"},"sumLateSourcePenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumlatesourcepenalties"},"executionProposedEmptyCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Executionproposedemptycount"},"sumMissedAttestationRewards":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Summissedattestationrewards"},"sumMissedSyncCommitteeRewards":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Summissedsynccommitteerewards"},"sumExternallySourcedExecutionRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumexternallysourcedexecutionrewards"},"validatorIndex":{"type":"integer","minimum":0.0,"title":"Validatorindex"},"startEpoch":{"type":"integer","minimum":0.0,"title":"Startepoch","readOnly":true},"endEpoch":{"type":"integer","minimum":0.0,"title":"Endepoch","readOnly":true}},"type":"object","required":["totalAttestations","totalUniqueAttestations","sumCorrectHead","sumCorrectTarget","avgCorrectness","totalAttestationAssignments","avgInclusionDelay","sumInclusionDelay","uptime","attesterEffectiveness","proposedCount","proposerDutiesCount","proposerEffectiveness","slashesCollected","slashesReceived","earnings","syncSignatureCount","validatorEffectiveness","estimatedRewards","estimatedPenalties","sumPriorityFees","sumBaselineMev","sumMissedExecutionRewards","sumConsensusBlockRewards","sumMissedConsensusBlockRewards","sumAllRewards","sumCorrectSource","sumMissedSyncSignatures","sumSyncCommitteePenalties","sumLateSourceVotes","sumWrongTargetVotes","sumLateTargetVotes","sumWrongTargetPenalties","sumLateTargetPenalties","sumMissedAttestations","sumMissedAttestationPenalties","sumWrongHeadVotes","sumWrongHeadPenalties","sumAttestationRewards","sumLateSourcePenalties","executionProposedEmptyCount","sumMissedAttestationRewards","sumMissedSyncCommitteeRewards","sumExternallySourcedExecutionRewards","validatorIndex","startEpoch","endEpoch"],"title":"ValidatorEffectiveness"},"ValidatorEffectivenessAggregation":{"properties":{"hour":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Hour"},"day":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Day"},"startDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startday"},"endDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endday"},"totalAttestations":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totalattestations"},"totalUniqueAttestations":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totaluniqueattestations"},"sumCorrectHead":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumcorrecthead"},"sumCorrectTarget":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumcorrecttarget"},"avgCorrectness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avgcorrectness"},"totalAttestationAssignments":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totalattestationassignments"},"avgInclusionDelay":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avginclusiondelay"},"sumInclusionDelay":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Suminclusiondelay"},"uptime":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Uptime"},"attesterEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Attestereffectiveness"},"proposedCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Proposedcount"},"proposerDutiesCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Proposerdutiescount"},"proposerEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Proposereffectiveness"},"slashesCollected":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Slashescollected"},"slashesReceived":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Slashesreceived"},"earnings":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Earnings"},"syncSignatureCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Syncsignaturecount"},"validatorEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Validatoreffectiveness"},"estimatedRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Estimatedrewards"},"estimatedPenalties":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Estimatedpenalties"},"sumPriorityFees":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumpriorityfees"},"sumBaselineMev":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumbaselinemev"},"sumMissedExecutionRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Summissedexecutionrewards"},"sumConsensusBlockRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumconsensusblockrewards"},"sumMissedConsensusBlockRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Summissedconsensusblockrewards"},"sumAllRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumallrewards"},"sumCorrectSource":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumcorrectsource"},"sumMissedSyncSignatures":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Summissedsyncsignatures"},"sumSyncCommitteePenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumsynccommitteepenalties"},"sumLateSourceVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumlatesourcevotes"},"sumWrongTargetVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumwrongtargetvotes"},"sumLateTargetVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumlatetargetvotes"},"sumWrongTargetPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumwrongtargetpenalties"},"sumLateTargetPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumlatetargetpenalties"},"sumMissedAttestations":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Summissedattestations"},"sumMissedAttestationPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Summissedattestationpenalties"},"sumWrongHeadVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumwrongheadvotes"},"sumWrongHeadPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumwrongheadpenalties"},"sumAttestationRewards":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Sumattestationrewards"},"sumLateSourcePenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumlatesourcepenalties"},"executionProposedEmptyCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Executionproposedemptycount"},"sumMissedAttestationRewards":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Summissedattestationrewards"},"sumMissedSyncCommitteeRewards":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Summissedsynccommitteerewards"},"sumExternallySourcedExecutionRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumexternallysourcedexecutionrewards"},"validatorIndex":{"type":"integer","minimum":0.0,"title":"Validatorindex"},"validatorPubkey":{"type":"string","title":"Validatorpubkey"},"startEpoch":{"type":"integer","minimum":0.0,"title":"Startepoch","readOnly":true},"endEpoch":{"type":"integer","minimum":0.0,"title":"Endepoch","readOnly":true}},"type":"object","required":["totalAttestations","totalUniqueAttestations","sumCorrectHead","sumCorrectTarget","avgCorrectness","totalAttestationAssignments","avgInclusionDelay","sumInclusionDelay","uptime","attesterEffectiveness","proposedCount","proposerDutiesCount","proposerEffectiveness","slashesCollected","slashesReceived","earnings","syncSignatureCount","validatorEffectiveness","estimatedRewards","estimatedPenalties","sumPriorityFees","sumBaselineMev","sumMissedExecutionRewards","sumConsensusBlockRewards","sumMissedConsensusBlockRewards","sumAllRewards","sumCorrectSource","sumMissedSyncSignatures","sumSyncCommitteePenalties","sumLateSourceVotes","sumWrongTargetVotes","sumLateTargetVotes","sumWrongTargetPenalties","sumLateTargetPenalties","sumMissedAttestations","sumMissedAttestationPenalties","sumWrongHeadVotes","sumWrongHeadPenalties","sumAttestationRewards","sumLateSourcePenalties","executionProposedEmptyCount","sumMissedAttestationRewards","sumMissedSyncCommitteeRewards","sumExternallySourcedExecutionRewards","validatorIndex","validatorPubkey","startEpoch","endEpoch"],"title":"ValidatorEffectivenessAggregation"},"ValidatorEffectivenessData":{"properties":{"hour":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Hour"},"day":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Day"},"startDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startday"},"endDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endday"},"totalAttestations":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totalattestations"},"totalUniqueAttestations":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totaluniqueattestations"},"sumCorrectHead":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumcorrecthead"},"sumCorrectTarget":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumcorrecttarget"},"avgCorrectness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avgcorrectness"},"totalAttestationAssignments":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totalattestationassignments"},"avgInclusionDelay":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avginclusiondelay"},"sumInclusionDelay":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Suminclusiondelay"},"uptime":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Uptime"},"attesterEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Attestereffectiveness"},"proposedCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Proposedcount"},"proposerDutiesCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Proposerdutiescount"},"proposerEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Proposereffectiveness"},"slashesCollected":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Slashescollected"},"slashesReceived":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Slashesreceived"},"earnings":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Earnings"},"syncSignatureCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Syncsignaturecount"},"validatorEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Validatoreffectiveness"},"estimatedRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Estimatedrewards"},"estimatedPenalties":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Estimatedpenalties"},"sumPriorityFees":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumpriorityfees"},"sumBaselineMev":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumbaselinemev"},"sumMissedExecutionRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Summissedexecutionrewards"},"sumConsensusBlockRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumconsensusblockrewards"},"sumMissedConsensusBlockRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Summissedconsensusblockrewards"},"sumAllRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumallrewards"},"sumCorrectSource":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumcorrectsource"},"sumMissedSyncSignatures":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Summissedsyncsignatures"},"sumSyncCommitteePenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumsynccommitteepenalties"},"sumLateSourceVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumlatesourcevotes"},"sumWrongTargetVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumwrongtargetvotes"},"sumLateTargetVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumlatetargetvotes"},"sumWrongTargetPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumwrongtargetpenalties"},"sumLateTargetPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumlatetargetpenalties"},"sumMissedAttestations":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Summissedattestations"},"sumMissedAttestationPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Summissedattestationpenalties"},"sumWrongHeadVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumwrongheadvotes"},"sumWrongHeadPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumwrongheadpenalties"},"sumAttestationRewards":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Sumattestationrewards"},"sumLateSourcePenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumlatesourcepenalties"},"executionProposedEmptyCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Executionproposedemptycount"},"sumMissedAttestationRewards":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Summissedattestationrewards"},"sumMissedSyncCommitteeRewards":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Summissedsynccommitteerewards"},"sumExternallySourcedExecutionRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumexternallysourcedexecutionrewards"},"startEpoch":{"type":"integer","minimum":0.0,"title":"Startepoch","readOnly":true},"endEpoch":{"type":"integer","minimum":0.0,"title":"Endepoch","readOnly":true}},"type":"object","required":["totalAttestations","totalUniqueAttestations","sumCorrectHead","sumCorrectTarget","avgCorrectness","totalAttestationAssignments","avgInclusionDelay","sumInclusionDelay","uptime","attesterEffectiveness","proposedCount","proposerDutiesCount","proposerEffectiveness","slashesCollected","slashesReceived","earnings","syncSignatureCount","validatorEffectiveness","estimatedRewards","estimatedPenalties","sumPriorityFees","sumBaselineMev","sumMissedExecutionRewards","sumConsensusBlockRewards","sumMissedConsensusBlockRewards","sumAllRewards","sumCorrectSource","sumMissedSyncSignatures","sumSyncCommitteePenalties","sumLateSourceVotes","sumWrongTargetVotes","sumLateTargetVotes","sumWrongTargetPenalties","sumLateTargetPenalties","sumMissedAttestations","sumMissedAttestationPenalties","sumWrongHeadVotes","sumWrongHeadPenalties","sumAttestationRewards","sumLateSourcePenalties","executionProposedEmptyCount","sumMissedAttestationRewards","sumMissedSyncCommitteeRewards","sumExternallySourcedExecutionRewards","startEpoch","endEpoch"],"title":"ValidatorEffectivenessData"},"ValidatorMappings":{"properties":{"validatorIndex":{"type":"integer","minimum":0.0,"title":"Validatorindex"},"validatorPubkey":{"type":"string","title":"Validatorpubkey"},"pool":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Pool"},"dvtNetwork":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Dvtnetwork"},"nodeOperators":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Nodeoperators"},"dvtOperators":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Dvtoperators"},"depositAddresses":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Depositaddresses"},"withdrawalAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Withdrawaladdress"},"subpool":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Subpool"}},"type":"object","required":["validatorIndex","validatorPubkey","pool","dvtNetwork","nodeOperators","dvtOperators","depositAddresses","withdrawalAddress","subpool"],"title":"ValidatorMappings","examples":[{"depositAddresses":["0x74134d0c91798d720a5585364bb4be7396c5b973"],"dvtOperators":[],"nodeOperators":[],"validatorIndex":100,"validatorPubkey":"0xb5bc96b70df0dfcc252c9ff0d1b42cb6dc0d55f8defa474dc0a5c7e0402c241e2850fea9c582e276b638b3c2c3a5ec55","withdrawalAddress":"0xfff1ce616cf83327981bf61396ad0c04e0c8b771"}]},"ValidatorMetadata":{"properties":{"validatorIndex":{"type":"integer","minimum":0.0,"title":"Validatorindex"},"validatorPubkey":{"type":"string","title":"Validatorpubkey"},"pool":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Pool"},"dvtNetwork":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Dvtnetwork"},"nodeOperators":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Nodeoperators"},"depositAddresses":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Depositaddresses"},"dvtOperators":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Dvtoperators"},"activationEpoch":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Activationepoch"},"activationEligibilityEpoch":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Activationeligibilityepoch"},"exitEpoch":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Exitepoch"},"withdrawableEpoch":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Withdrawableepoch"},"withdrawalAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Withdrawaladdress"},"subpool":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Subpool"}},"type":"object","required":["validatorIndex","validatorPubkey","pool","dvtNetwork","nodeOperators","depositAddresses","dvtOperators","activationEpoch","activationEligibilityEpoch","exitEpoch","withdrawableEpoch","withdrawalAddress","subpool"],"title":"ValidatorMetadata","examples":[{"activationEligibilityEpoch":0,"activationEpoch":0,"depositAddresses":["0x74134d0c91798d720a5585364bb4be7396c5b973"],"dvtOperators":[],"nodeOperators":[],"validatorIndex":100,"validatorPubkey":"0xb5bc96b70df0dfcc252c9ff0d1b42cb6dc0d55f8defa474dc0a5c7e0402c241e2850fea9c582e276b638b3c2c3a5ec55","withdrawalAddress":"0xfff1ce616cf83327981bf61396ad0c04e0c8b771"}]},"ValidatorMetadataExtended":{"properties":{"validatorIndex":{"type":"integer","minimum":0.0,"title":"Validatorindex"},"validatorPubkey":{"type":"string","title":"Validatorpubkey"},"pool":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Pool"},"dvtNetwork":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Dvtnetwork"},"nodeOperators":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Nodeoperators"},"depositAddresses":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Depositaddresses"},"dvtOperators":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Dvtoperators"},"activationEpoch":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Activationepoch"},"activationEligibilityEpoch":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Activationeligibilityepoch"},"exitEpoch":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Exitepoch"},"withdrawableEpoch":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Withdrawableepoch"},"withdrawalAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Withdrawaladdress"},"subpool":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Subpool"},"soloConfidence":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Soloconfidence"},"predictedNodeOperator":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Predictednodeoperator"},"predictionScore":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Predictionscore"}},"type":"object","required":["validatorIndex","validatorPubkey","pool","dvtNetwork","nodeOperators","depositAddresses","dvtOperators","activationEpoch","activationEligibilityEpoch","exitEpoch","withdrawableEpoch","withdrawalAddress","subpool"],"title":"ValidatorMetadataExtended","examples":[{"activationEpoch":0,"depositAddresses":["0x74134d0c91798d720a5585364bb4be7396c5b973"],"dvtOperators":[],"nodeOperators":[],"predictedNodeOperator":"FooBarOperator","predictionScore":0.82341,"soloConfidence":0.35454327,"validatorIndex":100,"validatorPubkey":"0xb5bc96b70df0dfcc252c9ff0d1b42cb6dc0d55f8defa474dc0a5c7e0402c241e2850fea9c582e276b638b3c2c3a5ec55","withdrawalAddress":"0xfff1ce616cf83327981bf61396ad0c04e0c8b771"}]},"ValidatorMetadataPoolNodeOp":{"properties":{"validatorIndex":{"type":"integer","minimum":0.0,"title":"Validatorindex"},"validatorPubkey":{"type":"string","title":"Validatorpubkey"},"isPool":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Ispool"},"isNodeOperator":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Isnodeoperator"}},"type":"object","required":["validatorIndex","validatorPubkey"],"title":"ValidatorMetadataPoolNodeOp","examples":[{"isNodeOperator":false,"isPool":true,"validatorIndex":333049,"validatorPubkey":"0x85f5600e0eb39a123c824e1c6dcd51fd8a2a4c9d505236291a8f56e46959464b40184bd58e5bb04f2aeb45b581937d13"}]},"ValidatorOverview":{"properties":{"validatorIndex":{"type":"integer","minimum":0.0,"title":"Validatorindex"},"validatorPubkey":{"type":"string","title":"Validatorpubkey"},"activationEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Activationepoch"},"activationEligibilityEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Activationeligibilityepoch"},"exitEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Exitepoch"},"withdrawableEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Withdrawableepoch"}},"type":"object","required":["validatorIndex","validatorPubkey","activationEpoch","activationEligibilityEpoch","exitEpoch","withdrawableEpoch"],"title":"ValidatorOverview","examples":[{"activation_eligibility_epoch":171000,"activation_epoch":169000,"exit_epoch":172000,"validator_index":1,"validator_pubkey":"0xb44440543ceef8d77e065c70da15f7b731e56db5457571c465f025e032bbcd263a0990c8749b4ca6ff20d77004466666","withdrawable_epoch":172256}]},"ValidatorTag":{"properties":{"validatorPubkey":{"type":"string","title":"Validatorpubkey"},"tagId":{"type":"string","format":"uuid4","title":"Tagid"},"tagName":{"type":"string","title":"Tagname"},"createdBy":{"type":"string","format":"uuid4","title":"Createdby"},"createdAt":{"type":"string","format":"date-time","title":"Createdat"}},"type":"object","required":["validatorPubkey","tagId","tagName","createdBy","createdAt"],"title":"ValidatorTag","examples":[{"createdAt":"2024-03-31T18:13:27.584133","createdBy":"d03841a7-d830-47a2-9f96-3f2ddf7d9b43","tagId":"96cbc789-5a03-4110-abeb-67f5d4f65323","tagName":"us-west-1","validatorPubkey":"0x800..."}]},"ValidatorTagIn":{"properties":{"pubkeys":{"items":{"type":"string"},"type":"array","maxItems":1000,"minItems":1,"title":"Pubkeys"}},"type":"object","required":["pubkeys"],"title":"ValidatorTagIn","examples":[{"pubkeys":["0x00..","0x01..."]}]},"VersionDistribution":{"properties":{"version":{"type":"string","title":"Version"},"validatorShare":{"type":"number","minimum":0.0,"title":"Validatorshare"}},"type":"object","required":["version","validatorShare"],"title":"VersionDistribution"},"api__schemas__eigenlayer__delegations__Operator":{"properties":{"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"address":{"type":"string","title":"Address"}},"type":"object","required":["name","address"],"title":"Operator","examples":[{"address":"0x74134d0c91798d720a5585364bb4be7396c5b973","name":"Bob the Operator"}]},"api__schemas__operators__Operator":{"properties":{"id":{"type":"string","title":"Id"},"idType":{"$ref":"#/components/schemas/IdType"},"displayName":{"type":"string","title":"Displayname"},"operatorTags":{"items":{"$ref":"#/components/schemas/OperatorTag"},"type":"array","title":"Operatortags"},"nodeOperatorCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Nodeoperatorcount"}},"type":"object","required":["id","idType","displayName","operatorTags","nodeOperatorCount"],"title":"Operator","examples":[{"displayName":"Stakefish","id":"Stakefish","idType":"nodeOperator","nodeOperatorCount":2,"operatorTags":[{"name":"operator"}]}]},"api__schemas__page__Page":{"properties":{"from":{"anyOf":[{"type":"integer"},{"type":"string","format":"date"},{"type":"null"}],"title":"From"},"to":{"anyOf":[{"type":"integer"},{"type":"string","format":"date"},{"type":"null"}],"title":"To"},"size":{"type":"integer","exclusiveMinimum":0.0,"title":"Size","default":10},"granularity":{"anyOf":[{"$ref":"#/components/schemas/GranularityEnum"},{"type":"null"}]},"filterType":{"anyOf":[{"$ref":"#/components/schemas/FilterTypeEnum"},{"type":"null"}]}},"type":"object","title":"Page"},"api__schemas__page__ValidatorsEffectivenessGroupByEnum":{"type":"string","enum":["timeWindow","validator"],"title":"ValidatorsEffectivenessGroupByEnum"},"api__schemas__page_polygon__Page":{"properties":{"from":{"anyOf":[{"type":"integer"},{"type":"string","format":"date"},{"type":"null"}],"title":"From"},"to":{"anyOf":[{"type":"integer"},{"type":"string","format":"date"},{"type":"null"}],"title":"To"},"granularity":{"anyOf":[{"$ref":"#/components/schemas/networks__polygon__granularity__Granularity"},{"type":"null"}]},"size":{"anyOf":[{"type":"integer","exclusiveMinimum":0.0},{"type":"null"}],"title":"Size"}},"type":"object","title":"Page"},"api__schemas__page_solana__Page":{"properties":{"from":{"anyOf":[{"type":"integer"},{"type":"string","format":"date"},{"type":"null"}],"title":"From"},"to":{"anyOf":[{"type":"integer"},{"type":"string","format":"date"},{"type":"null"}],"title":"To"},"granularity":{"anyOf":[{"$ref":"#/components/schemas/networks__solana__granularity__Granularity"},{"type":"null"}]},"size":{"anyOf":[{"type":"integer","exclusiveMinimum":0.0},{"type":"null"}],"title":"Size"}},"type":"object","title":"Page"},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__1":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"voteAccount":{"type":"string","title":"Voteaccount"},"from":{"title":"From"},"skippedSlots":{"type":"integer","minimum":0.0,"title":"Skippedslots"},"voteLatency":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Votelatency"},"uptime":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Uptime"},"effectiveness":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Effectiveness"},"proposedSlots":{"type":"integer","minimum":0.0,"title":"Proposedslots"},"voteOnlySlots":{"type":"integer","minimum":0.0,"title":"Voteonlyslots"},"emptySlots":{"type":"integer","minimum":0.0,"title":"Emptyslots"},"totalVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totalvotes"},"sumLatency":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumlatency"},"voteDutiesCount":{"type":"integer","minimum":0.0,"title":"Votedutiescount"},"totalVoteScore":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totalvotescore"},"delinquencies":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Delinquencies"}},"type":"object","required":["voteAccount","from","skippedSlots","effectiveness","proposedSlots","voteOnlySlots","emptySlots","voteDutiesCount"],"title":"SolanaValidatorPerformance","examples":[{"delinquencies":2,"effectiveness":0.965,"emptySlots":3,"from_":"2024-12-14","proposedSlots":90,"skippedSlots":5,"sumLatency":45000,"totalVoteScore":480000,"totalVotes":30000,"uptime":0.95,"voteAccount":"voteAccount","voteDutiesCount":31578,"voteLatency":1.5,"voteOnlySlots":10}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1SolanaValidatorPerformance","examples":[{"next":"https://api.rated.network//v1/solana/validators/{validator_id}/performance?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/solana/validators/{validator_id}/performance?limit=10&offset=10","results":[[{"delinquencies":2,"effectiveness":0.965,"emptySlots":3,"from_":"2024-12-14","proposedSlots":90,"skippedSlots":5,"sumLatency":45000,"totalVoteScore":480000,"totalVotes":30000,"uptime":0.95,"voteAccount":"voteAccount","voteDutiesCount":31578,"voteLatency":1.5,"voteOnlySlots":10}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__10":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$defs":{"TimeWindow":{"type":"string","enum":["1d","7d","30d","all"],"title":"TimeWindow"}},"properties":{"stakeAccount":{"type":"string","title":"Stakeaccount"},"stakeAuthority":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Stakeauthority"},"withdrawAuthority":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Withdrawauthority"},"timeWindow":{"$ref":"#/components/schemas/TimeWindow"},"delegatedStake":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Delegatedstake"},"networkPenetration":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Networkpenetration"},"status":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Status"},"validatorVoteAccount":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Validatorvoteaccount"},"validatorName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Validatorname"},"validatorEffectiveness":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Validatoreffectiveness"},"voteCommissionRate":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Votecommissionrate"},"mevCommissionRate":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Mevcommissionrate"},"sumStakingRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Sumstakingrewards"},"sumMevRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Summevrewards"},"sumRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Sumrewards"},"sumStakingCommissionPaid":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Sumstakingcommissionpaid"},"sumMevCommissionPaid":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Summevcommissionpaid"},"sumCommissionPaid":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Sumcommissionpaid"},"stakingRewardsApy":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Stakingrewardsapy"},"mevRewardsApr":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Mevrewardsapr"},"delegatorApy":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Delegatorapy"},"sumMissedStakingRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Summissedstakingrewards"}},"type":"object","required":["stakeAccount","stakeAuthority","withdrawAuthority","timeWindow","delegatedStake","networkPenetration","status","validatorVoteAccount","validatorName","validatorEffectiveness","voteCommissionRate","mevCommissionRate","sumStakingRewards","sumMevRewards","sumRewards","sumStakingCommissionPaid","sumMevCommissionPaid","sumCommissionPaid","stakingRewardsApy","mevRewardsApr","delegatorApy","sumMissedStakingRewards"],"title":"SolanaDelegatorSummary","examples":[{"delegatedStake":100000.55,"delegatorApy":0.05,"mevCommissionRate":0.07,"mevRewardsApr":0.0,"networkPenetration":0.24,"stakeAccount":"123FPQtifVXkooNAhiYiKeoQaL9tD9kkY5mQvGRwnLy2","stakeAuthority":"q9XWcZ7T1wP4bW9SB4XgNNwjnFEJ982nE8aVbbNuwot","stakingRewardsApy":0.05,"status":"active","sumCommissionPaid":0.0001,"sumMevCommissionPaid":0.0,"sumMevRewards":0.0,"sumMissedStakingRewards":0.0,"sumRewards":0.002,"sumStakingCommissionPaid":0.0001,"sumStakingRewards":0.002,"timeWindow":"1d","validatorEffectiveness":0.984,"validatorName":"Ledger by Figment","validatorVoteAccount":"26pV97Ce83ZQ6Kz9XT4td8tdoUFPTng8Fb8gPyc53dJx","voteCommissionRate":0.07,"withdrawAuthority":"q9XWcZ7T1wP4bW9SB4XgNNwjnFEJ982nE8aVbbNuwot"}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1SolanaDelegatorSummary","examples":[{"next":"https://api.rated.network//v1/solana/delegators/stakeAccounts?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/solana/delegators/stakeAccounts?limit=10&offset=10","results":[[{"delegatedStake":100000.55,"delegatorApy":0.05,"mevCommissionRate":0.07,"mevRewardsApr":0.0,"networkPenetration":0.24,"stakeAccount":"123FPQtifVXkooNAhiYiKeoQaL9tD9kkY5mQvGRwnLy2","stakeAuthority":"q9XWcZ7T1wP4bW9SB4XgNNwjnFEJ982nE8aVbbNuwot","stakingRewardsApy":0.05,"status":"active","sumCommissionPaid":0.0001,"sumMevCommissionPaid":0.0,"sumMevRewards":0.0,"sumMissedStakingRewards":0.0,"sumRewards":0.002,"sumStakingCommissionPaid":0.0001,"sumStakingRewards":0.002,"timeWindow":"1d","validatorEffectiveness":0.984,"validatorName":"Ledger by Figment","validatorVoteAccount":"26pV97Ce83ZQ6Kz9XT4td8tdoUFPTng8Fb8gPyc53dJx","voteCommissionRate":0.07,"withdrawAuthority":"q9XWcZ7T1wP4bW9SB4XgNNwjnFEJ982nE8aVbbNuwot"}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__11":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$defs":{"SolanaDelegation":{"properties":{"validatorVoteAccount":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Validatorvoteaccount"},"validatorName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Validatorname"},"percentage":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Percentage"}},"type":"object","title":"SolanaDelegation"},"TimeWindow":{"type":"string","enum":["1d","7d","30d","all"],"title":"TimeWindow"}},"properties":{"stakeAuthority":{"type":"string","title":"Stakeauthority"},"poolName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Poolname"},"timeWindow":{"$ref":"#/components/schemas/TimeWindow"},"delegatedStake":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Delegatedstake"},"networkPenetration":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Networkpenetration"},"validatorDelegates":{"type":"integer","minimum":0.0,"title":"Validatordelegates"},"delegations":{"items":{"$ref":"#/components/schemas/SolanaDelegation"},"type":"array","title":"Delegations"},"aggregateValidatorEffectiveness":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Aggregatevalidatoreffectiveness"},"blendedVoteCommissionRate":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Blendedvotecommissionrate"},"blendedMevCommissionRate":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Blendedmevcommissionrate"},"sumStakingRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Sumstakingrewards"},"sumMevRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Summevrewards"},"sumRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Sumrewards"},"sumStakingCommissionPaid":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Sumstakingcommissionpaid"},"sumMevCommissionPaid":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Summevcommissionpaid"},"sumCommissionPaid":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Sumcommissionpaid"},"stakingRewardsApy":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Stakingrewardsapy"},"mevRewardsApr":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Mevrewardsapr"},"delegatorApy":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Delegatorapy"},"sumMissedStakingRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Summissedstakingrewards"}},"type":"object","required":["stakeAuthority","timeWindow","validatorDelegates","delegations","stakingRewardsApy","mevRewardsApr","delegatorApy","sumMissedStakingRewards"],"title":"SolanaDelegatorStakeAuthoritySummary","examples":[{"aggregateValidatorEffectiveness":0.984,"blendedMevCommissionRate":0.07,"blendedVoteCommissionRate":0.07,"delegatedStake":100000.55,"delegations":[{"percentage":0.8,"validatorName":"Ledger by Figment","validatorVoteAccount":"26pV97Ce83ZQ6Kz9XT4td8tdoUFPTng8Fb8gPyc53dJx"},{"percentage":0.2,"validatorName":"Aurora Validator","validatorVoteAccount":"34yvUa2fxfm2tUqxFEj9PHrVNwCcdzd51eo9hntWpZRs"}],"delegatorApy":0.05,"mevRewardsApr":0.0,"networkPenetration":0.24,"stakeAuthority":"123FPQtifVXkooNAhiYiKeoQaL9tD9kkY5mQvGRwnLy2","stakingRewardsApy":0.05,"sumCommissionPaid":0.0001,"sumMevCommissionPaid":0.0,"sumMevRewards":0.0,"sumMissedStakingRewards":0.0,"sumRewards":0.002,"sumStakingCommissionPaid":0.0001,"sumStakingRewards":0.002,"timeWindow":"1d","validatorDelegates":2}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1SolanaDelegatorStakeAuthoritySummary","examples":[{"next":"https://api.rated.network//v1/solana/delegators/stakeAuthorities?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/solana/delegators/stakeAuthorities?limit=10&offset=10","results":[[{"aggregateValidatorEffectiveness":0.984,"blendedMevCommissionRate":0.07,"blendedVoteCommissionRate":0.07,"delegatedStake":100000.55,"delegations":[{"percentage":0.8,"validatorName":"Ledger by Figment","validatorVoteAccount":"26pV97Ce83ZQ6Kz9XT4td8tdoUFPTng8Fb8gPyc53dJx"},{"percentage":0.2,"validatorName":"Aurora Validator","validatorVoteAccount":"34yvUa2fxfm2tUqxFEj9PHrVNwCcdzd51eo9hntWpZRs"}],"delegatorApy":0.05,"mevRewardsApr":0.0,"networkPenetration":0.24,"stakeAuthority":"123FPQtifVXkooNAhiYiKeoQaL9tD9kkY5mQvGRwnLy2","stakingRewardsApy":0.05,"sumCommissionPaid":0.0001,"sumMevCommissionPaid":0.0,"sumMevRewards":0.0,"sumMissedStakingRewards":0.0,"sumRewards":0.002,"sumStakingCommissionPaid":0.0001,"sumStakingRewards":0.002,"timeWindow":"1d","validatorDelegates":2}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__12":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$defs":{"TimeWindow":{"type":"string","enum":["1d","7d","30d","all"],"title":"TimeWindow"}},"properties":{"validatorIdentity":{"type":"string","title":"Validatoridentity"},"voteAccount":{"type":"string","title":"Voteaccount"},"timeWindow":{"$ref":"#/components/schemas/TimeWindow"},"name":{"type":"string","title":"Name"},"validatorApy":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Validatorapy"},"delegatorApy":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Delegatorapy"},"voteCommissionRate":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Votecommissionrate"},"mevCommissionRate":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Mevcommissionrate"},"totalStake":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totalstake"},"networkPenetration":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Networkpenetration"},"effectiveness":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Effectiveness"},"stakeAccountCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Stakeaccountcount"},"voteLatency":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Votelatency"},"jitoPriorityFeeCommissionRate":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Jitopriorityfeecommissionrate"}},"type":"object","required":["validatorIdentity","voteAccount","timeWindow","name","validatorApy","delegatorApy","voteCommissionRate","mevCommissionRate","totalStake","networkPenetration","effectiveness","stakeAccountCount","voteLatency","jitoPriorityFeeCommissionRate"],"title":"SolanaValidatorSummary","examples":[{"delegatorApy":0.05,"effectiveness":0.984,"jitoPriorityFeeCommissionRate":0.05,"mevCommissionRate":0.05,"name":"name","networkPenetration":0.24,"stakeAccountCount":100,"timeWindow":"30d","validatorApy":0.05,"validatorIdentity":"validatorIdentity","validatorName":"validatorName","voteAccount":"voteAccount","voteCommissionRate":0.05,"voteLatency":2.984}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1SolanaValidatorSummary","examples":[{"next":"https://api.rated.network//v1/solana/validators?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/solana/validators?limit=10&offset=10","results":[[{"delegatorApy":0.05,"effectiveness":0.984,"jitoPriorityFeeCommissionRate":0.05,"mevCommissionRate":0.05,"name":"name","networkPenetration":0.24,"stakeAccountCount":100,"timeWindow":"30d","validatorApy":0.05,"validatorIdentity":"validatorIdentity","validatorName":"validatorName","voteAccount":"voteAccount","voteCommissionRate":0.05,"voteLatency":2.984}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__13":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"stakeAccount":{"type":"string","title":"Stakeaccount"},"slot":{"type":"integer","minimum":0.0,"title":"Slot"},"blockTime":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Blocktime"},"voteAccount":{"type":"string","title":"Voteaccount"},"stakeAuthority":{"type":"string","title":"Stakeauthority"},"withdrawAuthority":{"type":"string","title":"Withdrawauthority"}},"type":"object","required":["stakeAccount","slot","blockTime","voteAccount","stakeAuthority","withdrawAuthority"],"title":"SolanaValidatorStakeAccountMappings","examples":[{"blockTime":1733215355,"slot":305117412,"stakeAccount":"121MbtmgpteS68NaBnVp7HmwJLuSC73oyJy3hcX1Yn33","stakeAuthority":"13Tp4PXTyUbbVbJptMkKNtWhwgkaRch2nMaGYnvLV29o","voteAccount":"1Dadio3JRvpEjY6iSmXmhbGy9RiU8Nxh2GmoVbNusbE","withdrawAuthority":"13Tp4PXTyUbbVbJptMkKNtWhwgkaRch2nMaGYnvLV29o"}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1SolanaValidatorStakeAccountMappings","examples":[{"next":"https://api.rated.network//v1/solana/validators/{validator_id}/delegators?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/solana/validators/{validator_id}/delegators?limit=10&offset=10","results":[[{"blockTime":1733215355,"slot":305117412,"stakeAccount":"121MbtmgpteS68NaBnVp7HmwJLuSC73oyJy3hcX1Yn33","stakeAuthority":"13Tp4PXTyUbbVbJptMkKNtWhwgkaRch2nMaGYnvLV29o","voteAccount":"1Dadio3JRvpEjY6iSmXmhbGy9RiU8Nxh2GmoVbNusbE","withdrawAuthority":"13Tp4PXTyUbbVbJptMkKNtWhwgkaRch2nMaGYnvLV29o"}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__14":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"day":{"type":"string","format":"date","title":"Day"},"epoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Epoch"},"startSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startslot"},"endSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endslot"},"startBlock":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startblock"},"endBlock":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endblock"},"startBlockTime":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Startblocktime"},"endBlockTime":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Endblocktime"}},"type":"object","required":["day","epoch","startSlot","endSlot","startBlock","endBlock","startBlockTime","endBlockTime"],"title":"SolanaEpochStats","examples":[{"day":"2024-04-04","endBlock":1100010,"endBlockTime":"2024-04-04 11:59:59","endSlot":1100000,"epoch":710,"startBlock":1000010,"startBlockTime":"2024-04-03 00:00:00","startSlot":1000000}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1SolanaEpochStats","examples":[{"next":"https://api.rated.network//v1/solana/epochMetadata?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/solana/epochMetadata?limit=10&offset=10","results":[[{"day":"2024-04-04","endBlock":1100010,"endBlockTime":"2024-04-04 11:59:59","endSlot":1100000,"epoch":710,"startBlock":1000010,"startBlockTime":"2024-04-03 00:00:00","startSlot":1000000}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__15":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$defs":{"DistType":{"type":"string","enum":["all","pros"],"title":"DistType"}},"properties":{"country":{"type":"string","title":"Country"},"countryCode":{"type":"string","title":"Countrycode"},"validatorShare":{"type":"number","minimum":0.0,"title":"Validatorshare"},"distType":{"$ref":"#/components/schemas/DistType"}},"type":"object","required":["country","countryCode","validatorShare","distType"],"title":"P2PGeographicalDistribution","examples":[{"country":"United States","country_code":"US","dist_type":"pros","validator_share":0.5}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1P2PGeographicalDistribution","examples":[{"next":"https://api.rated.network//v1/eth/geographicalDistributions?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/geographicalDistributions?limit=10&offset=10","results":[[{"country":"United States","country_code":"US","dist_type":"pros","validator_share":0.5}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__16":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$defs":{"DistType":{"type":"string","enum":["all","pros"],"title":"DistType"}},"properties":{"hostingProvider":{"type":"string","title":"Hostingprovider"},"validatorShare":{"type":"number","minimum":0.0,"title":"Validatorshare"},"distType":{"$ref":"#/components/schemas/DistType"}},"type":"object","required":["hostingProvider","validatorShare","distType"],"title":"P2PHostingProviderDistribution","examples":[{"dist_type":"pros","hosting_provider":"AWS","validator_share":0.5}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1P2PHostingProviderDistribution","examples":[{"next":"https://api.rated.network//v1/eth/hostDistributions?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/hostDistributions?limit=10&offset=10","results":[[{"dist_type":"pros","hosting_provider":"AWS","validator_share":0.5}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__17":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$defs":{"ClientEffectiveness":{"properties":{"client":{"type":"string","title":"Client"},"avgValidatorEffectiveness":{"type":"number","minimum":0.0,"title":"Avgvalidatoreffectiveness"}},"type":"object","required":["client","avgValidatorEffectiveness"],"title":"ClientEffectiveness"}},"properties":{"window":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Window"},"validatorCount":{"type":"integer","minimum":0.0,"title":"Validatorcount"},"avgValidatorEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avgvalidatoreffectiveness"},"avgInclusionDelay":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avginclusiondelay"},"avgUptime":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avguptime"},"clientValidatorEffectiveness":{"anyOf":[{"items":{"$ref":"#/components/schemas/ClientEffectiveness"},"type":"array"},{"type":"null"}],"title":"Clientvalidatoreffectiveness"}},"type":"object","required":["window","validatorCount","avgValidatorEffectiveness","avgInclusionDelay","avgUptime","clientValidatorEffectiveness"],"title":"NetworkPerformance","examples":[{"avgInclusionDelay":0.07855633469653803,"avgUptime":0.07855633469653803,"avgValidatorEffectiveness":0.07855633469653803,"clientValidatorEffectiveness":[{"client":"Prysm","effectiveness":0.5},{"client":"Lighthouse","effectiveness":0.3}],"validatorCount":37361,"window":"1d"}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1NetworkPerformance","examples":[{"next":"https://api.rated.network//v1/eth/effectiveness?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/effectiveness?limit=10&offset=10","results":[[{"avgInclusionDelay":0.07855633469653803,"avgUptime":0.07855633469653803,"avgValidatorEffectiveness":0.07855633469653803,"clientValidatorEffectiveness":[{"client":"Prysm","effectiveness":0.5},{"client":"Lighthouse","effectiveness":0.3}],"validatorCount":37361,"window":"1d"}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__18":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"hour":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Hour"},"day":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Day"},"startDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startday"},"endDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endday"},"startEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startepoch"},"endEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endepoch"},"startDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Startdate"},"endDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Enddate"},"date":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Date"},"startTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Starttimestamp"},"endTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Endtimestamp"},"startSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startslot"},"endSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endslot"},"effectiveness":{"type":"number","minimum":0.0,"title":"Effectiveness"},"missedBlocksPercentage":{"type":"number","minimum":0.0,"title":"Missedblockspercentage"}},"type":"object","required":["hour","effectiveness","missedBlocksPercentage"],"title":"NetworkPerformanceStats","examples":[{"day:":1127,"effectiveness":97.819,"hour:":31127,"missedBlocksPercentage":1.103}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1NetworkPerformanceStats","examples":[{"next":"https://api.rated.network//v1/eth/stats?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/stats?limit=10&offset=10","results":[[{"day:":1127,"effectiveness":97.819,"hour:":31127,"missedBlocksPercentage":1.103}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__19":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"timeWindow":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Timewindow"},"consensusLayerRewardsPercentage":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Consensuslayerrewardspercentage"},"priorityFeesPercentage":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Priorityfeespercentage"},"baselineMevPercentage":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Baselinemevpercentage"},"avgConsensusAprPercentage":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Avgconsensusaprpercentage"},"avgExecutionAprPercentage":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Avgexecutionaprpercentage"},"medianConsensusAprPercentage":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Medianconsensusaprpercentage"},"medianExecutionAprPercentage":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Medianexecutionaprpercentage"},"consensusRewardsRatio":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Consensusrewardsratio"},"executionRewardsRatio":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Executionrewardsratio"},"avgNetworkAprPercentage":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Avgnetworkaprpercentage"},"medianNetworkAprPercentage":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Mediannetworkaprpercentage"},"avgConsensusAprGwei":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Avgconsensusaprgwei"},"avgExecutionAprGwei":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Avgexecutionaprgwei"},"medianConsensusAprGwei":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Medianconsensusaprgwei"},"medianExecutionAprGwei":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Medianexecutionaprgwei"},"avgNetworkAprGwei":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Avgnetworkaprgwei"},"medianNetworkAprGwei":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Mediannetworkaprgwei"},"giniCoefficient":{"type":"number","minimum":0.0,"title":"Ginicoefficient"}},"type":"object","required":["timeWindow","consensusLayerRewardsPercentage","priorityFeesPercentage","baselineMevPercentage","avgConsensusAprPercentage","avgExecutionAprPercentage","medianConsensusAprPercentage","medianExecutionAprPercentage","consensusRewardsRatio","executionRewardsRatio","avgNetworkAprPercentage","medianNetworkAprPercentage","avgConsensusAprGwei","avgExecutionAprGwei","medianConsensusAprGwei","medianExecutionAprGwei","avgNetworkAprGwei","medianNetworkAprGwei","giniCoefficient"],"title":"NetworkRewards","examples":[{"avgConsensusAprGwei":37361,"avgConsensusAprPercentage":0.07855633469653803,"avgExecutionAprGwei":37361,"avgExecutionAprPercentage":0.07855633469653803,"avgNetworkAprGwei":37361,"avgNetworkAprPercentage":0.07855633469653803,"baselineMevPercentage":0.07855633469653803,"consensusLayerRewardsPercentage":0.07855633469653803,"consensusRewardsRatio":0.07855633469653803,"executionRewardsRatio":0.07855633469653803,"giniCoefficient":0.07855633469653803,"medianConsensusAprGwei":37361,"medianConsensusAprPercentage":0.07855633469653803,"medianExecutionAprGwei":37361,"medianExecutionAprPercentage":0.07855633469653803,"medianNetworkAprGwei":37361,"medianNetworkAprPercentage":0.07855633469653803,"priorityFeesPercentage":0.07855633469653803,"timeWindow":"1d"}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1NetworkRewards","examples":[{"next":"https://api.rated.network//v1/eth/rewards?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/rewards?limit=10&offset=10","results":[[{"avgConsensusAprGwei":37361,"avgConsensusAprPercentage":0.07855633469653803,"avgExecutionAprGwei":37361,"avgExecutionAprPercentage":0.07855633469653803,"avgNetworkAprGwei":37361,"avgNetworkAprPercentage":0.07855633469653803,"baselineMevPercentage":0.07855633469653803,"consensusLayerRewardsPercentage":0.07855633469653803,"consensusRewardsRatio":0.07855633469653803,"executionRewardsRatio":0.07855633469653803,"giniCoefficient":0.07855633469653803,"medianConsensusAprGwei":37361,"medianConsensusAprPercentage":0.07855633469653803,"medianExecutionAprGwei":37361,"medianExecutionAprPercentage":0.07855633469653803,"medianNetworkAprGwei":37361,"medianNetworkAprPercentage":0.07855633469653803,"priorityFeesPercentage":0.07855633469653803,"timeWindow":"1d"}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__2":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"voteAccount":{"type":"string","title":"Voteaccount"},"from":{"title":"From"},"avgTransactions":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Avgtransactions"},"avgComputeUnits":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Avgcomputeunits"},"avgRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Avgrewards"},"avgMevRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Avgmevrewards"},"pctHighValueTransactions":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Pcthighvaluetransactions"},"pctFailedTransactions":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Pctfailedtransactions"}},"type":"object","required":["voteAccount","from","avgTransactions","avgComputeUnits","avgRewards","avgMevRewards","pctHighValueTransactions","pctFailedTransactions"],"title":"SolanaValidatorBlocks","examples":[{"avgComputeUnits":25000.2,"avgMevRewards":20.1,"avgRewards":50.01,"avgTransactions":250.1,"from_":"2024-12-14","percentageFailedTx":0.2,"percentageHighValueTx":0.1,"voteAccount":"voteAccount"}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1SolanaValidatorBlocks","examples":[{"next":"https://api.rated.network//v1/solana/validators/{validator_id}/blockInsights?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/solana/validators/{validator_id}/blockInsights?limit=10&offset=10","results":[[{"avgComputeUnits":25000.2,"avgMevRewards":20.1,"avgRewards":50.01,"avgTransactions":250.1,"from_":"2024-12-14","percentageFailedTx":0.2,"percentageHighValueTx":0.1,"voteAccount":"voteAccount"}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__20":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$defs":{"ClientPercentage":{"properties":{"client":{"type":"string","title":"Client"},"percentage":{"type":"number","minimum":0.0,"title":"Percentage"}},"type":"object","required":["client","percentage"],"title":"ClientPercentage"}},"properties":{"window":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Window"},"validatorCount":{"type":"integer","minimum":0.0,"title":"Validatorcount"},"validatorCountDiff":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Validatorcountdiff"},"medianValidatorAgeDays":{"type":"integer","minimum":0.0,"title":"Medianvalidatoragedays"},"activeStake":{"type":"integer","minimum":0.0,"title":"Activestake"},"activeStakeDiff":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Activestakediff"},"avgValidatorBalance":{"type":"number","minimum":0.0,"title":"Avgvalidatorbalance"},"avgValidatorBalanceDiff":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Avgvalidatorbalancediff"},"sumMissedSlots":{"type":"integer","minimum":0.0,"title":"Summissedslots"},"missedSlotsPercentage":{"type":"number","minimum":0.0,"title":"Missedslotspercentage"},"avgValidatorEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avgvalidatoreffectiveness"},"giniCoefficient":{"type":"number","minimum":0.0,"title":"Ginicoefficient"},"clientPercentages":{"items":{"$ref":"#/components/schemas/ClientPercentage"},"type":"array","title":"Clientpercentages"}},"type":"object","required":["window","validatorCount","validatorCountDiff","medianValidatorAgeDays","activeStake","activeStakeDiff","avgValidatorBalance","avgValidatorBalanceDiff","sumMissedSlots","missedSlotsPercentage","avgValidatorEffectiveness","giniCoefficient","clientPercentages"],"title":"NetworkOverview","examples":[{"activeStake":37361,"activeStakeDiff":37361,"avgValidatorBalance":37361,"avgValidatorBalanceDiff":37361,"avgValidatorEffectiveness":0.07855633469653803,"clientPercentages":[{"client":"Prysm","percentage":0.5},{"client":"Lighthouse","percentage":0.3}],"giniCoefficient":0.07855633469653803,"medianValidatorAgeDays":37361,"missedSlotsPercentage":0.07855633469653803,"sumMissedSlots":37361,"validatorCount":37361,"validatorCountDiff":37361,"window":"1d"}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1NetworkOverview","examples":[{"next":"https://api.rated.network//v1/eth?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth?limit=10&offset=10","results":[[{"activeStake":37361,"activeStakeDiff":37361,"avgValidatorBalance":37361,"avgValidatorBalanceDiff":37361,"avgValidatorEffectiveness":0.07855633469653803,"clientPercentages":[{"client":"Prysm","percentage":0.5},{"client":"Lighthouse","percentage":0.3}],"giniCoefficient":0.07855633469653803,"medianValidatorAgeDays":37361,"missedSlotsPercentage":0.07855633469653803,"sumMissedSlots":37361,"validatorCount":37361,"validatorCountDiff":37361,"window":"1d"}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__21":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"epoch":{"type":"integer","minimum":0.0,"title":"Epoch"},"consensusSlot":{"type":"integer","minimum":0.0,"title":"Consensusslot"},"consensusBlockRoot":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Consensusblockroot"},"executionBlockNumber":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Executionblocknumber"},"executionBlockHash":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Executionblockhash"},"validatorIndex":{"type":"integer","minimum":0.0,"title":"Validatorindex"},"feeRecipient":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Feerecipient"},"totalType0Transactions":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totaltype0Transactions"},"totalType2Transactions":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totaltype2Transactions"},"totalTransactions":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totaltransactions"},"totalGasUsed":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totalgasused"},"baseFeePerGas":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Basefeepergas"},"totalBurntFees":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totalburntfees"},"totalType2TxFees":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totaltype2Txfees"},"totalType0TxFees":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totaltype0Txfees"},"totalPriorityFees":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totalpriorityfees"},"baselineMev":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Baselinemev"},"executionProposerDuty":{"type":"string","title":"Executionproposerduty"},"executionRewards":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Executionrewards"},"missedExecutionRewards":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Missedexecutionrewards"},"consensusProposerDuty":{"type":"string","title":"Consensusproposerduty"},"consensusRewards":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Consensusrewards"},"missedConsensusRewards":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Missedconsensusrewards"},"totalRewards":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totalrewards"},"totalRewardsMissed":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Totalrewardsmissed"},"totalType1Transactions":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totaltype1Transactions"},"totalType1TxFees":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totaltype1Txfees"},"blockTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Blocktimestamp"},"totalSanctionedTransactions":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totalsanctionedtransactions"},"totalPriorityFeesValidator":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totalpriorityfeesvalidator"},"relays":{"items":{"type":"string"},"type":"array","title":"Relays"},"blockBuilderPubkeys":{"items":{"type":"string"},"type":"array","title":"Blockbuilderpubkeys"},"totalType3Transactions":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totaltype3Transactions"},"totalType3TxFees":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totaltype3Txfees"},"totalPriorityFeesWei":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totalpriorityfeeswei"},"totalPriorityFeesValidatorWei":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totalpriorityfeesvalidatorwei"},"baselineMevWei":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Baselinemevwei"},"executionRewardsWei":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Executionrewardswei"},"totalType4Transactions":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totaltype4Transactions"},"totalType4TxFees":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totaltype4Txfees"}},"type":"object","required":["epoch","consensusSlot","consensusBlockRoot","executionBlockNumber","executionBlockHash","validatorIndex","feeRecipient","totalType0Transactions","totalType2Transactions","totalTransactions","totalGasUsed","baseFeePerGas","totalBurntFees","totalType2TxFees","totalType0TxFees","totalPriorityFees","baselineMev","executionProposerDuty","executionRewards","missedExecutionRewards","consensusProposerDuty","consensusRewards","missedConsensusRewards","totalRewards","totalRewardsMissed","totalType1Transactions","totalType1TxFees","blockTimestamp","totalSanctionedTransactions","totalPriorityFeesValidator","relays","blockBuilderPubkeys","totalType3Transactions","totalType3TxFees","totalPriorityFeesWei","totalPriorityFeesValidatorWei","baselineMevWei","executionRewardsWei","totalType4Transactions","totalType4TxFees"],"title":"Blocks","examples":[{"baseFeePerGas":7413818806,"baselineMev":0,"baselineMevWei":0,"blockBuilderPubkeys":["0x978a35c39c41aadbe35ea29712bccffb117cc6ebcad4d86ea463d712af1dc80131d0c650dc29ba29ef27c881f43bd587","0x978a35c39c41aadbe35ea29712bccffb117cc6ebcad4d86ea463d712af1dc80131d0c650dc29ba29ef27c881f43bd587","0x978a35c39c41aadbe35ea29712bccffb117cc6ebcad4d86ea463d712af1dc80131d0c650dc29ba29ef27c881f43bd587"],"blockTimestamp":"2023-10-09T11:00:47","consensusBlockRoot":"\\\\x5668a71163c5ec5fcf34185deb36f0c3619a6f00a4ee0a547220f439913b6412","consensusProposerDuty":"proposed","consensusRewards":41947807,"consensusSlot":7502102,"epoch":234440,"executionBlockHash":"\\\\x5b138bff063adf335b468150d91eb8c3025a02f6716e3dd4bcee42bf81bb0fe8","executionBlockNumber":18312479,"executionProposerDuty":"proposed","executionRewards":34330125,"executionRewardsWei":34330125000000000,"feeRecipient":"\\\\x1f9090aae28b8a3dceadf281b0f12828e676c326","missedConsensusRewards":0.0,"missedExecutionRewards":0,"relays":["bloxroute_regulated","flashbots","bloxroute_maxprofit"],"totalBurntFees":88180442776786390,"totalGasUsed":11894065,"totalPriorityFees":34485815,"totalPriorityFeesValidator":34330125,"totalPriorityFeesValidatorWei":34330125000000000,"totalPriorityFeesWei":34485815000000000,"totalRewards":76277932,"totalRewardsMissed":0.0,"totalSanctionedTransactions":0,"totalTransactions":156,"totalType0Transactions":19,"totalType0TxFees":23400203843039860,"totalType1Transactions":0,"totalType1TxFees":0,"totalType2Transactions":137,"totalType2TxFees":11085611875723217,"totalType3Transactions":10,"totalType3TxFees":1108561187572321,"totalType4Transactions":4,"totalType4TxFees":8561187572321,"validatorIndex":888078}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1Blocks","examples":[{"next":"https://api.rated.network//v1/eth/blocks?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/blocks?limit=10&offset=10","results":[[{"baseFeePerGas":7413818806,"baselineMev":0,"baselineMevWei":0,"blockBuilderPubkeys":["0x978a35c39c41aadbe35ea29712bccffb117cc6ebcad4d86ea463d712af1dc80131d0c650dc29ba29ef27c881f43bd587","0x978a35c39c41aadbe35ea29712bccffb117cc6ebcad4d86ea463d712af1dc80131d0c650dc29ba29ef27c881f43bd587","0x978a35c39c41aadbe35ea29712bccffb117cc6ebcad4d86ea463d712af1dc80131d0c650dc29ba29ef27c881f43bd587"],"blockTimestamp":"2023-10-09T11:00:47","consensusBlockRoot":"\\\\x5668a71163c5ec5fcf34185deb36f0c3619a6f00a4ee0a547220f439913b6412","consensusProposerDuty":"proposed","consensusRewards":41947807,"consensusSlot":7502102,"epoch":234440,"executionBlockHash":"\\\\x5b138bff063adf335b468150d91eb8c3025a02f6716e3dd4bcee42bf81bb0fe8","executionBlockNumber":18312479,"executionProposerDuty":"proposed","executionRewards":34330125,"executionRewardsWei":34330125000000000,"feeRecipient":"\\\\x1f9090aae28b8a3dceadf281b0f12828e676c326","missedConsensusRewards":0.0,"missedExecutionRewards":0,"relays":["bloxroute_regulated","flashbots","bloxroute_maxprofit"],"totalBurntFees":88180442776786390,"totalGasUsed":11894065,"totalPriorityFees":34485815,"totalPriorityFeesValidator":34330125,"totalPriorityFeesValidatorWei":34330125000000000,"totalPriorityFeesWei":34485815000000000,"totalRewards":76277932,"totalRewardsMissed":0.0,"totalSanctionedTransactions":0,"totalTransactions":156,"totalType0Transactions":19,"totalType0TxFees":23400203843039860,"totalType1Transactions":0,"totalType1TxFees":0,"totalType2Transactions":137,"totalType2TxFees":11085611875723217,"totalType3Transactions":10,"totalType3TxFees":1108561187572321,"totalType4Transactions":4,"totalType4TxFees":8561187572321,"validatorIndex":888078}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__22":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$defs":{"TimeWindow":{"type":"string","enum":["1d","7d","30d","all"],"title":"TimeWindow"}},"properties":{"timeWindow":{"$ref":"#/components/schemas/TimeWindow"},"latestEpoch":{"type":"integer","minimum":0.0,"title":"Latestepoch"},"consolidationChurnLimit":{"type":"integer","minimum":0.0,"title":"Consolidationchurnlimit"},"consolidatedValidators":{"type":"integer","minimum":0.0,"title":"Consolidatedvalidators"},"consolidatedBalance":{"type":"integer","minimum":0.0,"title":"Consolidatedbalance"},"consolidationCapacityFilled":{"type":"number","minimum":0.0,"title":"Consolidationcapacityfilled"},"consolidatedPercentage":{"type":"number","minimum":0.0,"title":"Consolidatedpercentage"}},"type":"object","required":["timeWindow","latestEpoch","consolidationChurnLimit","consolidatedValidators","consolidatedBalance","consolidationCapacityFilled","consolidatedPercentage"],"title":"NetworkConsolidationChurnCapacity","examples":[{"consolidatedBalance":7040000000000000,"consolidatedPercentage":0.1,"consolidatedValidators":220000,"consolidationCapacityFilled":0.14,"consolidationChurnLimit":49693200000000000,"latestEpoch":364032,"timeWindow":"all"}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1NetworkConsolidationChurnCapacity","examples":[{"next":"https://api.rated.network//v1/eth/consolidationCapacity?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/consolidationCapacity?limit=10&offset=10","results":[[{"consolidatedBalance":7040000000000000,"consolidatedPercentage":0.1,"consolidatedValidators":220000,"consolidationCapacityFilled":0.14,"consolidationChurnLimit":49693200000000000,"latestEpoch":364032,"timeWindow":"all"}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__23":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$defs":{"TimeWindow":{"type":"string","enum":["1d","7d","30d","all"],"title":"TimeWindow"}},"properties":{"timeWindow":{"$ref":"#/components/schemas/TimeWindow"},"latestEpoch":{"type":"integer","minimum":0.0,"title":"Latestepoch"},"consolidationChurnLimit":{"type":"integer","minimum":0.0,"title":"Consolidationchurnlimit"},"entity":{"type":"string","title":"Entity"},"consolidatedValidators":{"type":"integer","minimum":0.0,"title":"Consolidatedvalidators"},"consolidatedBalance":{"type":"integer","minimum":0.0,"title":"Consolidatedbalance"},"consolidationCapacityFilled":{"type":"number","minimum":0.0,"title":"Consolidationcapacityfilled"},"networkCapacityRemaining":{"type":"number","minimum":0.0,"title":"Networkcapacityremaining"}},"type":"object","required":["timeWindow","latestEpoch","consolidationChurnLimit","entity","consolidatedValidators","consolidatedBalance","consolidationCapacityFilled","networkCapacityRemaining"],"title":"NetworkConsolidationChurnCapacityEntity","examples":[{"consolidatedBalance":320000000000000,"consolidatedValidators":10000,"consolidationCapacityFilled":0.006,"consolidationChurnLimit":49693200000000000,"entity":"Lido","latestEpoch":364032,"networkCapacityRemaining":0.994,"timeWindow":"all"}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1NetworkConsolidationChurnCapacityEntity","examples":[{"next":"https://api.rated.network//v1/eth/consolidationCapacity/entity?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/consolidationCapacity/entity?limit=10&offset=10","results":[[{"consolidatedBalance":320000000000000,"consolidatedValidators":10000,"consolidationCapacityFilled":0.006,"consolidationChurnLimit":49693200000000000,"entity":"Lido","latestEpoch":364032,"networkCapacityRemaining":0.994,"timeWindow":"all"}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__24":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$defs":{"TimeWindow":{"type":"string","enum":["1d","7d","30d","all"],"title":"TimeWindow"}},"properties":{"timeWindow":{"$ref":"#/components/schemas/TimeWindow"},"latestEpoch":{"type":"integer","minimum":0.0,"title":"Latestepoch"},"activationQueueMinutes":{"type":"number","minimum":0.0,"title":"Activationqueueminutes"},"activatingValidators":{"type":"integer","minimum":0.0,"title":"Activatingvalidators"},"activatingStake":{"type":"integer","minimum":0.0,"title":"Activatingstake"},"exitQueueMinutes":{"type":"number","minimum":0.0,"title":"Exitqueueminutes"},"withdrawalQueueMinutes":{"type":"number","minimum":0.0,"title":"Withdrawalqueueminutes"},"withdrawalProcessingQueueMinutes":{"type":"number","minimum":0.0,"title":"Withdrawalprocessingqueueminutes"},"fullyWithdrawingValidators":{"type":"integer","minimum":0.0,"title":"Fullywithdrawingvalidators"},"partiallyWithdrawingValidators":{"type":"integer","minimum":0.0,"title":"Partiallywithdrawingvalidators"},"totalWithdrawingValidators":{"type":"integer","minimum":0.0,"title":"Totalwithdrawingvalidators"},"fullyWithdrawingBalance":{"type":"integer","minimum":0.0,"title":"Fullywithdrawingbalance"},"partiallyWithdrawingBalance":{"type":"integer","minimum":0.0,"title":"Partiallywithdrawingbalance"},"totalWithdrawingBalance":{"type":"integer","minimum":0.0,"title":"Totalwithdrawingbalance"},"exitingValidators":{"type":"integer","minimum":0.0,"title":"Exitingvalidators"},"exitingStake":{"type":"integer","minimum":0.0,"title":"Exitingstake"}},"type":"object","required":["timeWindow","latestEpoch","activationQueueMinutes","activatingValidators","activatingStake","exitQueueMinutes","withdrawalQueueMinutes","withdrawalProcessingQueueMinutes","fullyWithdrawingValidators","partiallyWithdrawingValidators","totalWithdrawingValidators","fullyWithdrawingBalance","partiallyWithdrawingBalance","totalWithdrawingBalance","exitingValidators","exitingStake"],"title":"NetworkOverviewQueues","examples":[{"activatingStake":25184000000000,"activatingValidators":787,"activationQueueMinutes":838.4,"exitQueueMinutes":25.6,"exitingStake":3136000000000,"exitingValidators":98,"fullyWithdrawingBalance":1024000000000,"fullyWithdrawingValidators":32,"latestEpoch":162521,"partiallyWithdrawingBalance":1447374543384832,"partiallyWithdrawingValidators":35351,"timeWindow":"all","totalWithdrawingBalance":39939418387645102,"totalWithdrawingValidators":35383,"withdrawalProcessingQueueMinutes":47834.2875,"withdrawalQueueMinutes":47392.0}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1NetworkOverviewQueues","examples":[{"next":"https://api.rated.network//v1/eth/queues?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/queues?limit=10&offset=10","results":[[{"activatingStake":25184000000000,"activatingValidators":787,"activationQueueMinutes":838.4,"exitQueueMinutes":25.6,"exitingStake":3136000000000,"exitingValidators":98,"fullyWithdrawingBalance":1024000000000,"fullyWithdrawingValidators":32,"latestEpoch":162521,"partiallyWithdrawingBalance":1447374543384832,"partiallyWithdrawingValidators":35351,"timeWindow":"all","totalWithdrawingBalance":39939418387645102,"totalWithdrawingValidators":35383,"withdrawalProcessingQueueMinutes":47834.2875,"withdrawalQueueMinutes":47392.0}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__25":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"consensusSlot":{"type":"integer","minimum":0.0,"title":"Consensusslot"},"executionBlockNumber":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Executionblocknumber"},"builderPaymentTransactionHashes":{"items":{"type":"string"},"type":"array","title":"Builderpaymenttransactionhashes"},"builderPaymentTransactionRecipients":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Builderpaymenttransactionrecipients"},"builderPaymentTransactionSenders":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Builderpaymenttransactionsenders"}},"type":"object","required":["consensusSlot","executionBlockNumber","builderPaymentTransactionHashes","builderPaymentTransactionRecipients","builderPaymentTransactionSenders"],"title":"BuilderPayments","examples":[{"builderPaymentTransactionHashes":["0xeb711eb3d4e9ae77e33d88a439f39b3a154d96afa46d41286ef533c190d8e3a3"],"builderPaymentTransactionRecipients":["0x775e5e9d2304c1f083f16eb3c2441480b2233975"],"builderPaymentTransactionSenders":["0x7eefb48e177dce4563c46bb57097faa1ac0aa90b"],"consensusSlot":7502102,"executionBlockNumber":18312479}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1BuilderPayments","examples":[{"next":"https://api.rated.network//v1/eth/builderPayments?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/builderPayments?limit=10&offset=10","results":[[{"builderPaymentTransactionHashes":["0xeb711eb3d4e9ae77e33d88a439f39b3a154d96afa46d41286ef533c190d8e3a3"],"builderPaymentTransactionRecipients":["0x775e5e9d2304c1f083f16eb3c2441480b2233975"],"builderPaymentTransactionSenders":["0x7eefb48e177dce4563c46bb57097faa1ac0aa90b"],"consensusSlot":7502102,"executionBlockNumber":18312479}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__26":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$defs":{"Network":{"type":"string","enum":["mainnet","hoodi","holesky"],"title":"Network"}},"properties":{"id":{"type":"string","format":"uuid4","title":"Id"},"name":{"type":"string","title":"Name"},"network":{"$ref":"#/components/schemas/Network"},"organizationId":{"type":"string","format":"uuid4","title":"Organizationid"},"createdBy":{"type":"string","format":"uuid4","title":"Createdby"},"createdAt":{"type":"string","format":"date-time","title":"Createdat"},"updatedAt":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Updatedat"},"validatorCount":{"type":"integer","title":"Validatorcount"},"avgValidatorEffectiveness":{"type":"number","title":"Avgvalidatoreffectiveness"},"rank":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Rank"}},"type":"object","required":["id","name","network","organizationId","createdBy","createdAt","validatorCount","avgValidatorEffectiveness","rank"],"title":"TagWithStats","examples":[{"createdAt":"2024-03-31T18:13:27.584133","createdBy":"467c1246-be63-40c2-82c3-10f80d3238bb","id":"96cbc789-5a03-4110-abeb-67f5d4f65323","name":"us-west-1","network":"mainnet","organizationId":"d03841a7-d830-47a2-9f96-3f2ddf7d9b43"}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1TagWithStats","examples":[{"next":"https://api.rated.network//v1/tags?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/tags?limit=10&offset=10","results":[[{"createdAt":"2024-03-31T18:13:27.584133","createdBy":"467c1246-be63-40c2-82c3-10f80d3238bb","id":"96cbc789-5a03-4110-abeb-67f5d4f65323","name":"us-west-1","network":"mainnet","organizationId":"d03841a7-d830-47a2-9f96-3f2ddf7d9b43"}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__27":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"validatorPubkey":{"type":"string","title":"Validatorpubkey"},"tagId":{"type":"string","format":"uuid4","title":"Tagid"},"tagName":{"type":"string","title":"Tagname"},"createdBy":{"type":"string","format":"uuid4","title":"Createdby"},"createdAt":{"type":"string","format":"date-time","title":"Createdat"}},"type":"object","required":["validatorPubkey","tagId","tagName","createdBy","createdAt"],"title":"ValidatorTag","examples":[{"createdAt":"2024-03-31T18:13:27.584133","createdBy":"d03841a7-d830-47a2-9f96-3f2ddf7d9b43","tagId":"96cbc789-5a03-4110-abeb-67f5d4f65323","tagName":"us-west-1","validatorPubkey":"0x800..."}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1ValidatorTag","examples":[{"next":"https://api.rated.network//v1/tags/{id}/validators?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/tags/{id}/validators?limit=10&offset=10","results":[[{"createdAt":"2024-03-31T18:13:27.584133","createdBy":"d03841a7-d830-47a2-9f96-3f2ddf7d9b43","tagId":"96cbc789-5a03-4110-abeb-67f5d4f65323","tagName":"us-west-1","validatorPubkey":"0x800..."}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__28":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$defs":{"IdType":{"type":"string","enum":["depositAddress","withdrawalAddress","nodeOperator","pool","poolShare","entity","validator","privateSet"],"title":"IdType"}},"properties":{"hour":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Hour"},"day":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Day"},"startDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startday"},"endDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endday"},"startEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startepoch"},"endEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endepoch"},"startDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Startdate"},"endDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Enddate"},"date":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Date"},"startTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Starttimestamp"},"endTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Endtimestamp"},"startSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startslot"},"endSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endslot"},"id":{"type":"string","title":"Id"},"idType":{"$ref":"#/components/schemas/IdType"},"validatorCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Validatorcount"},"avgInclusionDelay":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avginclusiondelay"},"avgUptime":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avguptime"},"avgCorrectness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avgcorrectness"},"avgProposerEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avgproposereffectiveness"},"avgValidatorEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avgvalidatoreffectiveness"},"avgAttesterEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avgattestereffectiveness"},"sumEndEpochBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumendepochbalance"},"sumEndEpochEffectiveBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumendepocheffectivebalance"}},"type":"object","required":["id","idType","validatorCount","avgInclusionDelay","avgUptime","avgCorrectness","avgProposerEffectiveness","avgValidatorEffectiveness","avgAttesterEffectiveness","sumEndEpochBalance","sumEndEpochEffectiveBalance"],"title":"EntityEffectiveness","examples":[{"avgAttesterEffectiveness":97.9580945527236,"avgCorrectness":0.9929917401071404,"avgInclusionDelay":1.0138705386457403,"avgProposerEffectiveness":99.53271028037379,"avgUptime":0.9999466390184881,"avgValidatorEffectiveness":97.96642775943795,"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"hour":19056,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumEpochEndBalance":320000000000000000000,"sumEpochEndEffectiveBalance":320000000000000000000,"validatorCount":16075}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1EntityEffectiveness","examples":[{"next":"https://api.rated.network//v1/eth/entities/{entity_id}/effectiveness?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/entities/{entity_id}/effectiveness?limit=10&offset=10","results":[[{"avgAttesterEffectiveness":97.9580945527236,"avgCorrectness":0.9929917401071404,"avgInclusionDelay":1.0138705386457403,"avgProposerEffectiveness":99.53271028037379,"avgUptime":0.9999466390184881,"avgValidatorEffectiveness":97.96642775943795,"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"hour":19056,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumEpochEndBalance":320000000000000000000,"sumEpochEndEffectiveBalance":320000000000000000000,"validatorCount":16075}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__29":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$defs":{"IdType":{"type":"string","enum":["depositAddress","withdrawalAddress","nodeOperator","pool","poolShare","entity","validator","privateSet"],"title":"IdType"}},"properties":{"hour":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Hour"},"day":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Day"},"startDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startday"},"endDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endday"},"startEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startepoch"},"endEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endepoch"},"startDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Startdate"},"endDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Enddate"},"date":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Date"},"startTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Starttimestamp"},"endTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Endtimestamp"},"startSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startslot"},"endSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endslot"},"id":{"type":"string","title":"Id"},"idType":{"$ref":"#/components/schemas/IdType"},"validatorCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Validatorcount"},"sumProposedCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumproposedcount"},"sumProposerDutiesCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumproposerdutiescount"},"sumExecutionProposedEmptyCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumexecutionproposedemptycount"},"avgProposerEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avgproposereffectiveness"},"sumEndEpochBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumendepochbalance"},"sumEndEpochEffectiveBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumendepocheffectivebalance"}},"type":"object","required":["id","idType","validatorCount","sumProposedCount","sumProposerDutiesCount","sumExecutionProposedEmptyCount","avgProposerEffectiveness","sumEndEpochBalance","sumEndEpochEffectiveBalance"],"title":"EntityProposals","examples":[{"avgProposerEffectiveness":99.53271028037379,"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"hour":19056,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumEpochEndBalance":320000000000000000000,"sumEpochEndEffectiveBalance":320000000000000000000,"sumExecutionProposedEmptyCount":2,"sumProposedCount":215,"sumProposerDutiesCount":213,"validatorCount":16075}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1EntityProposals","examples":[{"next":"https://api.rated.network//v1/eth/entities/{entity_id}/proposals?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/entities/{entity_id}/proposals?limit=10&offset=10","results":[[{"avgProposerEffectiveness":99.53271028037379,"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"hour":19056,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumEpochEndBalance":320000000000000000000,"sumEpochEndEffectiveBalance":320000000000000000000,"sumExecutionProposedEmptyCount":2,"sumProposedCount":215,"sumProposerDutiesCount":213,"validatorCount":16075}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__3":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"voteAccount":{"type":"string","title":"Voteaccount"},"from":{"title":"From"},"activeStake":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Activestake"},"balance":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Balance"}},"type":"object","required":["voteAccount","from","activeStake"],"title":"SolanaValidatorState","examples":[{"activeStake":31578.0,"balance":32000.1,"from_":"2024-12-14","voteAccount":"voteAccount"}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1SolanaValidatorState","examples":[{"next":"https://api.rated.network//v1/solana/validators/{validator_id}/state?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/solana/validators/{validator_id}/state?limit=10&offset=10","results":[[{"activeStake":31578.0,"balance":32000.1,"from_":"2024-12-14","voteAccount":"voteAccount"}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__30":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$defs":{"IdType":{"type":"string","enum":["depositAddress","withdrawalAddress","nodeOperator","pool","poolShare","entity","validator","privateSet"],"title":"IdType"}},"properties":{"hour":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Hour"},"day":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Day"},"startDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startday"},"endDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endday"},"startEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startepoch"},"endEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endepoch"},"startDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Startdate"},"endDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Enddate"},"date":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Date"},"startTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Starttimestamp"},"endTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Endtimestamp"},"startSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startslot"},"endSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endslot"},"id":{"type":"string","title":"Id"},"idType":{"$ref":"#/components/schemas/IdType"},"validatorCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Validatorcount"},"totalUniqueAttestations":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totaluniqueattestations"},"sumMissedAttestations":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Summissedattestations"},"sumMissedSyncSignatures":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Summissedsyncsignatures"},"sumCorrectHead":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumcorrecthead"},"sumCorrectTarget":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumcorrecttarget"},"sumCorrectSource":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumcorrectsource"},"sumWrongHeadVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumwrongheadvotes"},"sumWrongTargetVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumwrongtargetvotes"},"sumLateTargetVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumlatetargetvotes"},"sumLateSourceVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumlatesourcevotes"},"avgAttesterEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avgattestereffectiveness"},"sumInclusionDelay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Suminclusiondelay"},"sumSyncSignatureCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumsyncsignaturecount"},"sumEndEpochBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumendepochbalance"},"sumEndEpochEffectiveBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumendepocheffectivebalance"}},"type":"object","required":["id","idType","validatorCount","totalUniqueAttestations","sumMissedAttestations","sumMissedSyncSignatures","sumCorrectHead","sumCorrectTarget","sumCorrectSource","sumWrongHeadVotes","sumWrongTargetVotes","sumLateTargetVotes","sumLateSourceVotes","avgAttesterEffectiveness","sumInclusionDelay","sumSyncSignatureCount","sumEndEpochBalance","sumEndEpochEffectiveBalance"],"title":"EntityAttestations","examples":[{"avgAttesterEffectiveness":97.9580945527236,"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"hour":19056,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumCorrectHead":3234,"sumCorrectSource":567,"sumCorrectTarget":234,"sumEpochEndBalance":320000000000000000000,"sumEpochEndEffectiveBalance":320000000000000000000,"sumInclusionDelay":123,"sumLateSourceVotes":675,"sumLateTargetVotes":123,"sumMissedAttestations":67958,"sumMissedSyncSignatures":965,"sumSyncSignatureCount":964,"sumWrongHeadVotes":756,"sumWrongTargetVotes":968,"totalUniqueAttestations":2341,"validatorCount":16075}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1EntityAttestations","examples":[{"next":"https://api.rated.network//v1/eth/entities/{entity_id}/attestations?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/entities/{entity_id}/attestations?limit=10&offset=10","results":[[{"avgAttesterEffectiveness":97.9580945527236,"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"hour":19056,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumCorrectHead":3234,"sumCorrectSource":567,"sumCorrectTarget":234,"sumEpochEndBalance":320000000000000000000,"sumEpochEndEffectiveBalance":320000000000000000000,"sumInclusionDelay":123,"sumLateSourceVotes":675,"sumLateTargetVotes":123,"sumMissedAttestations":67958,"sumMissedSyncSignatures":965,"sumSyncSignatureCount":964,"sumWrongHeadVotes":756,"sumWrongTargetVotes":968,"totalUniqueAttestations":2341,"validatorCount":16075}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__31":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"validatorIndex":{"type":"integer","minimum":0.0,"title":"Validatorindex"},"validatorPubkey":{"type":"string","title":"Validatorpubkey"},"pool":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Pool"},"dvtNetwork":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Dvtnetwork"},"nodeOperators":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Nodeoperators"},"dvtOperators":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Dvtoperators"},"depositAddresses":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Depositaddresses"},"withdrawalAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Withdrawaladdress"},"subpool":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Subpool"}},"type":"object","required":["validatorIndex","validatorPubkey","pool","dvtNetwork","nodeOperators","dvtOperators","depositAddresses","withdrawalAddress","subpool"],"title":"ValidatorMappings","examples":[{"depositAddresses":["0x74134d0c91798d720a5585364bb4be7396c5b973"],"dvtOperators":[],"nodeOperators":[],"validatorIndex":100,"validatorPubkey":"0xb5bc96b70df0dfcc252c9ff0d1b42cb6dc0d55f8defa474dc0a5c7e0402c241e2850fea9c582e276b638b3c2c3a5ec55","withdrawalAddress":"0xfff1ce616cf83327981bf61396ad0c04e0c8b771"}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1ValidatorMappings","examples":[{"next":"https://api.rated.network//v1/eth/validators/mappings?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/validators/mappings?limit=10&offset=10","results":[[{"depositAddresses":["0x74134d0c91798d720a5585364bb4be7396c5b973"],"dvtOperators":[],"nodeOperators":[],"validatorIndex":100,"validatorPubkey":"0xb5bc96b70df0dfcc252c9ff0d1b42cb6dc0d55f8defa474dc0a5c7e0402c241e2850fea9c582e276b638b3c2c3a5ec55","withdrawalAddress":"0xfff1ce616cf83327981bf61396ad0c04e0c8b771"}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__32":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"validatorIndex":{"type":"integer","minimum":0.0,"title":"Validatorindex"},"validatorPubkey":{"type":"string","title":"Validatorpubkey"},"slashingEpoch":{"type":"integer","minimum":0.0,"title":"Slashingepoch"},"withdrawableEpoch":{"type":"integer","minimum":0.0,"title":"Withdrawableepoch"},"balanceBeforeSlashing":{"type":"integer","minimum":0.0,"title":"Balancebeforeslashing"},"balanceBeforeWithdrawal":{"type":"integer","minimum":0.0,"title":"Balancebeforewithdrawal"},"slashingPenalties":{"type":"integer","minimum":0.0,"title":"Slashingpenalties"}},"type":"object","required":["validatorIndex","validatorPubkey","slashingEpoch","withdrawableEpoch","balanceBeforeSlashing","balanceBeforeWithdrawal","slashingPenalties"],"title":"ValidatorSlashings","examples":[{"balanceBeforeSlashing":32001900366,"balanceBeforeWithdrawal":30980804667,"slashingEpoch":203644,"slashingPenalties":1021095699,"validatorIndex":516858,"validatorPubkey":"0xafa647044b05fd7d7f3cfd806170fc9774bf37cbcfd4f083528522bb2a011e57f3af00f8bb8435a9d3316816e4cdb022","withdrawableEpoch":211836}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1ValidatorSlashings","examples":[{"next":"https://api.rated.network//v1/eth/validators/slashings?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/validators/slashings?limit=10&offset=10","results":[[{"balanceBeforeSlashing":32001900366,"balanceBeforeWithdrawal":30980804667,"slashingEpoch":203644,"slashingPenalties":1021095699,"validatorIndex":516858,"validatorPubkey":"0xafa647044b05fd7d7f3cfd806170fc9774bf37cbcfd4f083528522bb2a011e57f3af00f8bb8435a9d3316816e4cdb022","withdrawableEpoch":211836}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__33":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$defs":{"TimeWindow":{"type":"string","enum":["1d","7d","30d","all"],"title":"TimeWindow"}},"properties":{"window":{"$ref":"#/components/schemas/TimeWindow"},"aprType":{"type":"string","title":"Aprtype"},"percentage":{"type":"number","title":"Percentage"},"percentageConsensus":{"type":"number","title":"Percentageconsensus"},"percentageExecution":{"type":"number","title":"Percentageexecution"},"activeStake":{"type":"number","title":"Activestake"}},"type":"object","required":["window","aprType","percentage","percentageConsensus","percentageExecution","activeStake"],"title":"ValidatorAprs","examples":[{"activeStake":4823520000000000,"aprType":"backward","percentage":5.35,"percentageConsensus":4.04,"percentageExecution":1.31,"window":"1d"}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1ValidatorAprs","examples":[{"next":"https://api.rated.network//v1/eth/validators/{validator_index_or_pubkey}/aprs?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/validators/{validator_index_or_pubkey}/aprs?limit=10&offset=10","results":[[{"activeStake":4823520000000000,"aprType":"backward","percentage":5.35,"percentageConsensus":4.04,"percentageExecution":1.31,"window":"1d"}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__34":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"validatorIndex":{"type":"integer","minimum":0.0,"title":"Validatorindex"},"validatorPubkey":{"type":"string","title":"Validatorpubkey"},"isPool":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Ispool"},"isNodeOperator":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Isnodeoperator"}},"type":"object","required":["validatorIndex","validatorPubkey"],"title":"ValidatorMetadataPoolNodeOp","examples":[{"isNodeOperator":false,"isPool":true,"validatorIndex":333049,"validatorPubkey":"0x85f5600e0eb39a123c824e1c6dcd51fd8a2a4c9d505236291a8f56e46959464b40184bd58e5bb04f2aeb45b581937d13"}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1ValidatorMetadataPoolNodeOp","examples":[{"next":"https://api.rated.network//v1/eth/validators/mappingCheck?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/validators/mappingCheck?limit=10&offset=10","results":[[{"isNodeOperator":false,"isPool":true,"validatorIndex":333049,"validatorPubkey":"0x85f5600e0eb39a123c824e1c6dcd51fd8a2a4c9d505236291a8f56e46959464b40184bd58e5bb04f2aeb45b581937d13"}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__35":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"date":{"type":"string","format":"date","title":"Date"},"consolidationEpoch":{"type":"integer","minimum":0.0,"title":"Consolidationepoch"},"sourceValidatorIndex":{"type":"integer","minimum":0.0,"title":"Sourcevalidatorindex"},"sourceEntity":{"type":"string","title":"Sourceentity"},"sourceEntityType":{"type":"string","title":"Sourceentitytype"},"targetValidatorIndex":{"type":"integer","minimum":0.0,"title":"Targetvalidatorindex"},"targetEntity":{"type":"string","title":"Targetentity"},"targetEntityType":{"type":"string","title":"Targetentitytype"},"consolidatedAmount":{"type":"integer","minimum":0.0,"title":"Consolidatedamount"},"targetBalanceBeforeConsolidation":{"type":"integer","minimum":0.0,"title":"Targetbalancebeforeconsolidation"},"targetBalanceAtConsolidationEpoch":{"type":"integer","minimum":0.0,"title":"Targetbalanceatconsolidationepoch"},"targetEffectiveBalanceAtConsolidationEpoch":{"type":"integer","minimum":0.0,"title":"Targeteffectivebalanceatconsolidationepoch"}},"type":"object","required":["date","consolidationEpoch","sourceValidatorIndex","sourceEntity","sourceEntityType","targetValidatorIndex","targetEntity","targetEntityType","consolidatedAmount","targetBalanceBeforeConsolidation","targetBalanceAtConsolidationEpoch","targetEffectiveBalanceAtConsolidationEpoch"],"title":"ValidatorConsolidations","examples":[{"consolidatedAmount":32000000000,"date":"2025-05-07","sourceEntity":"Node Operator","sourceEntityType":"nodeOperator","sourceValidatorIndex":500000,"targetBalanceAtConsolidationEpoch":64000000000,"targetBalanceBeforeConsolidationEpoch":32000000000,"targetEffectiveBalanceAtConsolidationEpoch":64000000000,"targetEntity":"Node Operator","targetEntityType":"nodeOperator","targetValidatorIndex":500002}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1ValidatorConsolidations","examples":[{"next":"https://api.rated.network//v1/eth/validators/consolidations?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/validators/consolidations?limit=10&offset=10","results":[[{"consolidatedAmount":32000000000,"date":"2025-05-07","sourceEntity":"Node Operator","sourceEntityType":"nodeOperator","sourceValidatorIndex":500000,"targetBalanceAtConsolidationEpoch":64000000000,"targetBalanceBeforeConsolidationEpoch":32000000000,"targetEffectiveBalanceAtConsolidationEpoch":64000000000,"targetEntity":"Node Operator","targetEntityType":"nodeOperator","targetValidatorIndex":500002}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__36":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"hour":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Hour"},"day":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Day"},"startDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startday"},"endDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endday"},"startEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startepoch"},"endEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endepoch"},"startDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Startdate"},"endDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Enddate"},"date":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Date"},"startTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Starttimestamp"},"endTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Endtimestamp"},"startSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startslot"},"endSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endslot"},"avgCorrectness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avgcorrectness"},"avgInclusionDelay":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avginclusiondelay"},"sumInclusionDelay":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Suminclusiondelay"},"uptime":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Uptime"},"attesterEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Attestereffectiveness"},"proposerEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Proposereffectiveness"},"validatorEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Validatoreffectiveness"},"validatorIndex":{"type":"integer","minimum":0.0,"title":"Validatorindex"}},"type":"object","required":["validatorIndex"],"title":"ValidatorEffectiveness","examples":[{"attesterEffectiveness":95.97701149425288,"avgCorrectness":0.9896296296296296,"avgInclusion_delay":1.031111111111111,"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"hour":19056,"proposerEffectiveness":99.53271028037379,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumInclusion_delay":232.0,"uptime":1.0,"validatorEffectiveness":99.53271028037379,"validator_index":1}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1ValidatorEffectiveness","examples":[{"next":"https://api.rated.network//v1/eth/validators/effectiveness?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/validators/effectiveness?limit=10&offset=10","results":[[{"attesterEffectiveness":95.97701149425288,"avgCorrectness":0.9896296296296296,"avgInclusion_delay":1.031111111111111,"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"hour":19056,"proposerEffectiveness":99.53271028037379,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumInclusion_delay":232.0,"uptime":1.0,"validatorEffectiveness":99.53271028037379,"validator_index":1}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__37":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"hour":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Hour"},"day":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Day"},"startDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startday"},"endDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endday"},"startEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startepoch"},"endEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endepoch"},"startDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Startdate"},"endDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Enddate"},"date":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Date"},"startTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Starttimestamp"},"endTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Endtimestamp"},"startSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startslot"},"endSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endslot"},"totalAttestations":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totalattestations"},"totalUniqueAttestations":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totaluniqueattestations"},"sumCorrectHead":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumcorrecthead"},"sumCorrectTarget":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumcorrecttarget"},"avgCorrectness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avgcorrectness"},"totalAttestationAssignments":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totalattestationassignments"},"avgInclusionDelay":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avginclusiondelay"},"sumInclusionDelay":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Suminclusiondelay"},"uptime":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Uptime"},"attesterEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Attestereffectiveness"},"syncSignatureCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Syncsignaturecount"},"sumCorrectSource":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumcorrectsource"},"sumMissedSyncSignatures":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Summissedsyncsignatures"},"sumLateSourceVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumlatesourcevotes"},"sumWrongTargetVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumwrongtargetvotes"},"sumLateTargetVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumlatetargetvotes"},"sumMissedAttestations":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Summissedattestations"},"sumWrongHeadVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumwrongheadvotes"},"sumLateHeadVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumlateheadvotes"}},"type":"object","title":"ValidatorAttestationsDetails","examples":[{"attester_effectiveness":95.97701149425288,"avg_correctness":0.9896296296296296,"avg_inclusion_delay":1.031111111111111,"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"hour":19056,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sum_correct_head":219,"sum_correct_source":225,"sum_correct_target":224,"sum_inclusion_delay":232.0,"sum_late_head_votes":1,"sum_late_source_votes":0,"sum_late_target_votes":0,"sum_missed_attestations":0,"sum_wrong_head_votes":1,"sum_wrong_target_votes":1,"sync_signature_count":0,"total_attestation_assignments":225,"total_attestations":230,"total_unique_attestations":225,"uptime":1.0}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1ValidatorAttestationsDetails","examples":[{"next":"https://api.rated.network//v1/eth/validators/attestations?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/validators/attestations?limit=10&offset=10","results":[[{"attester_effectiveness":95.97701149425288,"avg_correctness":0.9896296296296296,"avg_inclusion_delay":1.031111111111111,"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"hour":19056,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sum_correct_head":219,"sum_correct_source":225,"sum_correct_target":224,"sum_inclusion_delay":232.0,"sum_late_head_votes":1,"sum_late_source_votes":0,"sum_late_target_votes":0,"sum_missed_attestations":0,"sum_wrong_head_votes":1,"sum_wrong_target_votes":1,"sync_signature_count":0,"total_attestation_assignments":225,"total_attestations":230,"total_unique_attestations":225,"uptime":1.0}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__38":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"hour":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Hour"},"day":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Day"},"startDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startday"},"endDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endday"},"startEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startepoch"},"endEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endepoch"},"startDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Startdate"},"endDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Enddate"},"date":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Date"},"startTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Starttimestamp"},"endTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Endtimestamp"},"startSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startslot"},"endSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endslot"},"proposedCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Proposedcount"},"proposerDutiesCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Proposerdutiescount"},"proposerEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Proposereffectiveness"},"executionProposedEmptyCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Executionproposedemptycount"}},"type":"object","required":["proposedCount","proposerDutiesCount","proposerEffectiveness","executionProposedEmptyCount"],"title":"ValidatorProposalsDetails","examples":[{"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"execution_proposed_empty_count":0,"hour":19056,"proposed_count":0,"proposer_duties_count":0,"startDate":"2023-01-01","startDay":796,"startEpoch":63744}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1ValidatorProposalsDetails","examples":[{"next":"https://api.rated.network//v1/eth/validators/proposals?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/validators/proposals?limit=10&offset=10","results":[[{"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"execution_proposed_empty_count":0,"hour":19056,"proposed_count":0,"proposer_duties_count":0,"startDate":"2023-01-01","startDay":796,"startEpoch":63744}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__39":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"hour":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Hour"},"day":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Day"},"startDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startday"},"endDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endday"},"startEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startepoch"},"endEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endepoch"},"startDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Startdate"},"endDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Enddate"},"date":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Date"},"startTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Starttimestamp"},"endTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Endtimestamp"},"startSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startslot"},"endSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endslot"},"avgCorrectness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avgcorrectness"},"avgInclusionDelay":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avginclusiondelay"},"sumInclusionDelay":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Suminclusiondelay"},"uptime":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Uptime"},"attesterEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Attestereffectiveness"},"proposerEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Proposereffectiveness"},"validatorEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Validatoreffectiveness"},"validatorIndex":{"type":"integer","minimum":0.0,"title":"Validatorindex"}},"type":"object","required":["validatorIndex"],"title":"ValidatorEffectiveness","examples":[{"attesterEffectiveness":95.97701149425288,"avgCorrectness":0.9896296296296296,"avgInclusion_delay":1.031111111111111,"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"hour":19056,"proposerEffectiveness":99.53271028037379,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumInclusion_delay":232.0,"uptime":1.0,"validatorEffectiveness":99.53271028037379,"validator_index":1}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1DetailValidatorEffectiveness","examples":[{"next":"https://api.rated.network//v1/eth/validators/{validator_index_or_pubkey}/effectiveness?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/validators/{validator_index_or_pubkey}/effectiveness?limit=10&offset=10","results":[[{"attesterEffectiveness":95.97701149425288,"avgCorrectness":0.9896296296296296,"avgInclusion_delay":1.031111111111111,"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"hour":19056,"proposerEffectiveness":99.53271028037379,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumInclusion_delay":232.0,"uptime":1.0,"validatorEffectiveness":99.53271028037379,"validator_index":1}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__4":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"voteAccount":{"type":"string","title":"Voteaccount"},"from":{"title":"From"},"fromSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Fromslot"},"toSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Toslot"},"fromEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Fromepoch"},"toEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Toepoch"},"stakeRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Stakerewards"},"blockRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Blockrewards"},"rentRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Rentrewards"},"voteRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Voterewards"},"validatorMevClaimed":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Validatormevclaimed"},"delegatorMevClaimed":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Delegatormevclaimed"},"mevTips":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Mevtips"},"voteCommissionRate":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Votecommissionrate"},"mevCommissionRate":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Mevcommissionrate"},"jitoDelegatorPriorityFeeRewardsClaimed":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Jitodelegatorpriorityfeerewardsclaimed"},"jitoPriorityFeeCommissionRate":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Jitopriorityfeecommissionrate"}},"type":"object","required":["voteAccount","from","fromSlot","toSlot","fromEpoch","toEpoch","blockRewards","rentRewards","voteRewards","validatorMevClaimed","delegatorMevClaimed","mevTips","voteCommissionRate","mevCommissionRate","jitoDelegatorPriorityFeeRewardsClaimed","jitoPriorityFeeCommissionRate"],"title":"SolanaValidatorRewards","examples":[{"blockRewards":250.2,"delegatorMevClaimed":100.1,"fromEpoch":597,"fromSlot":258212466,"from_":"2024-12-14","jitoDelegatorPriorityFeeCommissionRate":0.1,"jitoDelegatorPriorityFeeRewardsClaimed":25.02,"mevCommissionRate":0.07,"mevTips":1100.1,"rentRewards":50.01,"stakeRewards":25000.1,"toEpoch":598,"toSlot":258394459,"validatorMevClaimed":10.1,"voteAccount":"voteAccount","voteCommissionRate":0.07,"voteRewards":2500.1}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1SolanaValidatorRewards","examples":[{"next":"https://api.rated.network//v1/solana/validators/{validator_id}/rewards?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/solana/validators/{validator_id}/rewards?limit=10&offset=10","results":[[{"blockRewards":250.2,"delegatorMevClaimed":100.1,"fromEpoch":597,"fromSlot":258212466,"from_":"2024-12-14","jitoDelegatorPriorityFeeCommissionRate":0.1,"jitoDelegatorPriorityFeeRewardsClaimed":25.02,"mevCommissionRate":0.07,"mevTips":1100.1,"rentRewards":50.01,"stakeRewards":25000.1,"toEpoch":598,"toSlot":258394459,"validatorMevClaimed":10.1,"voteAccount":"voteAccount","voteCommissionRate":0.07,"voteRewards":2500.1}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__40":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"hour":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Hour"},"day":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Day"},"startDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startday"},"endDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endday"},"startEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startepoch"},"endEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endepoch"},"startDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Startdate"},"endDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Enddate"},"date":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Date"},"startTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Starttimestamp"},"endTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Endtimestamp"},"startSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startslot"},"endSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endslot"},"totalAttestations":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totalattestations"},"totalUniqueAttestations":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totaluniqueattestations"},"sumCorrectHead":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumcorrecthead"},"sumCorrectTarget":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumcorrecttarget"},"avgCorrectness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avgcorrectness"},"totalAttestationAssignments":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totalattestationassignments"},"avgInclusionDelay":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avginclusiondelay"},"sumInclusionDelay":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Suminclusiondelay"},"uptime":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Uptime"},"attesterEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Attestereffectiveness"},"syncSignatureCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Syncsignaturecount"},"sumCorrectSource":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumcorrectsource"},"sumMissedSyncSignatures":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Summissedsyncsignatures"},"sumLateSourceVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumlatesourcevotes"},"sumWrongTargetVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumwrongtargetvotes"},"sumLateTargetVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumlatetargetvotes"},"sumMissedAttestations":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Summissedattestations"},"sumWrongHeadVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumwrongheadvotes"},"sumLateHeadVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumlateheadvotes"},"validatorIndex":{"type":"integer","minimum":0.0,"title":"Validatorindex"}},"type":"object","required":["validatorIndex"],"title":"ValidatorAttestations","examples":[{"attester_effectiveness":95.97701149425288,"avg_correctness":0.9896296296296296,"avg_inclusion_delay":1.031111111111111,"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"hour":19056,"startDate":"2023-01-01","startDay":796,"sum_correct_head":219,"sum_correct_source":225,"sum_correct_target":224,"sum_inclusion_delay":232.0,"sum_late_head_votes":1,"sum_late_source_votes":0,"sum_late_target_votes":0,"sum_missed_attestations":0,"sum_wrong_head_votes":1,"sum_wrong_target_votes":1,"sync_signature_count":0,"total_attestation_assignments":225,"total_attestations":230,"total_unique_attestations":225,"uptime":1.0,"validator_index":1}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1ValidatorAttestations","examples":[{"next":"https://api.rated.network//eth/validators/{validator_index_or_pubkey}/attestations?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//eth/validators/{validator_index_or_pubkey}/attestations?limit=10&offset=10","results":[[{"attester_effectiveness":95.97701149425288,"avg_correctness":0.9896296296296296,"avg_inclusion_delay":1.031111111111111,"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"hour":19056,"startDate":"2023-01-01","startDay":796,"sum_correct_head":219,"sum_correct_source":225,"sum_correct_target":224,"sum_inclusion_delay":232.0,"sum_late_head_votes":1,"sum_late_source_votes":0,"sum_late_target_votes":0,"sum_missed_attestations":0,"sum_wrong_head_votes":1,"sum_wrong_target_votes":1,"sync_signature_count":0,"total_attestation_assignments":225,"total_attestations":230,"total_unique_attestations":225,"uptime":1.0,"validator_index":1}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__41":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"hour":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Hour"},"day":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Day"},"startDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startday"},"endDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endday"},"startEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startepoch"},"endEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endepoch"},"startDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Startdate"},"endDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Enddate"},"date":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Date"},"startTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Starttimestamp"},"endTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Endtimestamp"},"startSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startslot"},"endSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endslot"},"proposedCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Proposedcount"},"proposerDutiesCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Proposerdutiescount"},"proposerEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Proposereffectiveness"},"executionProposedEmptyCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Executionproposedemptycount"},"validatorIndex":{"type":"integer","minimum":0.0,"title":"Validatorindex"}},"type":"object","required":["proposedCount","proposerDutiesCount","proposerEffectiveness","executionProposedEmptyCount","validatorIndex"],"title":"ValidatorProposals","examples":[{"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"execution_proposed_empty_count":0,"hour":19056,"proposed_count":0,"proposer_duties_count":0,"startDate":"2023-01-01","startDay":796,"validator_index":1}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1ValidatorProposals","examples":[{"next":"https://api.rated.network//v1/eth/validators/{validator_index_or_pubkey}/proposals?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/validators/{validator_index_or_pubkey}/proposals?limit=10&offset=10","results":[[{"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"execution_proposed_empty_count":0,"hour":19056,"proposed_count":0,"proposer_duties_count":0,"startDate":"2023-01-01","startDay":796,"validator_index":1}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__42":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$defs":{"IdType":{"type":"string","enum":["depositAddress","withdrawalAddress","nodeOperator","pool","poolShare","entity","validator","privateSet"],"title":"IdType"}},"properties":{"hour":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Hour"},"day":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Day"},"startDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startday"},"endDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endday"},"startEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startepoch"},"endEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endepoch"},"startDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Startdate"},"endDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Enddate"},"date":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Date"},"startTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Starttimestamp"},"endTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Endtimestamp"},"startSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startslot"},"endSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endslot"},"id":{"type":"string","title":"Id"},"idType":{"$ref":"#/components/schemas/IdType"},"validatorCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Validatorcount"},"avgInclusionDelay":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avginclusiondelay"},"avgUptime":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avguptime"},"avgCorrectness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avgcorrectness"},"avgProposerEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avgproposereffectiveness"},"avgValidatorEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avgvalidatoreffectiveness"},"avgAttesterEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avgattestereffectiveness"},"sumEndEpochBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumendepochbalance"},"sumEndEpochEffectiveBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumendepocheffectivebalance"}},"type":"object","required":["id","idType","validatorCount","avgInclusionDelay","avgUptime","avgCorrectness","avgProposerEffectiveness","avgValidatorEffectiveness","avgAttesterEffectiveness","sumEndEpochBalance","sumEndEpochEffectiveBalance"],"title":"PrivateSetEffectiveness","examples":[{"avgAttesterEffectiveness":97.9580945527236,"avgCorrectness":0.9929917401071404,"avgInclusionDelay":1.0138705386457403,"avgProposerEffectiveness":99.53271028037379,"avgUptime":0.9999466390184881,"avgValidatorEffectiveness":97.96642775943795,"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"hour":19056,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumEpochEndBalance":320000000000000000000,"sumEpochEndEffectiveBalance":320000000000000000000,"validatorCount":16075}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1PrivateSetEffectiveness","examples":[{"next":"https://api.rated.network//v1/eth/sets/{set_id}/effectiveness?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/sets/{set_id}/effectiveness?limit=10&offset=10","results":[[{"avgAttesterEffectiveness":97.9580945527236,"avgCorrectness":0.9929917401071404,"avgInclusionDelay":1.0138705386457403,"avgProposerEffectiveness":99.53271028037379,"avgUptime":0.9999466390184881,"avgValidatorEffectiveness":97.96642775943795,"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"hour":19056,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumEpochEndBalance":320000000000000000000,"sumEpochEndEffectiveBalance":320000000000000000000,"validatorCount":16075}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__43":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$defs":{"IdType":{"type":"string","enum":["depositAddress","withdrawalAddress","nodeOperator","pool","poolShare","entity","validator","privateSet"],"title":"IdType"}},"properties":{"hour":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Hour"},"day":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Day"},"startDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startday"},"endDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endday"},"startEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startepoch"},"endEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endepoch"},"startDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Startdate"},"endDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Enddate"},"date":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Date"},"startTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Starttimestamp"},"endTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Endtimestamp"},"startSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startslot"},"endSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endslot"},"id":{"type":"string","title":"Id"},"idType":{"$ref":"#/components/schemas/IdType"},"validatorCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Validatorcount"},"totalUniqueAttestations":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Totaluniqueattestations"},"sumMissedAttestations":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Summissedattestations"},"sumMissedSyncSignatures":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Summissedsyncsignatures"},"sumCorrectHead":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumcorrecthead"},"sumCorrectTarget":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumcorrecttarget"},"sumCorrectSource":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumcorrectsource"},"sumWrongHeadVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumwrongheadvotes"},"sumWrongTargetVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumwrongtargetvotes"},"sumLateTargetVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumlatetargetvotes"},"sumLateSourceVotes":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumlatesourcevotes"},"avgAttesterEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avgattestereffectiveness"},"sumInclusionDelay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Suminclusiondelay"},"sumSyncSignatureCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumsyncsignaturecount"},"sumEndEpochBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumendepochbalance"},"sumEndEpochEffectiveBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumendepocheffectivebalance"}},"type":"object","required":["id","idType","validatorCount","totalUniqueAttestations","sumMissedAttestations","sumMissedSyncSignatures","sumCorrectHead","sumCorrectTarget","sumCorrectSource","sumWrongHeadVotes","sumWrongTargetVotes","sumLateTargetVotes","sumLateSourceVotes","avgAttesterEffectiveness","sumInclusionDelay","sumSyncSignatureCount","sumEndEpochBalance","sumEndEpochEffectiveBalance"],"title":"PrivateSetAttestations","examples":[{"avgAttesterEffectiveness":97.9580945527236,"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"hour":19056,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumCorrectHead":3234,"sumCorrectSource":567,"sumCorrectTarget":234,"sumEpochEndBalance":320000000000000000000,"sumEpochEndEffectiveBalance":320000000000000000000,"sumInclusionDelay":123,"sumLateSourceVotes":675,"sumLateTargetVotes":123,"sumMissedAttestations":67958,"sumMissedSyncSignatures":965,"sumSyncSignatureCount":964,"sumWrongHeadVotes":756,"sumWrongTargetVotes":968,"totalUniqueAttestations":2341,"validatorCount":16075}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1PrivateSetAttestations","examples":[{"next":"https://api.rated.network//v1/eth/sets/{set_id}/attestations?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/sets/{set_id}/attestations?limit=10&offset=10","results":[[{"avgAttesterEffectiveness":97.9580945527236,"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"hour":19056,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumCorrectHead":3234,"sumCorrectSource":567,"sumCorrectTarget":234,"sumEpochEndBalance":320000000000000000000,"sumEpochEndEffectiveBalance":320000000000000000000,"sumInclusionDelay":123,"sumLateSourceVotes":675,"sumLateTargetVotes":123,"sumMissedAttestations":67958,"sumMissedSyncSignatures":965,"sumSyncSignatureCount":964,"sumWrongHeadVotes":756,"sumWrongTargetVotes":968,"totalUniqueAttestations":2341,"validatorCount":16075}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__44":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$defs":{"IdType":{"type":"string","enum":["depositAddress","withdrawalAddress","nodeOperator","pool","poolShare","entity","validator","privateSet"],"title":"IdType"}},"properties":{"hour":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Hour"},"day":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Day"},"startDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startday"},"endDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endday"},"startEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startepoch"},"endEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endepoch"},"startDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Startdate"},"endDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Enddate"},"date":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Date"},"startTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Starttimestamp"},"endTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Endtimestamp"},"startSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startslot"},"endSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endslot"},"id":{"type":"string","title":"Id"},"idType":{"$ref":"#/components/schemas/IdType"},"validatorCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Validatorcount"},"sumProposedCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumproposedcount"},"sumProposerDutiesCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumproposerdutiescount"},"sumExecutionProposedEmptyCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumexecutionproposedemptycount"},"avgProposerEffectiveness":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Avgproposereffectiveness"},"sumEndEpochBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumendepochbalance"},"sumEndEpochEffectiveBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumendepocheffectivebalance"}},"type":"object","required":["id","idType","validatorCount","sumProposedCount","sumProposerDutiesCount","sumExecutionProposedEmptyCount","avgProposerEffectiveness","sumEndEpochBalance","sumEndEpochEffectiveBalance"],"title":"PrivateSetProposals","examples":[{"avgProposerEffectiveness":99.53271028037379,"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"hour":19056,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumEpochEndBalance":320000000000000000000,"sumEpochEndEffectiveBalance":320000000000000000000,"sumExecutionProposedEmptyCount":2,"sumProposedCount":215,"sumProposerDutiesCount":213,"validatorCount":16075}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1PrivateSetProposals","examples":[{"next":"https://api.rated.network//v1/eth/sets/{set_id}/proposals?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/sets/{set_id}/proposals?limit=10&offset=10","results":[[{"avgProposerEffectiveness":99.53271028037379,"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"hour":19056,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumEpochEndBalance":320000000000000000000,"sumEpochEndEffectiveBalance":320000000000000000000,"sumExecutionProposedEmptyCount":2,"sumProposedCount":215,"sumProposerDutiesCount":213,"validatorCount":16075}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__45":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$defs":{"IdType":{"type":"string","enum":["depositAddress","withdrawalAddress","nodeOperator","pool","poolShare","entity","validator","privateSet"],"title":"IdType"}},"properties":{"hour":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Hour"},"day":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Day"},"startDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startday"},"endDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endday"},"startEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startepoch"},"endEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endepoch"},"startDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Startdate"},"endDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Enddate"},"date":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Date"},"startTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Starttimestamp"},"endTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Endtimestamp"},"startSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startslot"},"endSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endslot"},"id":{"type":"string","title":"Id"},"idType":{"$ref":"#/components/schemas/IdType"},"validatorCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Validatorcount"},"sumRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumrewards"},"sumEstimatedRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumestimatedrewards"},"sumPriorityFees":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumpriorityfees"},"sumBaselineMev":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumbaselinemev"},"sumMissedExecutionRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Summissedexecutionrewards"},"sumConsensusBlockRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumconsensusblockrewards"},"sumMissedConsensusBlockRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Summissedconsensusblockrewards"},"sumAllRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumallrewards"},"sumAttestationRewards":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Sumattestationrewards"},"sumMissedAttestationRewards":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Summissedattestationrewards"},"sumMissedSyncCommitteeRewards":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Summissedsynccommitteerewards"},"sumExternallySourcedExecutionRewards":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumexternallysourcedexecutionrewards"},"sumSyncCommitteeRewards":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Sumsynccommitteerewards"},"sumEndEpochBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumendepochbalance"},"sumEndEpochEffectiveBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumendepocheffectivebalance"}},"type":"object","required":["id","idType","validatorCount","sumRewards","sumEstimatedRewards","sumPriorityFees","sumBaselineMev","sumMissedExecutionRewards","sumConsensusBlockRewards","sumMissedConsensusBlockRewards","sumAllRewards","sumAttestationRewards","sumMissedAttestationRewards","sumMissedSyncCommitteeRewards","sumExternallySourcedExecutionRewards","sumSyncCommitteeRewards","sumEndEpochBalance","sumEndEpochEffectiveBalance"],"title":"EntityRewards","examples":[{"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"hour":19056,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumAllRewards":72694727007,"sumAttestationRewards":50120815885,"sumBaselineMev":5266131924,"sumConsensusBlockRewards":6554423259,"sumEpochEndBalance":320000000000000000000,"sumEpochEndEffectiveBalance":320000000000000000000,"sumEstimatedRewards":56675239144,"sumExternallySourcedExecutionRewards":14862131536,"sumMissedAttestationRewards":269961427,"sumMissedConsensusBlockRewards":31228533,"sumMissedExecutionRewards":58181568,"sumMissedSyncCommitteeRewards":44317643,"sumPriorityFees":10662221791,"sumRewards":56766373292,"sumSyncCommitteeRewards":44317643,"validatorCount":16075}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1EntityRewards","examples":[{"next":"https://api.rated.network//v1/eth/entities/{entity_id}/rewards?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/entities/{entity_id}/rewards?limit=10&offset=10","results":[[{"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"hour":19056,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumAllRewards":72694727007,"sumAttestationRewards":50120815885,"sumBaselineMev":5266131924,"sumConsensusBlockRewards":6554423259,"sumEpochEndBalance":320000000000000000000,"sumEpochEndEffectiveBalance":320000000000000000000,"sumEstimatedRewards":56675239144,"sumExternallySourcedExecutionRewards":14862131536,"sumMissedAttestationRewards":269961427,"sumMissedConsensusBlockRewards":31228533,"sumMissedExecutionRewards":58181568,"sumMissedSyncCommitteeRewards":44317643,"sumPriorityFees":10662221791,"sumRewards":56766373292,"sumSyncCommitteeRewards":44317643,"validatorCount":16075}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__46":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$defs":{"IdType":{"type":"string","enum":["depositAddress","withdrawalAddress","nodeOperator","pool","poolShare","entity","validator","privateSet"],"title":"IdType"}},"properties":{"hour":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Hour"},"day":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Day"},"startDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startday"},"endDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endday"},"startEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startepoch"},"endEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endepoch"},"startDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Startdate"},"endDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Enddate"},"date":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Date"},"startTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Starttimestamp"},"endTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Endtimestamp"},"startSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startslot"},"endSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endslot"},"id":{"type":"string","title":"Id"},"idType":{"$ref":"#/components/schemas/IdType"},"validatorCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Validatorcount"},"sumEstimatedPenalties":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumestimatedpenalties"},"sumSyncCommitteePenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumsynccommitteepenalties"},"sumWrongTargetPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumwrongtargetpenalties"},"sumLateTargetPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumlatetargetpenalties"},"sumMissedAttestationPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Summissedattestationpenalties"},"sumWrongHeadPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumwrongheadpenalties"},"sumLateSourcePenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumlatesourcepenalties"},"sumEndEpochBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumendepochbalance"},"sumEndEpochEffectiveBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumendepocheffectivebalance"}},"type":"object","required":["id","idType","validatorCount","sumEstimatedPenalties","sumSyncCommitteePenalties","sumWrongTargetPenalties","sumLateTargetPenalties","sumMissedAttestationPenalties","sumWrongHeadPenalties","sumLateSourcePenalties","sumEndEpochBalance","sumEndEpochEffectiveBalance"],"title":"EntityPenalties","examples":[{"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"hour":19056,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumEpochEndBalance":320000000000000000000,"sumEpochEndEffectiveBalance":320000000000000000000,"sumEstimatedPenalties":-82967688,"sumLateSourcePenalties":-7960547,"sumLateTargetPenalties":0,"sumMissedAttestationPenalties":-1926140,"sumSyncCommitteePenalties":-44317643,"sumWrongHeadPenalties":0,"sumWrongTargetPenalties":-28763358,"validatorCount":16075}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1EntityPenalties","examples":[{"next":"https://api.rated.network//v1/eth/entities/{entity_id}/penalties?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/entities/{entity_id}/penalties?limit=10&offset=10","results":[[{"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"hour":19056,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumEpochEndBalance":320000000000000000000,"sumEpochEndEffectiveBalance":320000000000000000000,"sumEstimatedPenalties":-82967688,"sumLateSourcePenalties":-7960547,"sumLateTargetPenalties":0,"sumMissedAttestationPenalties":-1926140,"sumSyncCommitteePenalties":-44317643,"sumWrongHeadPenalties":0,"sumWrongTargetPenalties":-28763358,"validatorCount":16075}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__47":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"epoch":{"type":"integer","minimum":0.0,"title":"Epoch"},"consensusSlot":{"type":"integer","minimum":0.0,"title":"Consensusslot"},"executionBlockNumber":{"type":"integer","minimum":0.0,"title":"Executionblocknumber"},"slotIndex":{"type":"integer","minimum":0.0,"title":"Slotindex"},"withdrawalIndex":{"type":"integer","minimum":0.0,"title":"Withdrawalindex"},"validatorIndex":{"type":"integer","minimum":0.0,"title":"Validatorindex"},"withdrawalAddress":{"type":"string","title":"Withdrawaladdress"},"amountInGwei":{"type":"integer","minimum":0.0,"title":"Amountingwei"}},"type":"object","required":["epoch","consensusSlot","executionBlockNumber","slotIndex","withdrawalIndex","validatorIndex","withdrawalAddress","amountInGwei"],"title":"EntityWithdrawal","examples":[{"amountInGwei":100000,"consensusSlot":19056,"epoch":796,"executionBlockNumber":19056,"slotIndex":0,"validatorIndex":0,"withdrawalAddress":"0x1123","withdrawalIndex":0}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1EntityWithdrawal","examples":[{"next":"https://api.rated.network//v1/eth/entities/{withdrawal_address}/withdrawals?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/entities/{withdrawal_address}/withdrawals?limit=10&offset=10","results":[[{"amountInGwei":100000,"consensusSlot":19056,"epoch":796,"executionBlockNumber":19056,"slotIndex":0,"validatorIndex":0,"withdrawalAddress":"0x1123","withdrawalIndex":0}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__48":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"hour":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Hour"},"day":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Day"},"startDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startday"},"endDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endday"},"startEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startepoch"},"endEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endepoch"},"startDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Startdate"},"endDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Enddate"},"date":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Date"},"startTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Starttimestamp"},"endTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Endtimestamp"},"startSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startslot"},"endSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endslot"},"validatorIndex":{"type":"integer","minimum":0.0,"title":"Validatorindex"},"rewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Rewards"},"estimatedRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Estimatedrewards"},"sumPriorityFees":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumpriorityfees"},"sumBaselineMev":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumbaselinemev"},"sumMissedExecutionRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Summissedexecutionrewards"},"sumConsensusBlockRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumconsensusblockrewards"},"sumMissedConsensusBlockRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Summissedconsensusblockrewards"},"sumAllRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumallrewards"},"sumAttestationRewards":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumattestationrewards"},"sumMissedAttestationRewards":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Summissedattestationrewards"},"sumMissedSyncCommitteeRewards":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Summissedsynccommitteerewards"},"sumExternallySourcedExecutionRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumexternallysourcedexecutionrewards"},"sumSyncCommitteeRewards":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumsynccommitteerewards"},"endEpochBalance":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Endepochbalance"},"endEpochEffectiveBalance":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Endepocheffectivebalance"},"sumPriorityFeesWei":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Sumpriorityfeeswei"},"sumBaselineMevWei":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Sumbaselinemevwei"}},"type":"object","required":["validatorIndex","rewards"],"title":"ValidatorRewards","examples":[{"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"endEpochBalance":34230000000,"endEpochEffectiveBalance":32000000000,"estimatedRewards":56675239144,"hour":19056,"rewards":56766373292,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumAllRewards":72694727007,"sumAttestationRewards":50120815885,"sumBaselineMev":5266131924,"sumBaselineMevWei":5266131924000000000,"sumConsensusBlockRewards":6554423259,"sumExternallySourcedExecutionRewards":14862131536,"sumMissedAttestationRewards":269961427,"sumMissedConsensusBlockRewards":31228533,"sumMissedExecutionRewards":58181568,"sumMissedSyncCommitteeRewards":44317643,"sumPriorityFees":10662221791,"sumPriorityFeesWei":10662221791000000000,"sumSyncCommitteeRewards":44317643,"validatorCount":16075}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1ValidatorRewards","examples":[{"next":"https://api.rated.network//v1/eth/validators/{validator_index_or_pubkey}/rewards?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/validators/{validator_index_or_pubkey}/rewards?limit=10&offset=10","results":[[{"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"endEpochBalance":34230000000,"endEpochEffectiveBalance":32000000000,"estimatedRewards":56675239144,"hour":19056,"rewards":56766373292,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumAllRewards":72694727007,"sumAttestationRewards":50120815885,"sumBaselineMev":5266131924,"sumBaselineMevWei":5266131924000000000,"sumConsensusBlockRewards":6554423259,"sumExternallySourcedExecutionRewards":14862131536,"sumMissedAttestationRewards":269961427,"sumMissedConsensusBlockRewards":31228533,"sumMissedExecutionRewards":58181568,"sumMissedSyncCommitteeRewards":44317643,"sumPriorityFees":10662221791,"sumPriorityFeesWei":10662221791000000000,"sumSyncCommitteeRewards":44317643,"validatorCount":16075}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__49":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"hour":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Hour"},"day":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Day"},"startDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startday"},"endDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endday"},"startEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startepoch"},"endEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endepoch"},"startDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Startdate"},"endDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Enddate"},"date":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Date"},"startTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Starttimestamp"},"endTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Endtimestamp"},"startSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startslot"},"endSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endslot"},"validatorIndex":{"type":"integer","minimum":0.0,"title":"Validatorindex"},"estimatedPenalties":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Estimatedpenalties"},"sumSyncCommitteePenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumsynccommitteepenalties"},"sumWrongTargetPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumwrongtargetpenalties"},"sumLateTargetPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumlatetargetpenalties"},"sumMissedAttestationPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Summissedattestationpenalties"},"sumWrongHeadPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumwrongheadpenalties"},"sumLateSourcePenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumlatesourcepenalties"}},"type":"object","required":["validatorIndex","estimatedPenalties","sumSyncCommitteePenalties","sumWrongTargetPenalties","sumLateTargetPenalties","sumMissedAttestationPenalties","sumWrongHeadPenalties","sumLateSourcePenalties"],"title":"ValidatorPenalties","examples":[{"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"estimatedPenalties":-82967688,"hour":19056,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumLateSourcePenalties":-7960547,"sumLateTargetPenalties":0,"sumMissedAttestationPenalties":-1926140,"sumSyncCommitteePenalties":-44317643,"sumWrongHeadPenalties":0,"sumWrongTargetPenalties":-28763358,"validatorCount":16075}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1ValidatorPenalties","examples":[{"next":"https://api.rated.network//v1/eth/validators/{validator_index_or_pubkey}/penalties?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/validators/{validator_index_or_pubkey}/penalties?limit=10&offset=10","results":[[{"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"estimatedPenalties":-82967688,"hour":19056,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumLateSourcePenalties":-7960547,"sumLateTargetPenalties":0,"sumMissedAttestationPenalties":-1926140,"sumSyncCommitteePenalties":-44317643,"sumWrongHeadPenalties":0,"sumWrongTargetPenalties":-28763358,"validatorCount":16075}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__5":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"day":{"type":"string","format":"date","title":"Day"},"fromSlot":{"type":"integer","minimum":0.0,"title":"Fromslot"},"toSlot":{"type":"integer","minimum":0.0,"title":"Toslot"},"country":{"type":"string","title":"Country"},"city":{"type":"string","title":"City"},"hostingProvider":{"type":"string","title":"Hostingprovider"},"medianVoteLatency":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Medianvotelatency"}},"type":"object","required":["day","fromSlot","toSlot","country","city","hostingProvider","medianVoteLatency"],"title":"SolanaNetworkGeolocationDailyLatency","examples":[{"city":"Frankfurt","country":"Germany","day":"2024-01-01","fromSlot":250000000,"hostingProvider":"Hoster Roster","medianVoteLatency":1.202,"toSlot":250200000}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1SolanaNetworkGeolocationDailyLatency","examples":[{"next":"https://api.rated.network//v1/solana/network/geolocation/latency?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/solana/network/geolocation/latency?limit=10&offset=10","results":[[{"city":"Frankfurt","country":"Germany","day":"2024-01-01","fromSlot":250000000,"hostingProvider":"Hoster Roster","medianVoteLatency":1.202,"toSlot":250200000}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__50":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"epoch":{"type":"integer","minimum":0.0,"title":"Epoch"},"consensusSlot":{"type":"integer","minimum":0.0,"title":"Consensusslot"},"executionBlockNumber":{"type":"integer","minimum":0.0,"title":"Executionblocknumber"},"slotIndex":{"type":"integer","minimum":0.0,"title":"Slotindex"},"withdrawalIndex":{"type":"integer","minimum":0.0,"title":"Withdrawalindex"},"validatorIndex":{"type":"integer","minimum":0.0,"title":"Validatorindex"},"withdrawalAddress":{"type":"string","title":"Withdrawaladdress"},"amountInGwei":{"type":"integer","minimum":0.0,"title":"Amountingwei"}},"type":"object","required":["epoch","consensusSlot","executionBlockNumber","slotIndex","withdrawalIndex","validatorIndex","withdrawalAddress","amountInGwei"],"title":"EntityWithdrawal","examples":[{"amountInGwei":100000,"consensusSlot":19056,"epoch":796,"executionBlockNumber":19056,"slotIndex":0,"validatorIndex":0,"withdrawalAddress":"0x1123","withdrawalIndex":0}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1DetailEntityWithdrawal","examples":[{"next":"https://api.rated.network//v1/eth/validators/{validator_index_or_pubkey}/withdrawals?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/validators/{validator_index_or_pubkey}/withdrawals?limit=10&offset=10","results":[[{"amountInGwei":100000,"consensusSlot":19056,"epoch":796,"executionBlockNumber":19056,"slotIndex":0,"validatorIndex":0,"withdrawalAddress":"0x1123","withdrawalIndex":0}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__51":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"hour":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Hour"},"day":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Day"},"startDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startday"},"endDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endday"},"startEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startepoch"},"endEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endepoch"},"startDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Startdate"},"endDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Enddate"},"date":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Date"},"startTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Starttimestamp"},"endTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Endtimestamp"},"startSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startslot"},"endSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endslot"},"validatorIndex":{"type":"integer","minimum":0.0,"title":"Validatorindex"},"rewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Rewards"},"estimatedRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Estimatedrewards"},"sumPriorityFees":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumpriorityfees"},"sumBaselineMev":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumbaselinemev"},"sumMissedExecutionRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Summissedexecutionrewards"},"sumConsensusBlockRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumconsensusblockrewards"},"sumMissedConsensusBlockRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Summissedconsensusblockrewards"},"sumAllRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumallrewards"},"sumAttestationRewards":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumattestationrewards"},"sumMissedAttestationRewards":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Summissedattestationrewards"},"sumMissedSyncCommitteeRewards":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Summissedsynccommitteerewards"},"sumExternallySourcedExecutionRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumexternallysourcedexecutionrewards"},"sumSyncCommitteeRewards":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumsynccommitteerewards"},"endEpochBalance":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Endepochbalance"},"endEpochEffectiveBalance":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Endepocheffectivebalance"},"sumPriorityFeesWei":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Sumpriorityfeeswei"},"sumBaselineMevWei":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Sumbaselinemevwei"}},"type":"object","required":["validatorIndex","rewards"],"title":"ValidatorRewards","examples":[{"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"endEpochBalance":34230000000,"endEpochEffectiveBalance":32000000000,"estimatedRewards":56675239144,"hour":19056,"rewards":56766373292,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumAllRewards":72694727007,"sumAttestationRewards":50120815885,"sumBaselineMev":5266131924,"sumBaselineMevWei":5266131924000000000,"sumConsensusBlockRewards":6554423259,"sumExternallySourcedExecutionRewards":14862131536,"sumMissedAttestationRewards":269961427,"sumMissedConsensusBlockRewards":31228533,"sumMissedExecutionRewards":58181568,"sumMissedSyncCommitteeRewards":44317643,"sumPriorityFees":10662221791,"sumPriorityFeesWei":10662221791000000000,"sumSyncCommitteeRewards":44317643,"validatorCount":16075}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1DetailValidatorRewards","examples":[{"next":"https://api.rated.network//v1/eth/validators/rewards?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/validators/rewards?limit=10&offset=10","results":[[{"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"endEpochBalance":34230000000,"endEpochEffectiveBalance":32000000000,"estimatedRewards":56675239144,"hour":19056,"rewards":56766373292,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumAllRewards":72694727007,"sumAttestationRewards":50120815885,"sumBaselineMev":5266131924,"sumBaselineMevWei":5266131924000000000,"sumConsensusBlockRewards":6554423259,"sumExternallySourcedExecutionRewards":14862131536,"sumMissedAttestationRewards":269961427,"sumMissedConsensusBlockRewards":31228533,"sumMissedExecutionRewards":58181568,"sumMissedSyncCommitteeRewards":44317643,"sumPriorityFees":10662221791,"sumPriorityFeesWei":10662221791000000000,"sumSyncCommitteeRewards":44317643,"validatorCount":16075}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__52":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"hour":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Hour"},"day":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Day"},"startDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startday"},"endDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endday"},"startEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startepoch"},"endEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endepoch"},"startDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Startdate"},"endDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Enddate"},"date":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Date"},"startTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Starttimestamp"},"endTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Endtimestamp"},"startSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startslot"},"endSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endslot"},"validatorIndex":{"type":"integer","minimum":0.0,"title":"Validatorindex"},"estimatedPenalties":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Estimatedpenalties"},"sumSyncCommitteePenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumsynccommitteepenalties"},"sumWrongTargetPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumwrongtargetpenalties"},"sumLateTargetPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumlatetargetpenalties"},"sumMissedAttestationPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Summissedattestationpenalties"},"sumWrongHeadPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumwrongheadpenalties"},"sumLateSourcePenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumlatesourcepenalties"}},"type":"object","required":["validatorIndex","estimatedPenalties","sumSyncCommitteePenalties","sumWrongTargetPenalties","sumLateTargetPenalties","sumMissedAttestationPenalties","sumWrongHeadPenalties","sumLateSourcePenalties"],"title":"ValidatorPenalties","examples":[{"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"estimatedPenalties":-82967688,"hour":19056,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumLateSourcePenalties":-7960547,"sumLateTargetPenalties":0,"sumMissedAttestationPenalties":-1926140,"sumSyncCommitteePenalties":-44317643,"sumWrongHeadPenalties":0,"sumWrongTargetPenalties":-28763358,"validatorCount":16075}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1DetailValidatorPenalties","examples":[{"next":"https://api.rated.network//v1/eth/validators/penalties?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/validators/penalties?limit=10&offset=10","results":[[{"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"estimatedPenalties":-82967688,"hour":19056,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumLateSourcePenalties":-7960547,"sumLateTargetPenalties":0,"sumMissedAttestationPenalties":-1926140,"sumSyncCommitteePenalties":-44317643,"sumWrongHeadPenalties":0,"sumWrongTargetPenalties":-28763358,"validatorCount":16075}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__53":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$defs":{"IdType":{"type":"string","enum":["depositAddress","withdrawalAddress","nodeOperator","pool","poolShare","entity","validator","privateSet"],"title":"IdType"}},"properties":{"hour":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Hour"},"day":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Day"},"startDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startday"},"endDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endday"},"startEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startepoch"},"endEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endepoch"},"startDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Startdate"},"endDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Enddate"},"date":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Date"},"startTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Starttimestamp"},"endTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Endtimestamp"},"startSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startslot"},"endSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endslot"},"id":{"type":"string","title":"Id"},"idType":{"$ref":"#/components/schemas/IdType"},"validatorCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Validatorcount"},"sumRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumrewards"},"sumEstimatedRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumestimatedrewards"},"sumPriorityFees":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumpriorityfees"},"sumBaselineMev":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumbaselinemev"},"sumMissedExecutionRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Summissedexecutionrewards"},"sumConsensusBlockRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumconsensusblockrewards"},"sumMissedConsensusBlockRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Summissedconsensusblockrewards"},"sumAllRewards":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumallrewards"},"sumAttestationRewards":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Sumattestationrewards"},"sumMissedAttestationRewards":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Summissedattestationrewards"},"sumMissedSyncCommitteeRewards":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Summissedsynccommitteerewards"},"sumExternallySourcedExecutionRewards":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Sumexternallysourcedexecutionrewards"},"sumSyncCommitteeRewards":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Sumsynccommitteerewards"},"sumEndEpochBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumendepochbalance"},"sumEndEpochEffectiveBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumendepocheffectivebalance"}},"type":"object","required":["id","idType","validatorCount","sumRewards","sumEstimatedRewards","sumPriorityFees","sumBaselineMev","sumMissedExecutionRewards","sumConsensusBlockRewards","sumMissedConsensusBlockRewards","sumAllRewards","sumAttestationRewards","sumMissedAttestationRewards","sumMissedSyncCommitteeRewards","sumExternallySourcedExecutionRewards","sumSyncCommitteeRewards","sumEndEpochBalance","sumEndEpochEffectiveBalance"],"title":"PrivateSetRewards","examples":[{"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"hour":19056,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumAllRewards":72694727007,"sumAttestationRewards":50120815885,"sumBaselineMev":5266131924,"sumConsensusBlockRewards":6554423259,"sumEpochEndBalance":320000000000000000000,"sumEpochEndEffectiveBalance":320000000000000000000,"sumEstimatedRewards":56675239144,"sumExternallySourcedExecutionRewards":14862131536,"sumMissedAttestationRewards":269961427,"sumMissedConsensusBlockRewards":31228533,"sumMissedExecutionRewards":58181568,"sumMissedSyncCommitteeRewards":44317643,"sumPriorityFees":10662221791,"sumRewards":56766373292,"sumSyncCommitteeRewards":44317643,"validatorCount":16075}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1PrivateSetRewards","examples":[{"next":"https://api.rated.network//v1/eth/sets/{set_id}/rewards?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/sets/{set_id}/rewards?limit=10&offset=10","results":[[{"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"hour":19056,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumAllRewards":72694727007,"sumAttestationRewards":50120815885,"sumBaselineMev":5266131924,"sumConsensusBlockRewards":6554423259,"sumEpochEndBalance":320000000000000000000,"sumEpochEndEffectiveBalance":320000000000000000000,"sumEstimatedRewards":56675239144,"sumExternallySourcedExecutionRewards":14862131536,"sumMissedAttestationRewards":269961427,"sumMissedConsensusBlockRewards":31228533,"sumMissedExecutionRewards":58181568,"sumMissedSyncCommitteeRewards":44317643,"sumPriorityFees":10662221791,"sumRewards":56766373292,"sumSyncCommitteeRewards":44317643,"validatorCount":16075}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__54":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$defs":{"IdType":{"type":"string","enum":["depositAddress","withdrawalAddress","nodeOperator","pool","poolShare","entity","validator","privateSet"],"title":"IdType"}},"properties":{"hour":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Hour"},"day":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Day"},"startDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startday"},"endDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endday"},"startEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startepoch"},"endEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endepoch"},"startDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Startdate"},"endDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Enddate"},"date":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Date"},"startTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Starttimestamp"},"endTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Endtimestamp"},"startSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startslot"},"endSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endslot"},"id":{"type":"string","title":"Id"},"idType":{"$ref":"#/components/schemas/IdType"},"validatorCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Validatorcount"},"sumEstimatedPenalties":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Sumestimatedpenalties"},"sumSyncCommitteePenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumsynccommitteepenalties"},"sumWrongTargetPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumwrongtargetpenalties"},"sumLateTargetPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumlatetargetpenalties"},"sumMissedAttestationPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Summissedattestationpenalties"},"sumWrongHeadPenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumwrongheadpenalties"},"sumLateSourcePenalties":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumlatesourcepenalties"},"sumEndEpochBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumendepochbalance"},"sumEndEpochEffectiveBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumendepocheffectivebalance"}},"type":"object","required":["id","idType","validatorCount","sumEstimatedPenalties","sumSyncCommitteePenalties","sumWrongTargetPenalties","sumLateTargetPenalties","sumMissedAttestationPenalties","sumWrongHeadPenalties","sumLateSourcePenalties","sumEndEpochBalance","sumEndEpochEffectiveBalance"],"title":"PrivateSetPenalties","examples":[{"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"hour":19056,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumEpochEndBalance":320000000000000000000,"sumEpochEndEffectiveBalance":320000000000000000000,"sumEstimatedPenalties":-82967688,"sumLateSourcePenalties":-7960547,"sumLateTargetPenalties":0,"sumMissedAttestationPenalties":-1926140,"sumSyncCommitteePenalties":-44317643,"sumWrongHeadPenalties":0,"sumWrongTargetPenalties":-28763358,"validatorCount":16075}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1PrivateSetPenalties","examples":[{"next":"https://api.rated.network//v1/eth/sets/{set_id}/penalties?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/sets/{set_id}/penalties?limit=10&offset=10","results":[[{"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"hour":19056,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumEpochEndBalance":320000000000000000000,"sumEpochEndEffectiveBalance":320000000000000000000,"sumEstimatedPenalties":-82967688,"sumLateSourcePenalties":-7960547,"sumLateTargetPenalties":0,"sumMissedAttestationPenalties":-1926140,"sumSyncCommitteePenalties":-44317643,"sumWrongHeadPenalties":0,"sumWrongTargetPenalties":-28763358,"validatorCount":16075}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__55":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$defs":{"IdType":{"type":"string","enum":["depositAddress","withdrawalAddress","nodeOperator","pool","poolShare","entity","validator","privateSet"],"title":"IdType"}},"properties":{"id":{"type":"string","title":"Id"},"type":{"anyOf":[{"$ref":"#/components/schemas/IdType"},{"type":"null"}]},"window":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Window"},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"validatorCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Validatorcount"},"avgValidatorEffectiveness":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Avgvalidatoreffectiveness"},"networkPenetration":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Networkpenetration"},"clientPercentages":{"anyOf":[{"items":{"additionalProperties":true,"type":"object"},"type":"array"},{"type":"null"}],"title":"Clientpercentages"},"relayerPercentages":{"anyOf":[{"items":{"additionalProperties":true,"type":"object"},"type":"array"},{"type":"null"}],"title":"Relayerpercentages"},"sumEpochEndBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumepochendbalance"},"sumEpochEndEffectiveBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumepochendeffectivebalance"}},"type":"object","required":["id","type","window","name","validatorCount","avgValidatorEffectiveness","networkPenetration","clientPercentages","relayerPercentages","sumEpochEndBalance","sumEpochEndEffectiveBalance"],"title":"EntitySummary","examples":[{"avgValidatorEffectiveness":0.07855633469653803,"clientPercentages":[{"client":"Prysm","percentage":0.5},{"client":"Lighthouse","percentage":0.3}],"id":"0xa40dfee99e1c85dc97fdc594b16a460717838703","name":"0xa40dfee99e1c85dc97fdc594b16a460717838703","networkPenetration":0.07855633469653803,"relayerPercentages":[{"percentage":0.5,"relayer":"no_mev_boost"},{"percentage":0.3,"relayer":"bloxroute_regulated"}],"sumEndEpochBalance":320000000000000000000,"sumEndEpochEffectiveBalance":320000000000000000000,"type":"depositAddress","validatorCount":37361,"window":"1d"}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1EntitySummary","examples":[{"next":"https://api.rated.network//v1/eth/entities/summaries?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/entities/summaries?limit=10&offset=10","results":[[{"avgValidatorEffectiveness":0.07855633469653803,"clientPercentages":[{"client":"Prysm","percentage":0.5},{"client":"Lighthouse","percentage":0.3}],"id":"0xa40dfee99e1c85dc97fdc594b16a460717838703","name":"0xa40dfee99e1c85dc97fdc594b16a460717838703","networkPenetration":0.07855633469653803,"relayerPercentages":[{"percentage":0.5,"relayer":"no_mev_boost"},{"percentage":0.3,"relayer":"bloxroute_regulated"}],"sumEndEpochBalance":320000000000000000000,"sumEndEpochEffectiveBalance":320000000000000000000,"type":"depositAddress","validatorCount":37361,"window":"1d"}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__56":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"id":{"type":"string","title":"Id"},"idType":{"type":"string","title":"Idtype"}},"type":"object","required":["id","idType"],"title":"LcBenchmarkEntities","examples":[{"id:":"This Operator","id_type:":"nodeOperator"}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1LcBenchmarkEntities","examples":[{"next":"https://api.rated.network//v1/eth/entities/pros?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/entities/pros?limit=10&offset=10","results":[[{"id:":"This Operator","id_type:":"nodeOperator"}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__57":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$defs":{"IdType":{"type":"string","enum":["depositAddress","withdrawalAddress","nodeOperator","pool","poolShare","entity","validator","privateSet"],"title":"IdType"}},"properties":{"id":{"type":"string","title":"Id"},"type":{"anyOf":[{"$ref":"#/components/schemas/IdType"},{"type":"null"}]},"window":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Window"},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"validatorCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Validatorcount"},"avgValidatorEffectiveness":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Avgvalidatoreffectiveness"},"networkPenetration":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Networkpenetration"},"clientPercentages":{"anyOf":[{"items":{"additionalProperties":true,"type":"object"},"type":"array"},{"type":"null"}],"title":"Clientpercentages"},"relayerPercentages":{"anyOf":[{"items":{"additionalProperties":true,"type":"object"},"type":"array"},{"type":"null"}],"title":"Relayerpercentages"},"sumEpochEndBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumepochendbalance"},"sumEpochEndEffectiveBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumepochendeffectivebalance"}},"type":"object","required":["id","type","window","name","validatorCount","avgValidatorEffectiveness","networkPenetration","clientPercentages","relayerPercentages","sumEpochEndBalance","sumEpochEndEffectiveBalance"],"title":"EntitySummary","examples":[{"avgValidatorEffectiveness":0.07855633469653803,"clientPercentages":[{"client":"Prysm","percentage":0.5},{"client":"Lighthouse","percentage":0.3}],"id":"0xa40dfee99e1c85dc97fdc594b16a460717838703","name":"0xa40dfee99e1c85dc97fdc594b16a460717838703","networkPenetration":0.07855633469653803,"relayerPercentages":[{"percentage":0.5,"relayer":"no_mev_boost"},{"percentage":0.3,"relayer":"bloxroute_regulated"}],"sumEndEpochBalance":320000000000000000000,"sumEndEpochEffectiveBalance":320000000000000000000,"type":"depositAddress","validatorCount":37361,"window":"1d"}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1IndividualEntitySummary","examples":[{"next":"https://api.rated.network//v1/eth/entities/{entity_id}/summaries?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/entities/{entity_id}/summaries?limit=10&offset=10","results":[[{"avgValidatorEffectiveness":0.07855633469653803,"clientPercentages":[{"client":"Prysm","percentage":0.5},{"client":"Lighthouse","percentage":0.3}],"id":"0xa40dfee99e1c85dc97fdc594b16a460717838703","name":"0xa40dfee99e1c85dc97fdc594b16a460717838703","networkPenetration":0.07855633469653803,"relayerPercentages":[{"percentage":0.5,"relayer":"no_mev_boost"},{"percentage":0.3,"relayer":"bloxroute_regulated"}],"sumEndEpochBalance":320000000000000000000,"sumEndEpochEffectiveBalance":320000000000000000000,"type":"depositAddress","validatorCount":37361,"window":"1d"}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__58":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$defs":{"IdType":{"type":"string","enum":["depositAddress","withdrawalAddress","nodeOperator","pool","poolShare","entity","validator","privateSet"],"title":"IdType"}},"properties":{"id":{"type":"string","title":"Id"},"type":{"$ref":"#/components/schemas/IdType"},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"validatorCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Validatorcount"},"networkPenetration":{"anyOf":[{"type":"number","minimum":0.0},{"type":"null"}],"title":"Networkpenetration"},"operatorCount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Operatorcount"}},"type":"object","required":["id","type","name","validatorCount","networkPenetration","operatorCount"],"title":"EntityOverview","examples":[{"id":"0xa40dfee99e1c85dc97fdc594b16a460717838703","name":"0xa40dfee99e1c85dc97fdc594b16a460717838703","networkPenetration":0.07855633469653803,"operatorCount":0,"type":"depositAddress","validatorCount":37361}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1EntityOverview","examples":[{"next":"https://api.rated.network//v1/eth/entities?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/entities?limit=10&offset=10","results":[[{"id":"0xa40dfee99e1c85dc97fdc594b16a460717838703","name":"0xa40dfee99e1c85dc97fdc594b16a460717838703","networkPenetration":0.07855633469653803,"operatorCount":0,"type":"depositAddress","validatorCount":37361}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__59":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"validatorIndex":{"type":"integer","minimum":0.0,"title":"Validatorindex"},"validatorPubkey":{"type":"string","title":"Validatorpubkey"},"activationEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Activationepoch"},"activationEligibilityEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Activationeligibilityepoch"},"exitEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Exitepoch"},"withdrawableEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Withdrawableepoch"}},"type":"object","required":["validatorIndex","validatorPubkey","activationEpoch","activationEligibilityEpoch","exitEpoch","withdrawableEpoch"],"title":"ValidatorOverview","examples":[{"activation_eligibility_epoch":171000,"activation_epoch":169000,"exit_epoch":172000,"validator_index":1,"validator_pubkey":"0xb44440543ceef8d77e065c70da15f7b731e56db5457571c465f025e032bbcd263a0990c8749b4ca6ff20d77004466666","withdrawable_epoch":172256}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1ValidatorOverview","examples":[{"next":"https://api.rated.network//v1/eth/validators?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/validators?limit=10&offset=10","results":[[{"activation_eligibility_epoch":171000,"activation_epoch":169000,"exit_epoch":172000,"validator_index":1,"validator_pubkey":"0xb44440543ceef8d77e065c70da15f7b731e56db5457571c465f025e032bbcd263a0990c8749b4ca6ff20d77004466666","withdrawable_epoch":172256}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__6":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"fromDate":{"type":"string","format":"date","title":"Fromdate"},"toDate":{"type":"string","format":"date","title":"Todate"},"fromSlot":{"type":"integer","title":"Fromslot"},"toSlot":{"type":"integer","title":"Toslot"},"voteSuccessRate":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Votesuccessrate"},"missedBlocksRate":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Missedblocksrate"},"votingLatency":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Votinglatency"},"effectiveness":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Effectiveness"}},"type":"object","required":["fromDate","toDate","fromSlot","toSlot"],"title":"SolanaNetworkEffectiveness","examples":[{"effectiveness":0.999,"fromDate":"2024-01-01","fromSlot":250000000,"missedBlocksRate":0.999,"toDate":"2024-01-01","toSlot":250200000,"voteSuccessRate":0.999,"votingLatency":0.999}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1SolanaNetworkEffectiveness","examples":[{"next":"https://api.rated.network//v1/solana/network/effectiveness?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/solana/network/effectiveness?limit=10&offset=10","results":[[{"effectiveness":0.999,"fromDate":"2024-01-01","fromSlot":250000000,"missedBlocksRate":0.999,"toDate":"2024-01-01","toSlot":250200000,"voteSuccessRate":0.999,"votingLatency":0.999}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__60":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"validatorIndex":{"type":"integer","minimum":0.0,"title":"Validatorindex"},"validatorPubkey":{"type":"string","title":"Validatorpubkey"},"pool":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Pool"},"dvtNetwork":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Dvtnetwork"},"nodeOperators":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Nodeoperators"},"dvtOperators":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Dvtoperators"},"depositAddresses":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Depositaddresses"},"withdrawalAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Withdrawaladdress"}},"type":"object","required":["validatorIndex","validatorPubkey","pool","dvtNetwork","nodeOperators","dvtOperators","depositAddresses","withdrawalAddress"],"title":"EntityMappings","examples":[{"depositAddresses":["0x74134d0c91798d720a5585364bb4be7396c5b973"],"dvtOperators":[],"nodeOperators":[],"validatorIndex":100,"validatorPubkey":"0xb5bc96b70df0dfcc252c9ff0d1b42cb6dc0d55f8defa474dc0a5c7e0402c241e2850fea9c582e276b638b3c2c3a5ec55","withdrawalAddress":"0xfff1ce616cf83327981bf61396ad0c04e0c8b771"}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1EntityMappings","examples":[{"next":"https://api.rated.network//v1/eth/entities/{entity_id}/mappings?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/entities/{entity_id}/mappings?limit=10&offset=10","results":[[{"depositAddresses":["0x74134d0c91798d720a5585364bb4be7396c5b973"],"dvtOperators":[],"nodeOperators":[],"validatorIndex":100,"validatorPubkey":"0xb5bc96b70df0dfcc252c9ff0d1b42cb6dc0d55f8defa474dc0a5c7e0402c241e2850fea9c582e276b638b3c2c3a5ec55","withdrawalAddress":"0xfff1ce616cf83327981bf61396ad0c04e0c8b771"}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__61":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$defs":{"IdType":{"type":"string","enum":["depositAddress","withdrawalAddress","nodeOperator","pool","poolShare","entity","validator","privateSet"],"title":"IdType"},"TimeWindow":{"type":"string","enum":["1d","7d","30d","all"],"title":"TimeWindow"}},"properties":{"id":{"type":"string","title":"Id"},"idType":{"$ref":"#/components/schemas/IdType"},"window":{"$ref":"#/components/schemas/TimeWindow"},"percentage":{"type":"number","title":"Percentage"},"percentageConsensus":{"type":"number","title":"Percentageconsensus"},"percentageExecution":{"type":"number","title":"Percentageexecution"},"activeStake":{"type":"number","title":"Activestake"},"activeValidators":{"type":"integer","minimum":0.0,"title":"Activevalidators"}},"type":"object","required":["id","idType","window","percentage","percentageConsensus","percentageExecution","activeStake","activeValidators"],"title":"EntityAprs","examples":[{"activeStake":4823520000000000,"activeValidators":150735,"percentage":5.35,"percentageConsensus":4.04,"percentageExecution":1.31,"window":"1d"}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1EntityAprs","examples":[{"next":"https://api.rated.network//v1/eth/entities/{entity_id}/aprs?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/entities/{entity_id}/aprs?limit=10&offset=10","results":[[{"activeStake":4823520000000000,"activeValidators":150735,"percentage":5.35,"percentageConsensus":4.04,"percentageExecution":1.31,"window":"1d"}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__62":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$defs":{"IdType":{"type":"string","enum":["depositAddress","withdrawalAddress","nodeOperator","pool","poolShare","entity","validator","privateSet"],"title":"IdType"}},"properties":{"hour":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Hour"},"day":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Day"},"startDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startday"},"endDay":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endday"},"startEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startepoch"},"endEpoch":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endepoch"},"startDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Startdate"},"endDate":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Enddate"},"date":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Date"},"startTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Starttimestamp"},"endTimestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Endtimestamp"},"startSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Startslot"},"endSlot":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Endslot"},"id":{"type":"string","title":"Id"},"idType":{"$ref":"#/components/schemas/IdType"},"validatorCount":{"type":"integer","title":"Validatorcount"},"slashesCollected":{"type":"integer","title":"Slashescollected"},"slashesReceived":{"type":"integer","title":"Slashesreceived"},"sumEndEpochBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumendepochbalance"},"sumEndEpochEffectiveBalance":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Sumendepocheffectivebalance"}},"type":"object","required":["id","idType","validatorCount","slashesCollected","slashesReceived","sumEndEpochBalance","sumEndEpochEffectiveBalance"],"title":"EntitySlashings","examples":[{"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"hour":19056,"slashesCollected":100,"slashesReceived":50,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumEpochEndBalance":320000000000000000000,"sumEpochEndEffectiveBalance":320000000000000000000,"validatorCount":16075}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1EntitySlashings","examples":[{"next":"https://api.rated.network//v1/eth/entities/{entity_id}/slashings?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/entities/{entity_id}/slashings?limit=10&offset=10","results":[[{"date":"2023-01-01","day":796,"endDate":"2023-01-07","endDay":802,"endEpoch":63775,"hour":19056,"slashesCollected":100,"slashesReceived":50,"startDate":"2023-01-01","startDay":796,"startEpoch":63744,"sumEpochEndBalance":320000000000000000000,"sumEpochEndEffectiveBalance":320000000000000000000,"validatorCount":16075}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__63":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"date":{"type":"string","format":"date","title":"Date"},"sourceEntity":{"type":"string","title":"Sourceentity"},"sourceEntityType":{"type":"string","title":"Sourceentitytype"},"consolidatedValidators":{"type":"integer","minimum":0.0,"title":"Consolidatedvalidators"},"consolidatedBalance":{"type":"integer","minimum":0.0,"title":"Consolidatedbalance"}},"type":"object","required":["date","sourceEntity","sourceEntityType","consolidatedValidators","consolidatedBalance"],"title":"EntityConsolidations","examples":[{"consolidatedBalance":640000000000,"consolidatedValidators":20,"date":"2025-05-07","sourceEntity":"Node Operator","sourceEntityType":"nodeOperator"}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1EntityConsolidations","examples":[{"next":"https://api.rated.network//v1/eth/entityConsolidations?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eth/entityConsolidations?limit=10&offset=10","results":[[{"consolidatedBalance":640000000000,"consolidatedValidators":20,"date":"2025-05-07","sourceEntity":"Node Operator","sourceEntityType":"nodeOperator"}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__64":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$defs":{"Operator":{"properties":{"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"address":{"type":"string","title":"Address"}},"type":"object","required":["name","address"],"title":"Operator","examples":[{"address":"0x74134d0c91798d720a5585364bb4be7396c5b973","name":"Bob the Operator"}]}},"properties":{"delegator":{"type":"string","title":"Delegator"},"eigenpodAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Eigenpodaddress"},"operator":{"$ref":"#/components/schemas/Operator"},"fromDate":{"type":"string","format":"date-time","title":"Fromdate"},"toDate":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Todate"}},"type":"object","required":["delegator","eigenpodAddress","operator","fromDate","toDate"],"title":"EigenlayerDelegation","examples":[{"delegator":"0xfff1ce616cf83327981bf61396ad0c04e0c8b771","fromDate":"2024-10-01T18:13:27.584133","operator":[{"address":"0x74134d0c91798d720a5585364bb4be7396c5b973","name":"Bob the Operator"}]}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1EigenlayerDelegation","examples":[{"next":"https://api.rated.network//v1/eigenlayer/delegators/{delegator_address}/delegations?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eigenlayer/delegators/{delegator_address}/delegations?limit=10&offset=10","results":[[{"delegator":"0xfff1ce616cf83327981bf61396ad0c04e0c8b771","fromDate":"2024-10-01T18:13:27.584133","operator":[{"address":"0x74134d0c91798d720a5585364bb4be7396c5b973","name":"Bob the Operator"}]}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__65":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"date":{"type":"string","format":"date","title":"Date"},"earner":{"type":"string","title":"Earner"},"eigenpodAddress":{"type":"string","title":"Eigenpodaddress"},"restakedBalance":{"type":"number","title":"Restakedbalance"}},"type":"object","required":["date","earner","eigenpodAddress","restakedBalance"],"title":"EigenlayerEigenpodDailyState","examples":[{"date":"2024-10-01","earner":"0x534d0c91798d720a5585364bb4be7396c5b9731","eigenpodAddress":"0x1534d0c91798d720a5585364bb4be7396c5b973","restakedBalance":32000000000000000000}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1EigenlayerEigenpodDailyState","examples":[{"next":"https://api.rated.network//v1/eigenlayer/eigenpods/{eigenpod_address}/state?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/eigenlayer/eigenpods/{eigenpod_address}/state?limit=10&offset=10","results":[[{"date":"2024-10-01","earner":"0x534d0c91798d720a5585364bb4be7396c5b9731","eigenpodAddress":"0x1534d0c91798d720a5585364bb4be7396c5b973","restakedBalance":32000000000000000000}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__66":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"day":{"type":"string","format":"date","title":"Day"},"fromBlockNumber":{"type":"integer","title":"Fromblocknumber"},"toBlockNumber":{"type":"integer","title":"Toblocknumber"},"totalBondedValidators":{"type":"integer","title":"Totalbondedvalidators"},"totalDelegationRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totaldelegationrewards"},"totalCommissionRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totalcommissionrewards"},"avgCommissionRate":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Avgcommissionrate"}},"type":"object","required":["day","fromBlockNumber","toBlockNumber","totalBondedValidators","totalDelegationRewards","totalCommissionRewards","avgCommissionRate"],"title":"CosmosNetworkRewards","examples":[{"avgCommissionRate":0.105,"day":"2024-11-25","fromBlockNumber":23167650,"toBlockNumber":23167800,"totalBondedValidators":200,"totalCommissionRewards":1822.081,"totalDelegationRewards":9110.407}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1CosmosNetworkRewards","examples":[{"next":"https://api.rated.network//v1/cosmos/network/rewards?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/cosmos/network/rewards?limit=10&offset=10","results":[[{"avgCommissionRate":0.105,"day":"2024-11-25","fromBlockNumber":23167650,"toBlockNumber":23167800,"totalBondedValidators":200,"totalCommissionRewards":1822.081,"totalDelegationRewards":9110.407}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__67":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"day":{"type":"string","format":"date","title":"Day"},"validator":{"type":"string","title":"Validator"},"validatorMoniker":{"type":"string","title":"Validatormoniker"},"consensusAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Consensusaddress"},"consensusPubkey":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Consensuspubkey"},"accountAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountaddress"},"fromBlockNumber":{"type":"integer","title":"Fromblocknumber"},"toBlockNumber":{"type":"integer","title":"Toblocknumber"},"totalDelegationRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totaldelegationrewards"},"totalCommissionRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totalcommissionrewards"},"commissionRate":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Commissionrate"}},"type":"object","required":["day","validator","validatorMoniker","fromBlockNumber","toBlockNumber","totalDelegationRewards","totalCommissionRewards","commissionRate"],"title":"CosmosValidatorRewards","examples":[{"accountAddress":"cosmos1hjadhj9nqzpye2vkmkz4thahhd0z8dh3eer4jx","commissionRate":0.05,"day":"2024-11-25","fromBlockNumber":23167650,"toBlockNumber":23167800,"totalCommissionRewards":1822.0815928513198,"totalDelegationRewards":9110.4079642566,"validator":"cosmosvaloper1hjadhj9nqzpye2vkmkz4thahhd0z8dh3udhq74","validatorMoniker":"Atomic Nodes"}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1CosmosValidatorRewards","examples":[{"next":"https://api.rated.network//v1/cosmos/validators/{validator_address}/rewards?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/cosmos/validators/{validator_address}/rewards?limit=10&offset=10","results":[[{"accountAddress":"cosmos1hjadhj9nqzpye2vkmkz4thahhd0z8dh3eer4jx","commissionRate":0.05,"day":"2024-11-25","fromBlockNumber":23167650,"toBlockNumber":23167800,"totalCommissionRewards":1822.0815928513198,"totalDelegationRewards":9110.4079642566,"validator":"cosmosvaloper1hjadhj9nqzpye2vkmkz4thahhd0z8dh3udhq74","validatorMoniker":"Atomic Nodes"}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__68":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"day":{"type":"string","format":"date","title":"Day"},"nodeId":{"type":"string","title":"Nodeid"},"validationStatus":{"type":"string","title":"Validationstatus"},"validatorPubkey":{"type":"string","title":"Validatorpubkey"},"totalDelegatorRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totaldelegatorrewards"},"totalValidatorRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totalvalidatorrewards"},"totalValidatorFeeRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totalvalidatorfeerewards"},"totalPotentialDelegatorRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totalpotentialdelegatorrewards"},"totalPotentialValidatorRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totalpotentialvalidatorrewards"},"totalPotentialValidatorFeeRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totalpotentialvalidatorfeerewards"}},"type":"object","required":["day","nodeId","validationStatus","validatorPubkey","totalDelegatorRewards","totalValidatorRewards","totalValidatorFeeRewards","totalPotentialDelegatorRewards","totalPotentialValidatorRewards","totalPotentialValidatorFeeRewards"],"title":"AvalancheValidatorRewards","examples":[{"day":"2023-01-01","nodeId":"NodeID-EggGmnQFaTffeRNG1Kzs9dXJzFGdxac3D","totalDelegatorRewards":42.0,"totalPotentialDelegatorRewards":230.0,"totalPotentialValidatorFeeRewards":6.0,"totalPotentialValidatorRewards":120.0,"totalValidatorFeeRewards":1.2,"totalValidatorRewards":24.0,"validationStatus":"Active","validatorPubkey":"0x8f95423f7142d00a48e1014a3de8d28907d420dc33b3052a6dee03a3f2941a393c2351e354704ca66a3fc29870282e15"}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1AvalancheValidatorRewards","examples":[{"next":"https://api.rated.network//v1/avalanche/validators/{node_id}/rewards?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/avalanche/validators/{node_id}/rewards?limit=10&offset=10","results":[[{"day":"2023-01-01","nodeId":"NodeID-EggGmnQFaTffeRNG1Kzs9dXJzFGdxac3D","totalDelegatorRewards":42.0,"totalPotentialDelegatorRewards":230.0,"totalPotentialValidatorFeeRewards":6.0,"totalPotentialValidatorRewards":120.0,"totalValidatorFeeRewards":1.2,"totalValidatorRewards":24.0,"validationStatus":"Active","validatorPubkey":"0x8f95423f7142d00a48e1014a3de8d28907d420dc33b3052a6dee03a3f2941a393c2351e354704ca66a3fc29870282e15"}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__69":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"day":{"type":"string","format":"date","title":"Day"},"totalActiveValidators":{"type":"integer","title":"Totalactivevalidators"},"totalValidatorRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totalvalidatorrewards"},"totalValidatorFeeRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totalvalidatorfeerewards"},"totalDelegatorRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totaldelegatorrewards"},"totalPotentialValidatorRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totalpotentialvalidatorrewards"},"totalPotentialValidatorFeeRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totalpotentialvalidatorfeerewards"},"totalPotentialDelegatorRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totalpotentialdelegatorrewards"}},"type":"object","required":["day","totalActiveValidators","totalValidatorRewards","totalValidatorFeeRewards","totalDelegatorRewards","totalPotentialValidatorRewards","totalPotentialValidatorFeeRewards","totalPotentialDelegatorRewards"],"title":"AvalancheNetworkRewards","examples":[{"day":"2024-11-25","totalActiveValidators":1500,"totalDelegatorRewards":"30000.0","totalPotentialDelegatorRewards":"30000.0","totalPotentialValidatorFeeRewards":"15000.0","totalPotentialValidatorRewards":"30000.0","totalValidatorFeeRewards":"15000.0","totalValidatorRewards":"30000.0"}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1AvalancheNetworkRewards","examples":[{"next":"https://api.rated.network//v1/avalanche/network/rewards?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/avalanche/network/rewards?limit=10&offset=10","results":[[{"day":"2024-11-25","totalActiveValidators":1500,"totalDelegatorRewards":"30000.0","totalPotentialDelegatorRewards":"30000.0","totalPotentialValidatorFeeRewards":"15000.0","totalPotentialValidatorRewards":"30000.0","totalValidatorFeeRewards":"15000.0","totalValidatorRewards":"30000.0"}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__7":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"fromDate":{"type":"string","format":"date","title":"Fromdate"},"toDate":{"type":"string","format":"date","title":"Todate"},"fromSlot":{"type":"integer","title":"Fromslot"},"toSlot":{"type":"integer","title":"Toslot"},"activeStake":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Activestake"},"totalBalance":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Totalbalance"},"stakeRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Stakerewards"},"voteCommissionRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Votecommissionrewards"},"blockRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Blockrewards"},"validatorMevClaimed":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Validatormevclaimed"},"delegatorMevClaimed":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Delegatormevclaimed"}},"type":"object","required":["fromDate","toDate","fromSlot","toSlot"],"title":"SolanaNetworkRewards","examples":[{"activeStake":1000.0,"blockRewards":10.0,"delegatorMevClaimed":5.89,"fromDate":"2024-01-01","fromSlot":250000000,"stakeRewards":3.15,"toDate":"2024-01-01","toSlot":250200000,"totalBalance":1001.0,"validatorMevClaimed":2.17,"voteCommissionRewards":1.19}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1SolanaNetworkRewards","examples":[{"next":"https://api.rated.network//v1/solana/network/rewards?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/solana/network/rewards?limit=10&offset=10","results":[[{"activeStake":1000.0,"blockRewards":10.0,"delegatorMevClaimed":5.89,"fromDate":"2024-01-01","fromSlot":250000000,"stakeRewards":3.15,"toDate":"2024-01-01","toSlot":250200000,"totalBalance":1001.0,"validatorMevClaimed":2.17,"voteCommissionRewards":1.19}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__70":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"day":{"type":"string","format":"date","title":"Day"},"fromBlockNumber":{"type":"integer","title":"Fromblocknumber"},"toBlockNumber":{"type":"integer","title":"Toblocknumber"},"totalBondedValidators":{"type":"integer","title":"Totalbondedvalidators"},"totalDelegationRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totaldelegationrewards"},"totalCommissionRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totalcommissionrewards"},"avgCommissionRate":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Avgcommissionrate"}},"type":"object","required":["day","fromBlockNumber","toBlockNumber","totalBondedValidators","totalDelegationRewards","totalCommissionRewards","avgCommissionRate"],"title":"CelestiaNetworkRewards","examples":[{"avgCommissionRate":0.105,"day":"2025-01-21","fromBlockNumber":3636438,"toBlockNumber":3652841,"totalBondedValidators":200,"totalCommissionRewards":1822.081,"totalDelegationRewards":9110.407}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1CelestiaNetworkRewards","examples":[{"next":"https://api.rated.network//v1/celestia/network/rewards?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/celestia/network/rewards?limit=10&offset=10","results":[[{"avgCommissionRate":0.105,"day":"2025-01-21","fromBlockNumber":3636438,"toBlockNumber":3652841,"totalBondedValidators":200,"totalCommissionRewards":1822.081,"totalDelegationRewards":9110.407}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__71":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"day":{"type":"string","format":"date","title":"Day"},"validator":{"type":"string","title":"Validator"},"validatorMoniker":{"type":"string","title":"Validatormoniker"},"consensusAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Consensusaddress"},"consensusPubkey":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Consensuspubkey"},"accountAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountaddress"},"fromBlockNumber":{"type":"integer","title":"Fromblocknumber"},"toBlockNumber":{"type":"integer","title":"Toblocknumber"},"totalDelegationRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totaldelegationrewards"},"totalCommissionRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totalcommissionrewards"},"commissionRate":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Commissionrate"}},"type":"object","required":["day","validator","validatorMoniker","fromBlockNumber","toBlockNumber","totalDelegationRewards","totalCommissionRewards","commissionRate"],"title":"CelestiaValidatorRewards","examples":[{"accountAddress":"celestia1hjadhj9nqzpye2vkmkz4thahhd0z8dh3eer4jx","commissionRate":0.05,"consensusPubkey":"GPhLy9RdAJq/SqyxX0M4Wt5hqQ+Xx5yZqzXu4v2cMp4=","day":"2025-01-21","fromBlockNumber":3636438,"toBlockNumber":3652841,"totalCommissionRewards":1822.0815928513198,"totalDelegationRewards":9110.4079642566,"validator":"celestiavaloper1qxeza0sa037u35p3ze8p7ka7emajvydnyjlp07","validatorMoniker":"Chain Nodes"}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1DetailCelestiaValidatorRewards","examples":[{"next":"https://api.rated.network//v1/celestia/validators/{validator_address}/rewards?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/celestia/validators/{validator_address}/rewards?limit=10&offset=10","results":[[{"accountAddress":"celestia1hjadhj9nqzpye2vkmkz4thahhd0z8dh3eer4jx","commissionRate":0.05,"consensusPubkey":"GPhLy9RdAJq/SqyxX0M4Wt5hqQ+Xx5yZqzXu4v2cMp4=","day":"2025-01-21","fromBlockNumber":3636438,"toBlockNumber":3652841,"totalCommissionRewards":1822.0815928513198,"totalDelegationRewards":9110.4079642566,"validator":"celestiavaloper1qxeza0sa037u35p3ze8p7ka7emajvydnyjlp07","validatorMoniker":"Chain Nodes"}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__72":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"day":{"type":"string","format":"date","title":"Day"},"epoch":{"type":"integer","title":"Epoch"},"fromBlockNumber":{"type":"integer","title":"Fromblocknumber"},"toBlockNumber":{"type":"integer","title":"Toblocknumber"},"fromSlotNumber":{"type":"integer","title":"Fromslotnumber"},"toSlotNumber":{"type":"integer","title":"Toslotnumber"},"totalActivePools":{"type":"integer","title":"Totalactivepools"},"totalRealizedDelegatorRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totalrealizeddelegatorrewards"},"totalRealizedValidatorRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totalrealizedvalidatorrewards"},"totalEarnedDelegatorRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totalearneddelegatorrewards"},"totalEarnedValidatorRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totalearnedvalidatorrewards"},"avgPoolFee":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Avgpoolfee"},"avgPoolFlatFee":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Avgpoolflatfee"}},"type":"object","required":["day","epoch","fromBlockNumber","toBlockNumber","fromSlotNumber","toSlotNumber","totalActivePools","totalRealizedDelegatorRewards","totalRealizedValidatorRewards","totalEarnedDelegatorRewards","totalEarnedValidatorRewards","avgPoolFee","avgPoolFlatFee"],"title":"CardanoNetworkRewards","examples":[{"avgPoolFee":0.105,"avgPoolFlatFee":10500.22,"day":"2025-01-01","epoch":531,"fromBlockNumber":11292758,"fromSlotNumber":144123334,"toBlockNumber":11297086,"toSlotNumber":144209693,"totalActivePools":200,"totalEarnedDelegatorRewards":3636438.165,"totalEarnedValidatorRewards":3652841.165,"totalRealizedDelegatorRewards":3636438.165,"totalRealizedValidatorRewards":3652841.165}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1CardanoNetworkRewards","examples":[{"next":"https://api.rated.network//v1/cardano/network/rewards?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/cardano/network/rewards?limit=10&offset=10","results":[[{"avgPoolFee":0.105,"avgPoolFlatFee":10500.22,"day":"2025-01-01","epoch":531,"fromBlockNumber":11292758,"fromSlotNumber":144123334,"toBlockNumber":11297086,"toSlotNumber":144209693,"totalActivePools":200,"totalEarnedDelegatorRewards":3636438.165,"totalEarnedValidatorRewards":3652841.165,"totalRealizedDelegatorRewards":3636438.165,"totalRealizedValidatorRewards":3652841.165}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__73":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"day":{"type":"string","format":"date","title":"Day"},"epoch":{"type":"integer","title":"Epoch"},"fromBlockNumber":{"type":"integer","title":"Fromblocknumber"},"toBlockNumber":{"type":"integer","title":"Toblocknumber"},"fromSlotNumber":{"type":"integer","title":"Fromslotnumber"},"toSlotNumber":{"type":"integer","title":"Toslotnumber"},"poolId":{"type":"string","title":"Poolid"},"poolName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Poolname"},"poolTicker":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Poolticker"},"poolOwnerStakeAddresses":{"items":{"type":"string"},"type":"array","title":"Poolownerstakeaddresses"},"poolHashId":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Poolhashid"},"totalRealizedDelegatorRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totalrealizeddelegatorrewards"},"totalRealizedValidatorRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totalrealizedvalidatorrewards"},"totalEarnedDelegatorRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totalearneddelegatorrewards"},"totalEarnedValidatorRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totalearnedvalidatorrewards"},"poolFee":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Poolfee"},"poolFlatFee":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Poolflatfee"}},"type":"object","required":["day","epoch","fromBlockNumber","toBlockNumber","fromSlotNumber","toSlotNumber","poolId","poolOwnerStakeAddresses","totalRealizedDelegatorRewards","totalRealizedValidatorRewards","totalEarnedDelegatorRewards","totalEarnedValidatorRewards","poolFee","poolFlatFee"],"title":"CardanoValidatorRewards","examples":[{"day":"2025-01-01","epoch":531,"fromBlockNumber":11292758,"fromSlotNumber":144123334,"poolFee":0.015,"poolFlatFee":340,"poolHashId":"153806dbcd134ddee69a8c5204e38ac80448f62342f8c23cfe4b7edf","poolId":"pool1z5uqdk7dzdxaae5633fqfcu2eqzy3a3rgtuvy087fdld7yws0xt","poolName":"OctasPool","poolOwnerStakeAddresses":["stake1uy89kzrdlpaz5rzu8x95r4qnlpqhd3f8mf09edjp73vcs3qhktrtm"],"poolTicker":"OCTAS","toBlockNumber":11297086,"toSlotNumber":144209693,"totalEarnedDelegatorRewards":3636438.165,"totalEarnedValidatorRewards":3652841.165,"totalRealizedDelegatorRewards":3636438.165,"totalRealizedValidatorRewards":3652841.165}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1DetailCardanoValidatorRewards","examples":[{"next":"https://api.rated.network//v1/cardano/validators/{pool_id}/rewards?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/cardano/validators/{pool_id}/rewards?limit=10&offset=10","results":[[{"day":"2025-01-01","epoch":531,"fromBlockNumber":11292758,"fromSlotNumber":144123334,"poolFee":0.015,"poolFlatFee":340,"poolHashId":"153806dbcd134ddee69a8c5204e38ac80448f62342f8c23cfe4b7edf","poolId":"pool1z5uqdk7dzdxaae5633fqfcu2eqzy3a3rgtuvy087fdld7yws0xt","poolName":"OctasPool","poolOwnerStakeAddresses":["stake1uy89kzrdlpaz5rzu8x95r4qnlpqhd3f8mf09edjp73vcs3qhktrtm"],"poolTicker":"OCTAS","toBlockNumber":11297086,"toSlotNumber":144209693,"totalEarnedDelegatorRewards":3636438.165,"totalEarnedValidatorRewards":3652841.165,"totalRealizedDelegatorRewards":3636438.165,"totalRealizedValidatorRewards":3652841.165}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__74":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"day":{"type":"string","format":"date","title":"Day"},"totalValidatorRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totalvalidatorrewards"},"totalDelegatorRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totaldelegatorrewards"},"totalActiveValidators":{"type":"integer","title":"Totalactivevalidators"},"totalNominators":{"type":"integer","title":"Totalnominators"}},"type":"object","required":["day","totalValidatorRewards","totalDelegatorRewards","totalActiveValidators","totalNominators"],"title":"PolkadotNetworkRewards","examples":[{"day":"2025-01-01","totalActiveValidators":500,"totalDelegatorRewards":748899.8861382433,"totalNominators":280594,"totalValidatorRewards":79818.2913546641}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1PolkadotNetworkRewards","examples":[{"next":"https://api.rated.network//v1/polkadot/network/rewards?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/polkadot/network/rewards?limit=10&offset=10","results":[[{"day":"2025-01-01","totalActiveValidators":500,"totalDelegatorRewards":748899.8861382433,"totalNominators":280594,"totalValidatorRewards":79818.2913546641}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__75":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"day":{"type":"string","format":"date","title":"Day"},"stashAccountAddress":{"type":"string","title":"Stashaccountaddress"},"validatorName":{"type":"string","title":"Validatorname"},"totalValidatorRewards":{"type":"number","title":"Totalvalidatorrewards"},"totalDelegatorRewards":{"type":"number","title":"Totaldelegatorrewards"},"totalStake":{"type":"number","title":"Totalstake"},"ownStake":{"type":"number","title":"Ownstake"},"nominatorCount":{"type":"integer","title":"Nominatorcount"}},"type":"object","required":["day","stashAccountAddress","validatorName","totalValidatorRewards","totalDelegatorRewards","totalStake","ownStake","nominatorCount"],"title":"PolkadotValidatorRewards","examples":[{"day":"2025-01-01","nominatorCount":280,"ownStake":950000.536,"stashAccountAddress":"16Z2WxeQqm2SqKKPh8J68SSdhoQMWHhXznAG1ZME4kfA8T2V","totalDelegatorRewards":5901.121337991552,"totalStake":9500000.552,"totalValidatorRewards":295.056066899577,"validatorName":"Validator One"}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1DetailPolkadotValidatorRewards","examples":[{"next":"https://api.rated.network//v1/polkadot/validators/{validator_address}/rewards?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/polkadot/validators/{validator_address}/rewards?limit=10&offset=10","results":[[{"day":"2025-01-01","nominatorCount":280,"ownStake":950000.536,"stashAccountAddress":"16Z2WxeQqm2SqKKPh8J68SSdhoQMWHhXznAG1ZME4kfA8T2V","totalDelegatorRewards":5901.121337991552,"totalStake":9500000.552,"totalValidatorRewards":295.056066899577,"validatorName":"Validator One"}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__76":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"day":{"type":"string","format":"date","title":"Day"},"fromBlockNumber":{"type":"integer","title":"Fromblocknumber"},"toBlockNumber":{"type":"integer","title":"Toblocknumber"},"totalBondedValidators":{"type":"integer","title":"Totalbondedvalidators"},"totalDelegationRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totaldelegationrewards"},"totalCommissionRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totalcommissionrewards"},"avgCommissionRate":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Avgcommissionrate"}},"type":"object","required":["day","fromBlockNumber","toBlockNumber","totalBondedValidators","totalDelegationRewards","totalCommissionRewards","avgCommissionRate"],"title":"BabylonNetworkRewards","examples":[{"avgCommissionRate":0.09307,"day":"2025-01-21","fromBlockNumber":100001,"toBlockNumber":107701,"totalBondedValidators":100,"totalCommissionRewards":137112.267,"totalDelegationRewards":1401333.338}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1BabylonNetworkRewards","examples":[{"next":"https://api.rated.network//v1/babylon/network/rewards?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/babylon/network/rewards?limit=10&offset=10","results":[[{"avgCommissionRate":0.09307,"day":"2025-01-21","fromBlockNumber":100001,"toBlockNumber":107701,"totalBondedValidators":100,"totalCommissionRewards":137112.267,"totalDelegationRewards":1401333.338}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__77":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"day":{"type":"string","format":"date","title":"Day"},"validator":{"type":"string","title":"Validator"},"validatorMoniker":{"type":"string","title":"Validatormoniker"},"consensusAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Consensusaddress"},"consensusPubkey":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Consensuspubkey"},"accountAddress":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Accountaddress"},"fromBlockNumber":{"type":"integer","title":"Fromblocknumber"},"toBlockNumber":{"type":"integer","title":"Toblocknumber"},"totalDelegationRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totaldelegationrewards"},"totalCommissionRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totalcommissionrewards"},"commissionRate":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Commissionrate"}},"type":"object","required":["day","validator","validatorMoniker","fromBlockNumber","toBlockNumber","totalDelegationRewards","totalCommissionRewards","commissionRate"],"title":"BabylonValidatorRewards","examples":[{"accountAddress":"bbn1hjadhj9nqzpye2vkmkz4thahhd0z8dh3eer4jx","commissionRate":0.03,"consensusPubkey":"6dNq2wZBtn8kOc1O+n6cKTQMVM5HPCeYGFufeaarQDI=","day":"2025-01-21","fromBlockNumber":100001,"toBlockNumber":107701,"totalCommissionRewards":1357.0956718392758,"totalDelegationRewards":45236.52239464253,"validator":"bbnvaloper109x4ruspxarwt62puwcenhclw36l9v7j92f0ex","validatorMoniker":"Babylon Labs 1"}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1DetailBabylonValidatorRewards","examples":[{"next":"https://api.rated.network//v1/babylon/validators/{validator_address}/rewards?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/babylon/validators/{validator_address}/rewards?limit=10&offset=10","results":[[{"accountAddress":"bbn1hjadhj9nqzpye2vkmkz4thahhd0z8dh3eer4jx","commissionRate":0.03,"consensusPubkey":"6dNq2wZBtn8kOc1O+n6cKTQMVM5HPCeYGFufeaarQDI=","day":"2025-01-21","fromBlockNumber":100001,"toBlockNumber":107701,"totalCommissionRewards":1357.0956718392758,"totalDelegationRewards":45236.52239464253,"validator":"bbnvaloper109x4ruspxarwt62puwcenhclw36l9v7j92f0ex","validatorMoniker":"Babylon Labs 1"}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__78":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"day":{"type":"string","format":"date","title":"Day"},"fromBlockNumber":{"type":"integer","title":"Fromblocknumber"},"toBlockNumber":{"type":"integer","title":"Toblocknumber"},"validator":{"type":"string","title":"Validator"},"delegator":{"type":"string","title":"Delegator"},"activeStake":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Activestake"}},"type":"object","required":["day","fromBlockNumber","toBlockNumber","validator","delegator","activeStake"],"title":"BabylonDelegatorStake","examples":[{"activeStake":4523.5223,"day":"2025-01-21","delegator":"bbn1g6tgaz3pmk03gvgndh8rwrv5yktrjhvvvyaplq","fromBlockNumber":100001,"toBlockNumber":107701,"validator":"bbnvaloper109x4ruspxarwt62puwcenhclw36l9v7j92f0ex"}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1BabylonDelegatorStake","examples":[{"next":"https://api.rated.network//v1/babylon/delegators/{delegator_address}/state?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/babylon/delegators/{delegator_address}/state?limit=10&offset=10","results":[[{"activeStake":4523.5223,"day":"2025-01-21","delegator":"bbn1g6tgaz3pmk03gvgndh8rwrv5yktrjhvvvyaplq","fromBlockNumber":100001,"toBlockNumber":107701,"validator":"bbnvaloper109x4ruspxarwt62puwcenhclw36l9v7j92f0ex"}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__79":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"day":{"type":"string","format":"date","title":"Day"},"fromBabylonHeight":{"type":"integer","title":"Frombabylonheight"},"toBabylonHeight":{"type":"integer","title":"Tobabylonheight"},"fromBtcHeight":{"type":"integer","title":"Frombtcheight"},"toBtcHeight":{"type":"integer","title":"Tobtcheight"},"delegator":{"type":"string","title":"Delegator"},"delegatorBtcPubkey":{"type":"string","title":"Delegatorbtcpubkey"},"delegatorBtcAddress":{"type":"string","title":"Delegatorbtcaddress"},"finalityProviderAddress":{"type":"string","title":"Finalityprovideraddress"},"finalityProviderBtcAddress":{"type":"string","title":"Finalityproviderbtcaddress"},"finalityProviderBtcPubkey":{"type":"string","title":"Finalityproviderbtcpubkey"},"activeStake":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Activestake"}},"type":"object","required":["day","fromBabylonHeight","toBabylonHeight","fromBtcHeight","toBtcHeight","delegator","delegatorBtcPubkey","delegatorBtcAddress","finalityProviderAddress","finalityProviderBtcAddress","finalityProviderBtcPubkey","activeStake"],"title":"BabylonBtcDelegatorStake","examples":[{"activeStake":1.5,"day":"2025-01-21","delegator":"bbn1g6tgaz3pmk03gvgndh8rwrv5yktrjhvvvyaplq","delegatorBtcAddress":"bc1p7cs5gfwqk6gz7dgw5du4fp7y9hxw73d3lxr52lwtp99q2uzvx3sq60fs0q","delegatorBtcPubkey":"035cd78812a37267f17f8c9b21df5c0e3f85c79bb9c410fe567b2633f35f7092c8","finalityProviderAddress":"bbn19cy5ndzllcqlrcyggsqjg4mu59kw8ewwwhhcxe","finalityProviderBtcAddress":"bc1p0hsx4l7hscn5ffy2q0k4w3kp2dh0u7jq2ryjc8k2u2gf8qpnzexqxgxkj5","finalityProviderBtcPubkey":"99cab14570d12633326afede842d3a9db729f671d2fa1b8a46585d3f62395c1c","fromBabylonHeight":100001,"fromBtcHeight":40000,"toBabylonHeight":107701,"toBtcHeight":40001}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1BabylonBtcDelegatorStake","examples":[{"next":"https://api.rated.network//v1/babylon/btcDelegators/{delegator_address}/state?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/babylon/btcDelegators/{delegator_address}/state?limit=10&offset=10","results":[[{"activeStake":1.5,"day":"2025-01-21","delegator":"bbn1g6tgaz3pmk03gvgndh8rwrv5yktrjhvvvyaplq","delegatorBtcAddress":"bc1p7cs5gfwqk6gz7dgw5du4fp7y9hxw73d3lxr52lwtp99q2uzvx3sq60fs0q","delegatorBtcPubkey":"035cd78812a37267f17f8c9b21df5c0e3f85c79bb9c410fe567b2633f35f7092c8","finalityProviderAddress":"bbn19cy5ndzllcqlrcyggsqjg4mu59kw8ewwwhhcxe","finalityProviderBtcAddress":"bc1p0hsx4l7hscn5ffy2q0k4w3kp2dh0u7jq2ryjc8k2u2gf8qpnzexqxgxkj5","finalityProviderBtcPubkey":"99cab14570d12633326afede842d3a9db729f671d2fa1b8a46585d3f62395c1c","fromBabylonHeight":100001,"fromBtcHeight":40000,"toBabylonHeight":107701,"toBtcHeight":40001}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__8":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$defs":{"SolanaMevClaim":{"properties":{"slotNumber":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Slotnumber"},"claimedAmount":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Claimedamount"},"commissionRate":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Commissionrate"},"transactionIndex":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Transactionindex"}},"type":"object","title":"SolanaMevClaim"}},"properties":{"stakeAccount":{"type":"string","title":"Stakeaccount"},"day":{"type":"string","format":"date","title":"Day"},"fromTimestamp":{"type":"string","format":"date-time","title":"Fromtimestamp"},"toTimestamp":{"type":"string","format":"date-time","title":"Totimestamp"},"fromSlot":{"type":"integer","minimum":0.0,"title":"Fromslot"},"toSlot":{"type":"integer","minimum":0.0,"title":"Toslot"},"fromEpoch":{"type":"integer","minimum":0.0,"title":"Fromepoch"},"toEpoch":{"type":"integer","minimum":0.0,"title":"Toepoch"},"status":{"type":"string","title":"Status"},"stakingRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Stakingrewards"},"stakingCommissionPaid":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Stakingcommissionpaid"},"delegatedStake":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Delegatedstake"},"validatorVoteAccount":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Validatorvoteaccount"},"validatorName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Validatorname"},"voteCommissionRate":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Votecommissionrate"},"mevRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Mevrewards"},"mevCommissionRate":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Mevcommissionrate"},"mevCommissionPaid":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Mevcommissionpaid"},"missedStakingRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Missedstakingrewards"},"balance":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Balance"},"mevClaims":{"anyOf":[{"items":{"$ref":"#/components/schemas/SolanaMevClaim"},"type":"array"},{"type":"null"}],"title":"Mevclaims"}},"type":"object","required":["stakeAccount","day","fromTimestamp","toTimestamp","fromSlot","toSlot","fromEpoch","toEpoch","status","stakingRewards","stakingCommissionPaid","delegatedStake","mevRewards","mevCommissionPaid","missedStakingRewards"],"title":"SolanaDelegatorRewards","examples":[{"balance":10.61,"day":"2024-04-04","delegatedStake":4.61,"fromEpoch":597,"fromSlot":258212466,"fromTimestamp":"2024-04-04 00:00:00","mevClaims":[{"claimedAmount":1000,"commissionRate":0.07,"slotNumber":258212466,"transactionIndex":0},{"claimedAmount":2000,"commissionRate":0.07,"slotNumber":258394459,"transactionIndex":1}],"mevCommissionPaid":0.0,"mevCommissionRate":0.07,"mevRewards":0.0,"missedStakingRewards":0.0,"stakeAccount":"123FPQtifVXkooNAhiYiKeoQaL9tD9kkY5mQvGRwnLy2","stakingCommissionPaid":0.0001,"stakingRewards":0.002,"status":"active","toEpoch":598,"toSlot":258394459,"toTimestamp":"2024-04-04 23:59:59","validatorName":"Ledger by Figment","validatorVoteAccount":"26pV97Ce83ZQ6Kz9XT4td8tdoUFPTng8Fb8gPyc53dJx","voteCommissionRate":0.07}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1SolanaDelegatorRewards","examples":[{"next":"https://api.rated.network//v1/solana/delegators/stakeAccounts/{stake_account}/rewards?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/solana/delegators/stakeAccounts/{stake_account}/rewards?limit=10&offset=10","results":[[{"balance":10.61,"day":"2024-04-04","delegatedStake":4.61,"fromEpoch":597,"fromSlot":258212466,"fromTimestamp":"2024-04-04 00:00:00","mevClaims":[{"claimedAmount":1000,"commissionRate":0.07,"slotNumber":258212466,"transactionIndex":0},{"claimedAmount":2000,"commissionRate":0.07,"slotNumber":258394459,"transactionIndex":1}],"mevCommissionPaid":0.0,"mevCommissionRate":0.07,"mevRewards":0.0,"missedStakingRewards":0.0,"stakeAccount":"123FPQtifVXkooNAhiYiKeoQaL9tD9kkY5mQvGRwnLy2","stakingCommissionPaid":0.0001,"stakingRewards":0.002,"status":"active","toEpoch":598,"toSlot":258394459,"toTimestamp":"2024-04-04 23:59:59","validatorName":"Ledger by Figment","validatorVoteAccount":"26pV97Ce83ZQ6Kz9XT4td8tdoUFPTng8Fb8gPyc53dJx","voteCommissionRate":0.07}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__80":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"day":{"type":"string","format":"date","title":"Day"},"fromBlockNumber":{"type":"integer","title":"Fromblocknumber"},"toBlockNumber":{"type":"integer","title":"Toblocknumber"},"validator":{"type":"string","title":"Validator"},"activeStake":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Activestake"},"totalDelegators":{"type":"integer","title":"Totaldelegators"}},"type":"object","required":["day","fromBlockNumber","toBlockNumber","validator","activeStake","totalDelegators"],"title":"BabylonValidatorStake","examples":[{"activeStake":45236.52239464253,"day":"2025-01-21","fromBlockNumber":100001,"toBlockNumber":107701,"totalDelegators":1357,"validator":"bbnvaloper109x4ruspxarwt62puwcenhclw36l9v7j92f0ex"}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1BabylonValidatorStake","examples":[{"next":"https://api.rated.network//v1/babylon/validators/{validator_address}/state?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/babylon/validators/{validator_address}/state?limit=10&offset=10","results":[[{"activeStake":45236.52239464253,"day":"2025-01-21","fromBlockNumber":100001,"toBlockNumber":107701,"totalDelegators":1357,"validator":"bbnvaloper109x4ruspxarwt62puwcenhclw36l9v7j92f0ex"}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__81":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"validator":{"type":"string","title":"Validator"},"delegator":{"type":"string","title":"Delegator"}},"type":"object","required":["validator","delegator"],"title":"BabylonValidatorDelegatorMappings","examples":[{"delegator":"bbn1g6tgaz3pmk03gvgndh8rwrv5yktrjhvvvyaplq","validator":"bbnvaloper109x4ruspxarwt62puwcenhclw36l9v7j92f0ex"}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1BabylonValidatorDelegatorMappings","examples":[{"next":"https://api.rated.network//v1/babylon/validators/{validator_address}/delegators?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/babylon/validators/{validator_address}/delegators?limit=10&offset=10","results":[[{"delegator":"bbn1g6tgaz3pmk03gvgndh8rwrv5yktrjhvvvyaplq","validator":"bbnvaloper109x4ruspxarwt62puwcenhclw36l9v7j92f0ex"}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__82":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"day":{"type":"string","format":"date","title":"Day"},"fromBlockNumber":{"type":"integer","title":"Fromblocknumber"},"toBlockNumber":{"type":"integer","title":"Toblocknumber"},"delegator":{"type":"string","title":"Delegator"},"validator":{"type":"string","title":"Validator"},"delegatorRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Delegatorrewards"}},"type":"object","required":["day","fromBlockNumber","toBlockNumber","delegator","validator","delegatorRewards"],"title":"BabylonDelegatorRewards","examples":[{"day":"2025-01-21","delegator":"bbn1g6tgaz3pmk03gvgndh8rwrv5yktrjhvvvyaplq","delegatorRewards":4523.5223,"fromBlockNumber":100001,"toBlockNumber":107701,"validator":"bbnvaloper109x4ruspxarwt62puwcenhclw36l9v7j92f0ex"}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1DetailBabylonDelegatorRewards","examples":[{"next":"https://api.rated.network//v1/babylon/delegators/{delegator_address}/rewards?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/babylon/delegators/{delegator_address}/rewards?limit=10&offset=10","results":[[{"day":"2025-01-21","delegator":"bbn1g6tgaz3pmk03gvgndh8rwrv5yktrjhvvvyaplq","delegatorRewards":4523.5223,"fromBlockNumber":100001,"toBlockNumber":107701,"validator":"bbnvaloper109x4ruspxarwt62puwcenhclw36l9v7j92f0ex"}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__83":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"day":{"type":"string","format":"date","title":"Day"},"fromBabylonHeight":{"type":"integer","title":"Frombabylonheight"},"toBabylonHeight":{"type":"integer","title":"Tobabylonheight"},"fromBtcHeight":{"type":"integer","title":"Frombtcheight"},"toBtcHeight":{"type":"integer","title":"Tobtcheight"},"delegator":{"type":"string","title":"Delegator"},"delegatorBtcPubkey":{"type":"string","title":"Delegatorbtcpubkey"},"delegatorBtcAddress":{"type":"string","title":"Delegatorbtcaddress"},"finalityProviderAddress":{"type":"string","title":"Finalityprovideraddress"},"finalityProviderBtcPubkey":{"type":"string","title":"Finalityproviderbtcpubkey"},"finalityProviderBtcAddress":{"type":"string","title":"Finalityproviderbtcaddress"},"delegatorRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Delegatorrewards"},"token":{"type":"string","title":"Token"}},"type":"object","required":["day","fromBabylonHeight","toBabylonHeight","fromBtcHeight","toBtcHeight","delegator","delegatorBtcPubkey","delegatorBtcAddress","finalityProviderAddress","finalityProviderBtcPubkey","finalityProviderBtcAddress","delegatorRewards","token"],"title":"BabylonBtcDelegatorRewards","examples":[{"day":"2025-01-21","delegator":"bbn1g6tgaz3pmk03gvgndh8rwrv5yktrjhvvvyaplq","delegatorBtcAddress":"bc1p7cs5gfwqk6gz7dgw5du4fp7y9hxw73d3lxr52lwtp99q2uzvx3sq60fs0q","delegatorBtcPubkey":"035cd78812a37267f17f8c9b21df5c0e3f85c79bb9c410fe567b2633f35f7092c8","delegatorRewards":4523.5223,"finalityProviderAddress":"bbn19cy5ndzllcqlrcyggsqjg4mu59kw8ewwwhhcxe","finalityProviderBtcAddress":"bc1p0hsx4l7hscn5ffy2q0k4w3kp2dh0u7jq2ryjc8k2u2gf8qpnzexqxgxkj5","finalityProviderBtcPubkey":"99cab14570d12633326afede842d3a9db729f671d2fa1b8a46585d3f62395c1c","fromBabylonHeight":100001,"fromBtcHeight":40000,"toBabylonHeight":107701,"toBtcHeight":40001,"token":"BBN"}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1DetailBabylonBtcDelegatorRewards","examples":[{"next":"https://api.rated.network//v1/babylon/btcDelegators/{delegator_address}/rewards?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/babylon/btcDelegators/{delegator_address}/rewards?limit=10&offset=10","results":[[{"day":"2025-01-21","delegator":"bbn1g6tgaz3pmk03gvgndh8rwrv5yktrjhvvvyaplq","delegatorBtcAddress":"bc1p7cs5gfwqk6gz7dgw5du4fp7y9hxw73d3lxr52lwtp99q2uzvx3sq60fs0q","delegatorBtcPubkey":"035cd78812a37267f17f8c9b21df5c0e3f85c79bb9c410fe567b2633f35f7092c8","delegatorRewards":4523.5223,"finalityProviderAddress":"bbn19cy5ndzllcqlrcyggsqjg4mu59kw8ewwwhhcxe","finalityProviderBtcAddress":"bc1p0hsx4l7hscn5ffy2q0k4w3kp2dh0u7jq2ryjc8k2u2gf8qpnzexqxgxkj5","finalityProviderBtcPubkey":"99cab14570d12633326afede842d3a9db729f671d2fa1b8a46585d3f62395c1c","fromBabylonHeight":100001,"fromBtcHeight":40000,"toBabylonHeight":107701,"toBtcHeight":40001,"token":"BBN"}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__84":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"day":{"type":"string","format":"date","title":"Day"},"finalityProviderAddress":{"type":"string","title":"Finalityprovideraddress"},"finalityProviderName":{"type":"string","title":"Finalityprovidername"},"btcPubkey":{"type":"string","title":"Btcpubkey"},"btcAddress":{"type":"string","title":"Btcaddress"},"identity":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Identity"},"fromBlockNumber":{"type":"integer","title":"Fromblocknumber"},"toBlockNumber":{"type":"integer","title":"Toblocknumber"},"token":{"type":"string","title":"Token"},"totalDelegationRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totaldelegationrewards"},"totalCommissionRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totalcommissionrewards"},"commissionRate":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Commissionrate"}},"type":"object","required":["day","finalityProviderAddress","finalityProviderName","btcPubkey","btcAddress","identity","fromBlockNumber","toBlockNumber","token","totalDelegationRewards","totalCommissionRewards","commissionRate"],"title":"BabylonFinalityProviderRewards","examples":[{"btcAddress":"bc1p3j9zphqncyj2c8m657hkngf6fcfp406exnnt8pxx6y79vclacces468ehv","btcPubkey":"8c8a20dc13c124ac1f7aa7af69a13a4e121abf5934e6b384c6d13c5663fdc633","commissionRate":0.03,"day":"2025-01-21","finalityProviderAddress":"bbn14q9h3m6fy9d66p6mzdksc55lq3ug7djdhxp0a0","finalityProviderName":"Babylon Labs 1","fromBlockNumber":100001,"toBlockNumber":107701,"token":"BBN","totalCommissionRewards":1357.0956718392758,"totalDelegationRewards":45236.52239464253}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1DetailBabylonFinalityProviderRewards","examples":[{"next":"https://api.rated.network//v1/babylon/finalityProviders/{finality_provider}/rewards?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/babylon/finalityProviders/{finality_provider}/rewards?limit=10&offset=10","results":[[{"btcAddress":"bc1p3j9zphqncyj2c8m657hkngf6fcfp406exnnt8pxx6y79vclacces468ehv","btcPubkey":"8c8a20dc13c124ac1f7aa7af69a13a4e121abf5934e6b384c6d13c5663fdc633","commissionRate":0.03,"day":"2025-01-21","finalityProviderAddress":"bbn14q9h3m6fy9d66p6mzdksc55lq3ug7djdhxp0a0","finalityProviderName":"Babylon Labs 1","fromBlockNumber":100001,"toBlockNumber":107701,"token":"BBN","totalCommissionRewards":1357.0956718392758,"totalDelegationRewards":45236.52239464253}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__85":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"day":{"type":"string","format":"date","title":"Day"},"fromBabylonHeight":{"type":"integer","title":"Frombabylonheight"},"toBabylonHeight":{"type":"integer","title":"Tobabylonheight"},"fromBtcHeight":{"type":"integer","title":"Frombtcheight"},"toBtcHeight":{"type":"integer","title":"Tobtcheight"},"finalityProviderAddress":{"type":"string","title":"Finalityprovideraddress"},"finalityProviderBtcPubkey":{"type":"string","title":"Finalityproviderbtcpubkey"},"finalityProviderBtcAddress":{"type":"string","title":"Finalityproviderbtcaddress"},"activeStake":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Activestake"},"totalDelegators":{"type":"integer","title":"Totaldelegators"}},"type":"object","required":["day","fromBabylonHeight","toBabylonHeight","fromBtcHeight","toBtcHeight","finalityProviderAddress","finalityProviderBtcPubkey","finalityProviderBtcAddress","activeStake","totalDelegators"],"title":"BabylonFinalityProviderStake","examples":[{"activeStake":45236.52239464253,"day":"2025-01-21","finalityProviderAddress":"bbn14q9h3m6fy9d66p6mzdksc55lq3ug7djdhxp0a0","finalityProviderBtcAddress":"bc1pk7stcynsc353zsxaww0jmdu30negz4ru4ljp56futaype28m46xq9hl7jw","finalityProviderBtcPubkey":"b7a0bc1270c4691140dd739f2db7917cf281547cafe41a693c5f481ca8fbae8c","fromBabylonHeight":100001,"fromBtcHeight":40000,"toBabylonHeight":107701,"toBtcHeight":40001,"totalDelegators":1357}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1BabylonFinalityProviderStake","examples":[{"next":"https://api.rated.network//v1/babylon/finalityProviders/{finality_provider}/state?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/babylon/finalityProviders/{finality_provider}/state?limit=10&offset=10","results":[[{"activeStake":45236.52239464253,"day":"2025-01-21","finalityProviderAddress":"bbn14q9h3m6fy9d66p6mzdksc55lq3ug7djdhxp0a0","finalityProviderBtcAddress":"bc1pk7stcynsc353zsxaww0jmdu30negz4ru4ljp56futaype28m46xq9hl7jw","finalityProviderBtcPubkey":"b7a0bc1270c4691140dd739f2db7917cf281547cafe41a693c5f481ca8fbae8c","fromBabylonHeight":100001,"fromBtcHeight":40000,"toBabylonHeight":107701,"toBtcHeight":40001,"totalDelegators":1357}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__86":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"checkpoint":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Checkpoint"},"timestamp":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Timestamp"},"day":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Day"},"fromCheckpoint":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Fromcheckpoint"},"toCheckpoint":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Tocheckpoint"},"checkpointSignatureDuties":{"type":"integer","minimum":0.0,"title":"Checkpointsignatureduties"},"checkpointSignatures":{"type":"integer","minimum":0.0,"title":"Checkpointsignatures"},"checkpointProposalDuties":{"type":"integer","minimum":0.0,"title":"Checkpointproposalduties"},"checkpointProposals":{"type":"integer","minimum":0.0,"title":"Checkpointproposals"},"borProposalDuties":{"type":"integer","minimum":0.0,"title":"Borproposalduties"},"borProposals":{"type":"integer","minimum":0.0,"title":"Borproposals"},"checkpointSigningRate":{"type":"number","minimum":0.0,"title":"Checkpointsigningrate"},"checkpointProposalRate":{"type":"number","minimum":0.0,"title":"Checkpointproposalrate"},"borProposalRate":{"type":"number","minimum":0.0,"title":"Borproposalrate"},"effectiveness":{"type":"number","minimum":0.0,"title":"Effectiveness"}},"type":"object","required":["checkpointSignatureDuties","checkpointSignatures","checkpointProposalDuties","checkpointProposals","borProposalDuties","borProposals","checkpointSigningRate","checkpointProposalRate","borProposalRate","effectiveness"],"title":"PolygonValidatorPerformance","examples":[{"borProposalDuties":10,"borProposalRate":100.0,"borProposals":10,"checkpoint":53105,"checkpointProposalDuties":5,"checkpointProposalRate":100.0,"checkpointProposals":5,"checkpointSignatureDuties":10,"checkpointSignatures":9,"checkpointSigningRate":90.0,"effectiveness":96.0,"timestamp":"2021-09-01T00:00:00Z"},{"borProposalDuties":120,"borProposalRate":98.3,"borProposals":118,"checkpointProposalDuties":48,"checkpointProposalRate":97.9,"checkpointProposals":47,"checkpointSignatureDuties":240,"checkpointSignatures":235,"checkpointSigningRate":97.9,"day":"2021-09-01","effectiveness":98.0,"fromCheckpoint":53100,"toCheckpoint":53150}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1PolygonValidatorPerformanceList","examples":[{"next":"https://api.rated.network//v1/polygon/validators/{validator_id}/performance?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/polygon/validators/{validator_id}/performance?limit=10&offset=10","results":[[{"borProposalDuties":10,"borProposalRate":100.0,"borProposals":10,"checkpoint":53105,"checkpointProposalDuties":5,"checkpointProposalRate":100.0,"checkpointProposals":5,"checkpointSignatureDuties":10,"checkpointSignatures":9,"checkpointSigningRate":90.0,"effectiveness":96.0,"timestamp":"2021-09-01T00:00:00Z"},{"borProposalDuties":120,"borProposalRate":98.3,"borProposals":118,"checkpointProposalDuties":48,"checkpointProposalRate":97.9,"checkpointProposals":47,"checkpointSignatureDuties":240,"checkpointSignatures":235,"checkpointSigningRate":97.9,"day":"2021-09-01","effectiveness":98.0,"fromCheckpoint":53100,"toCheckpoint":53150}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__87":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"checkpoint":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Checkpoint"},"timestamp":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Timestamp"},"day":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Day"},"fromCheckpoint":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Fromcheckpoint"},"toCheckpoint":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Tocheckpoint"},"delegatorAddress":{"type":"string","title":"Delegatoraddress"},"validatorId":{"type":"integer","minimum":0.0,"title":"Validatorid"},"rewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Rewards"},"missedRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Missedrewards"}},"type":"object","required":["delegatorAddress","validatorId","rewards","missedRewards"],"title":"PolygonDelegatorRewards","examples":[{"checkpoint":54664,"delegatorAddress":"0x40730f34668afcb3884f050cbc3d376a444bbe44","missedRewards":75.25,"rewards":1250.45,"validatorId":103},{"day":"2021-09-01","delegatorAddress":"0x40730f34668afcb3884f050cbc3d376a444bbe44","fromCheckpoint":54664,"missedRewards":850.5,"rewards":15000.75,"toCheckpoint":54680,"validatorId":103}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1PolygonDelegatorRewardsList","examples":[{"next":"https://api.rated.network//v1/polygon/delegators/{delegator_address}/rewards?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/polygon/delegators/{delegator_address}/rewards?limit=10&offset=10","results":[[{"checkpoint":54664,"delegatorAddress":"0x40730f34668afcb3884f050cbc3d376a444bbe44","missedRewards":75.25,"rewards":1250.45,"validatorId":103},{"day":"2021-09-01","delegatorAddress":"0x40730f34668afcb3884f050cbc3d376a444bbe44","fromCheckpoint":54664,"missedRewards":850.5,"rewards":15000.75,"toCheckpoint":54680,"validatorId":103}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__88":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"checkpoint":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Checkpoint"},"timestamp":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Timestamp"},"day":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Day"},"fromCheckpoint":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Fromcheckpoint"},"toCheckpoint":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Tocheckpoint"},"validatorId":{"type":"integer","minimum":0.0,"title":"Validatorid"},"delegatorStake":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Delegatorstake"}},"type":"object","required":["validatorId","delegatorStake"],"title":"PolygonDelegatorState","examples":[{"checkpoint":53105,"delegatorStake":100000.0,"timestamp":"2021-09-01T00:00:00Z","validatorId":103}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1PolygonDelegatorStateList","examples":[{"next":"https://api.rated.network//v1/polygon/delegators/{delegator_address}/state?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/polygon/delegators/{delegator_address}/state?limit=10&offset=10","results":[[{"checkpoint":53105,"delegatorStake":100000.0,"timestamp":"2021-09-01T00:00:00Z","validatorId":103}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__89":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"checkpoint":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Checkpoint"},"timestamp":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Timestamp"},"day":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Day"},"fromCheckpoint":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Fromcheckpoint"},"toCheckpoint":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Tocheckpoint"},"validatorId":{"type":"integer","minimum":0.0,"title":"Validatorid"},"checkpointSignatureRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Checkpointsignaturerewards"},"selfSigningRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Selfsigningrewards"},"distributedRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Distributedrewards"},"commissionRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Commissionrewards"},"delegatorRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Delegatorrewards"},"missedCheckpointSignatureRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Missedcheckpointsignaturerewards"},"missedSelfSigningRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Missedselfsigningrewards"},"missedDistributedRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Misseddistributedrewards"},"missedCommissionRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Missedcommissionrewards"},"missedDelegatorRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Misseddelegatorrewards"},"checkpointProposalRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Checkpointproposalrewards"},"missedCheckpointProposalRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Missedcheckpointproposalrewards"},"priorityFees":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Priorityfees"},"mevRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Mevrewards"}},"type":"object","required":["validatorId","checkpointSignatureRewards","selfSigningRewards","distributedRewards","commissionRewards","delegatorRewards","missedCheckpointSignatureRewards","missedSelfSigningRewards","missedDistributedRewards","missedCommissionRewards","missedDelegatorRewards","checkpointProposalRewards","missedCheckpointProposalRewards","priorityFees","mevRewards"],"title":"PolygonValidatorRewards","examples":[{"checkpoint":54664,"checkpointProposalRewards":250.3,"checkpointSignatureRewards":1200.45,"commissionRewards":90.03,"delegatorRewards":810.32,"distributedRewards":900.35,"mevRewards":25.0,"missedCheckpointProposalRewards":25.0,"missedCheckpointSignatureRewards":50.75,"missedCommissionRewards":3.81,"missedDelegatorRewards":34.26,"missedDistributedRewards":38.07,"missedSelfSigningRewards":12.68,"priorityFees":75.5,"selfSigningRewards":300.1,"timestamp":"2021-09-01T00:00:00Z","validatorId":103},{"checkpointProposalRewards":3000.45,"checkpointSignatureRewards":15000.75,"commissionRewards":1150.05,"day":"2021-09-01","delegatorRewards":10350.5,"distributedRewards":11500.55,"fromCheckpoint":54664,"mevRewards":325.5,"missedCheckpointProposalRewards":300.1,"missedCheckpointSignatureRewards":750.25,"missedCommissionRewards":57.52,"missedDelegatorRewards":517.68,"missedDistributedRewards":575.2,"missedSelfSigningRewards":175.05,"priorityFees":850.75,"selfSigningRewards":3500.2,"toCheckpoint":54680,"validatorId":103}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1PolygonValidatorRewardsList","examples":[{"next":"https://api.rated.network//v1/polygon/validators/{validator_id}/rewards?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/polygon/validators/{validator_id}/rewards?limit=10&offset=10","results":[[{"checkpoint":54664,"checkpointProposalRewards":250.3,"checkpointSignatureRewards":1200.45,"commissionRewards":90.03,"delegatorRewards":810.32,"distributedRewards":900.35,"mevRewards":25.0,"missedCheckpointProposalRewards":25.0,"missedCheckpointSignatureRewards":50.75,"missedCommissionRewards":3.81,"missedDelegatorRewards":34.26,"missedDistributedRewards":38.07,"missedSelfSigningRewards":12.68,"priorityFees":75.5,"selfSigningRewards":300.1,"timestamp":"2021-09-01T00:00:00Z","validatorId":103},{"checkpointProposalRewards":3000.45,"checkpointSignatureRewards":15000.75,"commissionRewards":1150.05,"day":"2021-09-01","delegatorRewards":10350.5,"distributedRewards":11500.55,"fromCheckpoint":54664,"mevRewards":325.5,"missedCheckpointProposalRewards":300.1,"missedCheckpointSignatureRewards":750.25,"missedCommissionRewards":57.52,"missedDelegatorRewards":517.68,"missedDistributedRewards":575.2,"missedSelfSigningRewards":175.05,"priorityFees":850.75,"selfSigningRewards":3500.2,"toCheckpoint":54680,"validatorId":103}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__9":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"$defs":{"SolanaDelegation":{"properties":{"validatorVoteAccount":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Validatorvoteaccount"},"validatorName":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Validatorname"},"percentage":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Percentage"}},"type":"object","title":"SolanaDelegation"}},"properties":{"stakeAuthority":{"type":"string","title":"Stakeauthority"},"day":{"type":"string","format":"date","title":"Day"},"fromTimestamp":{"type":"string","format":"date-time","title":"Fromtimestamp"},"toTimestamp":{"type":"string","format":"date-time","title":"Totimestamp"},"fromSlot":{"type":"integer","minimum":0.0,"title":"Fromslot"},"toSlot":{"type":"integer","minimum":0.0,"title":"Toslot"},"fromEpoch":{"type":"integer","minimum":0.0,"title":"Fromepoch"},"toEpoch":{"type":"integer","minimum":0.0,"title":"Toepoch"},"stakingRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Stakingrewards"},"stakingCommissionPaid":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Stakingcommissionpaid"},"delegatedStake":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Delegatedstake"},"validatorDelegates":{"type":"integer","minimum":0.0,"title":"Validatordelegates"},"delegations":{"anyOf":[{"items":{"$ref":"#/components/schemas/SolanaDelegation"},"type":"array"},{"type":"null"}],"title":"Delegations"},"blendedVoteCommissionRate":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Blendedvotecommissionrate"},"mevRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Mevrewards"},"blendedMevCommissionRate":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"},{"type":"null"}],"title":"Blendedmevcommissionrate"},"mevCommissionPaid":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Mevcommissionpaid"},"missedStakingRewards":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Missedstakingrewards"}},"type":"object","required":["stakeAuthority","day","fromTimestamp","toTimestamp","fromSlot","toSlot","fromEpoch","toEpoch","stakingRewards","stakingCommissionPaid","delegatedStake","validatorDelegates","mevRewards","mevCommissionPaid","missedStakingRewards"],"title":"SolanaDelegatorStakeAuthorityRewards","examples":[{"blendedMevCommissionRate":0.07,"blendedVoteCommissionRate":0.07,"day":"2024-04-04","delegatedStake":4.61,"delegations":[{"percentage":0.8,"validatorName":"Ledger by Figment","validatorVoteAccount":"26pV97Ce83ZQ6Kz9XT4td8tdoUFPTng8Fb8gPyc53dJx"},{"percentage":0.2,"validatorName":"Aurora Validator","validatorVoteAccount":"34yvUa2fxfm2tUqxFEj9PHrVNwCcdzd51eo9hntWpZRs"}],"fromEpoch":597,"fromSlot":258212466,"fromTimestamp":"2024-04-04 00:00:00","mevCommissionPaid":0.0,"mevRewards":0.0,"missedStakingRewards":0.0,"stakeAuthority":"q9XWcZ7T1wP4bW9SB4XgNNwjnFEJ982nE8aVbbNuwot","stakingCommissionPaid":0.0001,"stakingRewards":0.002,"toEpoch":598,"toSlot":258394459,"toTimestamp":"2024-04-04 23:59:59","validatorDelegates":2}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1SolanaDelegatorStakeAuthorityRewards","examples":[{"next":"https://api.rated.network//v1/solana/delegators/stakeAuthorities/{stake_authority}/rewards?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/solana/delegators/stakeAuthorities/{stake_authority}/rewards?limit=10&offset=10","results":[[{"blendedMevCommissionRate":0.07,"blendedVoteCommissionRate":0.07,"day":"2024-04-04","delegatedStake":4.61,"delegations":[{"percentage":0.8,"validatorName":"Ledger by Figment","validatorVoteAccount":"26pV97Ce83ZQ6Kz9XT4td8tdoUFPTng8Fb8gPyc53dJx"},{"percentage":0.2,"validatorName":"Aurora Validator","validatorVoteAccount":"34yvUa2fxfm2tUqxFEj9PHrVNwCcdzd51eo9hntWpZRs"}],"fromEpoch":597,"fromSlot":258212466,"fromTimestamp":"2024-04-04 00:00:00","mevCommissionPaid":0.0,"mevRewards":0.0,"missedStakingRewards":0.0,"stakeAuthority":"q9XWcZ7T1wP4bW9SB4XgNNwjnFEJ982nE8aVbbNuwot","stakingCommissionPaid":0.0001,"stakingRewards":0.002,"toEpoch":598,"toSlot":258394459,"toTimestamp":"2024-04-04 23:59:59","validatorDelegates":2}]]}]},"api__schemas__paginator__paginated_response_for_result_model___locals___PaginatedResponseWithResultModel__90":{"properties":{"previous":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Previous"},"next":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Next"},"pages":{"type":"integer","minimum":0.0,"title":"Pages"},"results":{"items":{"properties":{"checkpoint":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Checkpoint"},"timestamp":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Timestamp"},"day":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"title":"Day"},"fromCheckpoint":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Fromcheckpoint"},"toCheckpoint":{"anyOf":[{"type":"integer","minimum":0.0},{"type":"null"}],"title":"Tocheckpoint"},"totalStake":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Totalstake"},"selfStake":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Selfstake"},"delegatedStake":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Delegatedstake"},"commissionRate":{"anyOf":[{"type":"number"},{"type":"string","pattern":"^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"}],"title":"Commissionrate"},"delegatorCount":{"type":"integer","minimum":0.0,"title":"Delegatorcount"}},"type":"object","required":["totalStake","selfStake","delegatedStake","commissionRate","delegatorCount"],"title":"PolygonValidatorState","examples":[{"checkpoint":53105,"commissionRate":0.1,"delegatedStake":920000.0,"delegatorCount":200,"selfStake":80000.0,"timestamp":"2021-09-01T00:00:00Z","totalStake":1000000.0}]},"type":"array","title":"Results"}},"type":"object","required":["previous","next","pages","results"],"title":"PaginatedV1PolygonValidatorStateList","examples":[{"next":"https://api.rated.network//v1/polygon/validators/{validator_id}/state?limit=10&offset=30","pages":10,"previous":"https://api.rated.network//v1/polygon/validators/{validator_id}/state?limit=10&offset=10","results":[[{"checkpoint":53105,"commissionRate":0.1,"delegatedStake":920000.0,"delegatorCount":200,"selfStake":80000.0,"timestamp":"2021-09-01T00:00:00Z","totalStake":1000000.0}]]}]},"api__schemas__validator_performance__ValidatorsEffectivenessGroupByEnum":{"type":"string","enum":["granularity","validator"],"title":"ValidatorsEffectivenessGroupByEnum"},"networks__polygon__granularity__Granularity":{"type":"string","enum":["checkpoint","day"],"title":"Granularity"},"networks__solana__granularity__Granularity":{"type":"string","enum":["3k","day"],"title":"Granularity"}},"securitySchemes":{"HTTPBearer":{"type":"http","scheme":"bearer"}}}}