+ Trading app benchmarks. +
++ {DESCRIPTION} +
+ ++ {group.label} +
++ {DESCRIPTION} +
+ ++ {group.label} +
+| # | -Platform | -Txs | -Avg priority fee | -CU price p50/p95 | -Jito rate | -Avg platform fee | -
|---|---|---|---|---|---|---|
| - {i + 1} - | -
-
- {logo && (
-
-
- {PLATFORM_DISPLAY[p.platform] ?? p.platform}
-
- |
-
- {wm?.txCount ? fmtCount(wm.txCount) : |
-
- {wm?.avgPriorityFeeLamports
- ? `${Math.round(wm.avgPriorityFeeLamports).toLocaleString()} L`
- : |
-
- {wm?.p50CUPriceMicro
- ? `${fmtCUPrice(wm.p50CUPriceMicro)} / ${fmtCUPrice(wm.p95CUPriceMicro)}`
- : |
-
- {wm?.jitoRate != null && wm.jitoRate > 0 ? fmtPct(wm.jitoRate) : |
-
- {wm?.avgPlatformFeeLamports
- ? `${lamportsToSOL(wm.avgPlatformFeeLamports)} SOL`
- : |
-