get_fee_histogram
Who is transacting on-chain right now — X-Ray's raw read (free key).
The mempool fee curve shape: FLAT_WIDE means patient accumulation, STEEP_TALL means urgency or panic, BIMODAL means whale activity.
Returns: - curve_type: FLAT_WIDE (accumulation), STEEP_TALL (retail panic), BIMODAL (whale activity), etc. - actor_profile: Inferred actor behavior from fee distribution - skewness, kurtosis: Statistical shape of fee distribution - gini_coefficient: Inequality of fee spending (low = uniform, high = whales dominating) - entropy: Diversity of fee usage (high = diverse activity, low = single-actor dominance) - tx_count: Number of transactions analyzed
FLAT_WIDE fee curves indicate accumulation (whales being patient). STEEP_TALL fee curves indicate urgency/panic (retail rushing transactions).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |