Skip to content

Phase 3 — Fee Estimator #2

@devdavidejesus

Description

@devdavidejesus

Phase 3 — Fee Estimator

Real-time fee estimation based on current mempool state.

Scope

  • Fetch recommended fee rates (fastest, half-hour, hour, economy, minimum)
  • Display current mempool depth (size in MB, tx count)
  • Historical fee comparison (optional)

Endpoints

  • GET /api/v1/fees/recommended
  • GET /api/mempool

CLI interface

python -m btc_toolkit fees
python -m btc_toolkit fees --json

Constraints

  • Zero external dependencies (stdlib only)
  • Unit tests with mocked API responses
  • Clearly labeled sat/vB units

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions