Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -811,13 +811,7 @@ group by 1,2,3,4,5

[horizon/fee-stats](../../../apis/horizon/api-reference/aggregations/fee-stats/README.mdx)

Fee stats are used to predict what fee to set for a transaction before submitting it to the network.

:::note

The `fee_stats_agg` model has been deprecated and replaced by two new models: `ledger_fee_stats_agg` (ledger-grain) and `daily_fee_stats_agg` (daily-grain). The new models provide separate Classic and Soroban fee breakdowns, inclusion fee metrics, and surge pricing statistics.

:::
Fee stats are used to predict what fee to set for a transaction before submitting it to the network. Two models are available: `ledger_fee_stats_agg` (ledger-grain) and `daily_fee_stats_agg` (daily-grain). Both provide separate Classic and Soroban fee breakdowns, inclusion fee metrics, and surge pricing statistics.

### Retrieve Daily Fee Stats

Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion routes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@
/docs/data/analytics/hubble/data-catalog/data-dictionary/gold
/docs/data/analytics/hubble/data-catalog/data-dictionary/gold/asset-balances-daily-agg
/docs/data/analytics/hubble/data-catalog/data-dictionary/gold/daily-fee-stats-agg
/docs/data/analytics/hubble/data-catalog/data-dictionary/gold/fee-stats-agg
/docs/data/analytics/hubble/data-catalog/data-dictionary/gold/hourly-fee-agg-account
/docs/data/analytics/hubble/data-catalog/data-dictionary/gold/hourly-soroban-fee-agg-contract
/docs/data/analytics/hubble/data-catalog/data-dictionary/gold/ledger-fee-stats-agg
Expand Down
Loading