Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save AdvaithD/fc5521f2efd7fe21aeb19a18f78a8898 to your computer and use it in GitHub Desktop.

Select an option

Save AdvaithD/fc5521f2efd7fe21aeb19a18f78a8898 to your computer and use it in GitHub Desktop.
Azura staging web performance report 2026-04-15 expanded

Staging Web Performance Deep Dive (2026-04-15, Expanded Dataset)

Scope

  • Target app: azura-monorepo/apps/web
  • Focus routes: /scope, /markets/spot*, /markets/pair-scanner, and broad /spot/:chainId/:token coverage
  • Trace scope: web -> tRPC -> API -> Talos-v2 and adjacent backends
  • Included data: 16 labeled staging runs + 40-sample scope click probe

Dataset Summary

Totals across included runs:

  • Requests: 83,302
  • tRPC entries: 11,679
  • OPTIONS preflights: 5,685 (48.7%)
  • Non-OPTIONS tRPC calls: 5,994

Run families:

  • Baseline swarm: staging-swarm-spot-scope
  • Mid-size batches: batch-*
  • Long-wave batches: long-wave*
  • Full-manifest passes (54 URLs): mega-full-cold-1, mega-full-warm-1, mega-full-cold-2

High-Signal Findings

1) Scope remains the dominant tail route

/scope behavior is highly variable and can fan out heavily:

  • Worst baseline sample: 584 requests, 336 tRPC entries, 41 late API starts (>2s)
  • Across scope runs, last non-OPTIONS tRPC completion:
    • avg 4.7s
    • p95 8.65s
    • max 12.9s

Interpretation:

  • The tail is caused by asynchronous request cascades, not first paint.

2) Spot pages are still request-dense even when warm

From full-manifest spot route class:

  • Cold average: 259.5 requests/route, 4.52MB transfer
  • Warm average: 256.8 requests/route, 0.136MB transfer
  • Load-window difference is small (220ms cold avg vs 215ms warm avg)

Interpretation:

  • Cache reduces bytes significantly, but request orchestration and backend behavior still dominate perceived latency.

3) Preflight tax is persistent across all run families

  • Batch family preflight ratio: 47.6%
  • Long-wave family preflight ratio: 48.8%
  • Full-manifest family preflight ratio: 48.6%

Interpretation:

  • Transport overhead is structural in current architecture.

4) Quote reliability is the biggest hard failure issue

v2.orders.quote aggregate:

  • Calls: 353
  • Failures: 159
  • Failure rate: 45.0%
  • Status split: 200 = 194, 500 = 159

Interpretation:

  • Quote-path reliability has to be fixed before frontend-only tuning can deliver stable user wins.

5) Highest-volume non-quote families are security + social

Top procedures by call volume:

  • v1.tokens.getSecurity: 1,206
  • v2.twitter.getProfile: 752
  • v2.tokens.getPastTwitterUsernames: 716
  • v1.trades.initialTrades: 522

Interpretation:

  • Repeated security/social lookups are a major request amplifier.

End-to-End Trace Highlights

Scope path:

  • Web scope/memetics handlers trigger v2.markets.newPairScanner.initialDataTalos
  • API fans out via Talos prelaunch/state reads
  • Sparkline hydration adds additional API pressure (getMarketCapSparkline)

Spot path:

  • Spot page triggers metadata/stats/holders/traders/security/quote families
  • Stats path reaches data-engine and Talos optimal-pool/state-service
  • Holders/traders paths call Talos state-service endpoints + wallet label enrichment
  • Quote path enters apps/api/src/routers/v2/orders/quote.ts and Zenithar client module

Debate-Team Outcomes (3 pro / 3 con)

Converged high-confidence priorities:

  1. Quote-path backend stabilization first.
  2. Scope and spot fan-out reduction (especially security/social duplication).
  3. Interaction-gating for secondary social requests.
  4. Transport reduction (same-origin/proxy + batching).

Key guardrails from skeptical pass:

  1. Avoid placebo fixes that reduce freshness for live trading views without SLO proof.
  2. Treat current data as high-confidence hotspot evidence, but use stricter paired design for causal claims.
  3. Keep backend and frontend changes separated for clear attribution.

Priority Remediation Plan

P0 (Immediate)

  1. Quote reliability hardening (timeout + retry policy + circuit behavior + typed degraded response).
  2. Scope security/social dedupe and interaction gating.
  3. Add timeout budgets for Talos/downstream API wrappers lacking explicit abort control.

P1 (Structural)

  1. Cut preflight overhead with same-origin routing and batched tRPC transport.
  2. Collapse high-frequency Talos/state fan-out where sequential upstream calls are avoidable.
  3. Add request-scoped dedupe on holders/traders wallet label enrichment.

P2 (Measurement hardening)

  1. Fixed URL manifest and stratified token panel for repeated runs.
  2. Paired cold/warm block protocol with confidence intervals in report output.
  3. Persist cache/CDN metadata and count transport failures explicitly.

Scope Navigation Validation

Expanded probe (2026-04-15T19-21-58):

  • Samples: 40
  • Success: 40/40
  • Click-to-spot: avg 108ms, p95 117ms

Interpretation:

  • The navigation transition itself is fast; delay is primarily post-navigation data work.

Artifacts

  • Data aggregate JSON:
    • apps/web/scripts/profiling/reports/staging-performance-gist-2026-04-15.json
  • Human summary:
    • apps/web/scripts/profiling/reports/staging-performance-gist-2026-04-15.md
  • Scope probe raw:
    • apps/web/scripts/profiling/results/results/2026-04-15T19-21-58/scope-click-probe.json
{
"generatedAt": "2026-04-15T19:23:47.868Z",
"environment": "staging.azura.xyz",
"includedRunCount": 16,
"runLabels": [
{
"runId": "2026-04-15T16-10-30",
"label": "staging-swarm-spot-scope",
"routeCount": 25
},
{
"runId": "2026-04-15T18-40-28",
"label": "batch-cold-1",
"routeCount": 10
},
{
"runId": "2026-04-15T18-41-43",
"label": "batch-warm-1",
"routeCount": 10
},
{
"runId": "2026-04-15T18-43-02",
"label": "batch-cold-2",
"routeCount": 10
},
{
"runId": "2026-04-15T18-51-09",
"label": "long-wave1-cold-A",
"routeCount": 10
},
{
"runId": "2026-04-15T18-51-17",
"label": "long-wave1-cold-C",
"routeCount": 10
},
{
"runId": "2026-04-15T18-51-20",
"label": "long-wave1-cold-B",
"routeCount": 10
},
{
"runId": "2026-04-15T18-52-31",
"label": "long-wave2-cold-A",
"routeCount": 10
},
{
"runId": "2026-04-15T18-52-36",
"label": "long-wave2-cold-C",
"routeCount": 10
},
{
"runId": "2026-04-15T18-52-41",
"label": "long-wave2-cold-B",
"routeCount": 10
},
{
"runId": "2026-04-15T18-53-52",
"label": "long-wave3-warm-A",
"routeCount": 10
},
{
"runId": "2026-04-15T18-53-56",
"label": "long-wave3-warm-B",
"routeCount": 10
},
{
"runId": "2026-04-15T18-53-58",
"label": "long-wave3-warm-C",
"routeCount": 10
},
{
"runId": "2026-04-15T19-02-39",
"label": "mega-full-cold-1",
"routeCount": 55
},
{
"runId": "2026-04-15T19-07-55",
"label": "mega-full-warm-1",
"routeCount": 55
},
{
"runId": "2026-04-15T19-13-10",
"label": "mega-full-cold-2",
"routeCount": 55
}
],
"totals": {
"totalRequests": 83302,
"totalFailures": 286,
"trpcCalls": 11679,
"trpcNonOptions": 5994,
"trpcOptions": 5685,
"trpcPreflightRatio": 0.4867711276650398
},
"headlineProcedures": {
"quote": {
"procedure": "v2.orders.quote",
"count": 353,
"failures": 159,
"failureRate": 0.45042492917847027,
"p95WaitMs": 166.537,
"statuses": {
"200": 194,
"500": 159
}
},
"security": {
"procedure": "v1.tokens.getSecurity",
"count": 1206,
"failures": 39,
"failureRate": 0.03233830845771144,
"p95WaitMs": 146.827,
"statuses": {
"200": 1167,
"500": 39
}
},
"twitterProfile": {
"procedure": "v2.twitter.getProfile",
"count": 752,
"failures": 54,
"failureRate": 0.07180851063829788,
"p95WaitMs": 158.36599999999999,
"statuses": {
"200": 698,
"500": 54
}
},
"twitterPost": {
"procedure": "v2.twitter.getPost",
"count": 177,
"failures": 3,
"failureRate": 0.01694915254237288,
"p95WaitMs": 260.53700000000003,
"statuses": {
"200": 174,
"500": 3
}
},
"pastUsernames": {
"procedure": "v2.tokens.getPastTwitterUsernames",
"count": 716,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"statuses": {
"200": 716
}
}
},
"topProceduresAll": [
{
"procedure": "v1.tokens.getSecurity",
"count": 1206,
"failures": 39,
"failureRate": 0.03233830845771144,
"p95WaitMs": 146.827,
"statuses": {
"200": 1167,
"500": 39
}
},
{
"procedure": "v2.twitter.getProfile",
"count": 752,
"failures": 54,
"failureRate": 0.07180851063829788,
"p95WaitMs": 158.36599999999999,
"statuses": {
"200": 698,
"500": 54
}
},
{
"procedure": "v2.tokens.getPastTwitterUsernames",
"count": 716,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"statuses": {
"200": 716
}
},
{
"procedure": "v1.trades.initialTrades",
"count": 522,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"statuses": {
"200": 522
}
},
{
"procedure": "v2.orders.quote",
"count": 353,
"failures": 159,
"failureRate": 0.45042492917847027,
"p95WaitMs": 166.537,
"statuses": {
"200": 194,
"500": 159
}
},
{
"procedure": "v2.markets.hyperliquidAssets",
"count": 310,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"statuses": {
"200": 310
}
},
{
"procedure": "v2.tokens.getBars",
"count": 270,
"failures": 7,
"failureRate": 0.025925925925925925,
"p95WaitMs": 0,
"statuses": {
"200": 263,
"500": 7
}
},
{
"procedure": "v2.tokens.getTopHolders",
"count": 267,
"failures": 9,
"failureRate": 0.033707865168539325,
"p95WaitMs": 51.379000000000005,
"statuses": {
"200": 258,
"404": 9
}
},
{
"procedure": "v2.tokens.getStats",
"count": 261,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 110.666,
"statuses": {
"200": 261
}
},
{
"procedure": "v2.tokens.getMetadata",
"count": 261,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"statuses": {
"200": 261
}
},
{
"procedure": "v1.tokens.getLaunchpad",
"count": 261,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 66.505,
"statuses": {
"200": 261
}
},
{
"procedure": "v2.markets.getDevTrades",
"count": 250,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"statuses": {
"200": 250
}
},
{
"procedure": "v2.twitter.getPost",
"count": 177,
"failures": 3,
"failureRate": 0.01694915254237288,
"p95WaitMs": 260.53700000000003,
"statuses": {
"200": 174,
"500": 3
}
},
{
"procedure": "v2.tokens.getNativePrice",
"count": 118,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"statuses": {
"200": 118
}
},
{
"procedure": "v2.markets.newPairScanner.getMarketCapSparkline",
"count": 92,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 59.366,
"statuses": {
"200": 92
}
},
{
"procedure": "v2.twitter.getCommunity",
"count": 86,
"failures": 12,
"failureRate": 0.13953488372093023,
"p95WaitMs": 161.93699999999998,
"statuses": {
"200": 74,
"500": 12
}
},
{
"procedure": "v2.markets.spotExplorer.getTokens",
"count": 42,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"statuses": {
"200": 42
}
},
{
"procedure": "v1.tokens.getSecurityBatch",
"count": 37,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 76.973,
"statuses": {
"200": 37
}
},
{
"procedure": "v2.markets.newPairScanner.initialDataTalos",
"count": 13,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"statuses": {
"200": 13
}
}
],
"fullManifestComparison": {
"labels": {
"cold": [
"mega-full-cold-1",
"mega-full-cold-2"
],
"warm": "mega-full-warm-1"
},
"keyRoutes": [
{
"pathname": "/scope",
"coldAvg": {
"requests": 381,
"transferMB": 4.356915473937988,
"loadMs": 235.05000001192093,
"dclMs": 163.14999997615814,
"trpcCalls": 142,
"trpcFailures": 3.5,
"lateApiOver2s": 3
},
"warm": {
"requests": 460,
"transferMB": 0.19377803802490234,
"loadMs": 188.89999997615814,
"dclMs": 142.39999997615814,
"trpcCalls": 223,
"trpcFailures": 0,
"lateApiOver2s": 0
}
},
{
"pathname": "/markets/spot",
"coldAvg": {
"requests": 298,
"transferMB": 4.49824333190918,
"loadMs": 292.6999999284744,
"dclMs": 231.8499999642372,
"trpcCalls": 58,
"trpcFailures": 0,
"lateApiOver2s": 0
},
"warm": {
"requests": 296,
"transferMB": 2.9676570892333984,
"loadMs": 287.2000000476837,
"dclMs": 220.20000004768372,
"trpcCalls": 58,
"trpcFailures": 0,
"lateApiOver2s": 0
}
},
{
"pathname": "/markets/spot/trending",
"coldAvg": {
"requests": 302,
"transferMB": 6.1478776931762695,
"loadMs": 190.5,
"dclMs": 141.60000002384186,
"trpcCalls": 58,
"trpcFailures": 0,
"lateApiOver2s": 0
},
"warm": {
"requests": 265,
"transferMB": 0.11520576477050781,
"loadMs": 183.70000004768372,
"dclMs": 132.10000002384186,
"trpcCalls": 29,
"trpcFailures": 0,
"lateApiOver2s": 0
}
},
{
"pathname": "/markets/spot/all-coins",
"coldAvg": {
"requests": 303.5,
"transferMB": 4.81537389755249,
"loadMs": 185,
"dclMs": 146.34999990463257,
"trpcCalls": 60,
"trpcFailures": 3,
"lateApiOver2s": 0
},
"warm": {
"requests": 283,
"transferMB": 0.4103050231933594,
"loadMs": 182.10000002384186,
"dclMs": 122,
"trpcCalls": 46,
"trpcFailures": 3,
"lateApiOver2s": 0
}
},
{
"pathname": "/markets/pair-scanner",
"coldAvg": {
"requests": 183,
"transferMB": 4.243168354034424,
"loadMs": 143.19999998807907,
"dclMs": 108.54999995231628,
"trpcCalls": 2,
"trpcFailures": 0,
"lateApiOver2s": 0
},
"warm": {
"requests": 182,
"transferMB": 0.11315631866455078,
"loadMs": 157.39999997615814,
"dclMs": 87.89999997615814,
"trpcCalls": 1,
"trpcFailures": 0,
"lateApiOver2s": 0
}
}
],
"classComparisons": [
{
"name": "spot-pages",
"coldAvg": {
"requests": 259.54,
"transferMB": 4.51867561340332,
"loadMs": 220.2379999947548,
"dclMs": 172.512999997139,
"trpcCalls": 29.51,
"trpcFailures": 0.85,
"lateApiOver2s": 0.03,
"sampleCount": 100
},
"warmAvg": {
"requests": 256.78,
"transferMB": 0.13608182907104494,
"loadMs": 215.42000000476838,
"dclMs": 134.32800000667572,
"trpcCalls": 27.34,
"trpcFailures": 0.84,
"lateApiOver2s": 0.04,
"sampleCount": 50
}
},
{
"name": "markets-pages",
"coldAvg": {
"requests": 271.625,
"transferMB": 4.926165819168091,
"loadMs": 202.84999997913837,
"dclMs": 157.08749996125698,
"trpcCalls": 44.5,
"trpcFailures": 0.75,
"lateApiOver2s": 0,
"sampleCount": 8
},
"warmAvg": {
"requests": 256.5,
"transferMB": 0.9015810489654541,
"loadMs": 202.60000002384186,
"dclMs": 140.55000001192093,
"trpcCalls": 33.5,
"trpcFailures": 0.75,
"lateApiOver2s": 0,
"sampleCount": 4
}
}
]
},
"scopeProbes": {
"initial3Sample": {
"runAt": "2026-04-15T18:45:09.103Z",
"attempts": 3,
"successes": 3,
"rows": [
{
"attempt": 1,
"status": "ok",
"from": "/scope",
"to": "https://staging.azura.xyz/spot/1399811149/3LZJKXhDVgqXR1q6jtzwNBBLHBuwsDiNNiW6rvmJpump",
"clickToSpotMs": 96,
"totalAttemptMs": 4358
},
{
"attempt": 2,
"status": "ok",
"from": "/scope",
"to": "https://staging.azura.xyz/spot/1399811149/EttgAhEDDkrJTJdcU9XEa5aATuXpzv4ByxCfsNQgh5NF",
"clickToSpotMs": 120,
"totalAttemptMs": 4284
},
{
"attempt": 3,
"status": "ok",
"from": "/scope",
"to": "https://staging.azura.xyz/spot/1399811149/41Mp5hkWkV35LLGumSiLyBYfmCTPgqBpV5RdNMX9pump",
"clickToSpotMs": 123,
"totalAttemptMs": 4267
}
]
},
"expanded40Sample": {
"runId": "2026-04-15T19-21-58",
"samples": 40,
"successes": 40,
"failures": 0,
"clickToSpotMs": {
"values": [
84,
115,
100,
111,
113,
109,
109,
106,
119,
105,
116,
108,
106,
109,
107,
104,
106,
108,
113,
105,
106,
116,
111,
101,
106,
116,
100,
102,
94,
125,
107,
110,
104,
103,
117,
113,
116,
100,
113,
110
],
"avg": 108,
"p95": 117
},
"attempts": [
{
"index": 1,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/FzcZ4oYKcCqp4dwhvw16LcTybuudGhSAyM4CzJ42pump",
"landed": "https://staging.azura.xyz/spot/1399811149/FzcZ4oYKcCqp4dwhvw16LcTybuudGhSAyM4CzJ42pump",
"clickToSpotMs": 84,
"attemptMs": 4964
},
{
"index": 2,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/BXXxTD7X6NE2nCEcPjxHmFm73nN5Syr691o9eGm2pump",
"landed": "https://staging.azura.xyz/spot/1399811149/BXXxTD7X6NE2nCEcPjxHmFm73nN5Syr691o9eGm2pump",
"clickToSpotMs": 115,
"attemptMs": 4370
},
{
"index": 3,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/DdrUoxm7PTjzoXbQxEAAaUexxsqH8hD3rNuk8UbKpump",
"landed": "https://staging.azura.xyz/spot/1399811149/DdrUoxm7PTjzoXbQxEAAaUexxsqH8hD3rNuk8UbKpump",
"clickToSpotMs": 100,
"attemptMs": 4296
},
{
"index": 4,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/adDYw7VsSmRTcUcqzu1F7bXiba9TFNXwbhHq5F8pump",
"landed": "https://staging.azura.xyz/spot/1399811149/adDYw7VsSmRTcUcqzu1F7bXiba9TFNXwbhHq5F8pump",
"clickToSpotMs": 111,
"attemptMs": 4284
},
{
"index": 5,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/8JA4SdYqPY2pKYsvWHAPU5m6URgUx492k9avJptRpump",
"landed": "https://staging.azura.xyz/spot/1399811149/8JA4SdYqPY2pKYsvWHAPU5m6URgUx492k9avJptRpump",
"clickToSpotMs": 113,
"attemptMs": 4255
},
{
"index": 6,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/E71ExYJysQfUfjEdnjvDRfRdQ1d3GQDDWXZoSvzJpump",
"landed": "https://staging.azura.xyz/spot/1399811149/E71ExYJysQfUfjEdnjvDRfRdQ1d3GQDDWXZoSvzJpump",
"clickToSpotMs": 109,
"attemptMs": 4312
},
{
"index": 7,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/H3WBht5WAstmAfXo1otkUa9m8Zj33vPmXE3zP2cbpump",
"landed": "https://staging.azura.xyz/spot/1399811149/H3WBht5WAstmAfXo1otkUa9m8Zj33vPmXE3zP2cbpump",
"clickToSpotMs": 109,
"attemptMs": 4251
},
{
"index": 8,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/CF3SrxZT14Hk5eXQUFk2Z61zVwtNYAaTs817mVGHpump",
"landed": "https://staging.azura.xyz/spot/1399811149/CF3SrxZT14Hk5eXQUFk2Z61zVwtNYAaTs817mVGHpump",
"clickToSpotMs": 106,
"attemptMs": 4250
},
{
"index": 9,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/CJbcuc5KwJiQtdSmTcVZVn9mbcuuqUxXQfSLbc7dpump",
"landed": "https://staging.azura.xyz/spot/1399811149/CJbcuc5KwJiQtdSmTcVZVn9mbcuuqUxXQfSLbc7dpump",
"clickToSpotMs": 119,
"attemptMs": 4338
},
{
"index": 10,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/Ac8X3D8Xa8KKozZBbYXBPs1wYkKGGvpFtDFLdzkDFEEi",
"landed": "https://staging.azura.xyz/spot/1399811149/Ac8X3D8Xa8KKozZBbYXBPs1wYkKGGvpFtDFLdzkDFEEi",
"clickToSpotMs": 105,
"attemptMs": 4358
},
{
"index": 11,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/DdrUoxm7PTjzoXbQxEAAaUexxsqH8hD3rNuk8UbKpump",
"landed": "https://staging.azura.xyz/spot/1399811149/DdrUoxm7PTjzoXbQxEAAaUexxsqH8hD3rNuk8UbKpump",
"clickToSpotMs": 116,
"attemptMs": 4270
},
{
"index": 12,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/HQVxD2jzUWB6HKJJbtPLXxae57YfjDgTXcLdq3ydpump",
"landed": "https://staging.azura.xyz/spot/1399811149/HQVxD2jzUWB6HKJJbtPLXxae57YfjDgTXcLdq3ydpump",
"clickToSpotMs": 108,
"attemptMs": 4266
},
{
"index": 13,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/DYz8e8GjjHEaasGKeH3YC6uEYH5u2YK4SQHLEHXMpump",
"landed": "https://staging.azura.xyz/spot/1399811149/DYz8e8GjjHEaasGKeH3YC6uEYH5u2YK4SQHLEHXMpump",
"clickToSpotMs": 106,
"attemptMs": 4281
},
{
"index": 14,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/7ro7WwhwqgBh794AtHZJgj7HXU3ExgkeMCq2tB8pump",
"landed": "https://staging.azura.xyz/spot/1399811149/7ro7WwhwqgBh794AtHZJgj7HXU3ExgkeMCq2tB8pump",
"clickToSpotMs": 109,
"attemptMs": 4258
},
{
"index": 15,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/4bZD4y6s52SuJqNXAVZz7sUHKd4VKmttmkJMXAXxpump",
"landed": "https://staging.azura.xyz/spot/1399811149/4bZD4y6s52SuJqNXAVZz7sUHKd4VKmttmkJMXAXxpump",
"clickToSpotMs": 107,
"attemptMs": 4344
},
{
"index": 16,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/CF3SrxZT14Hk5eXQUFk2Z61zVwtNYAaTs817mVGHpump",
"landed": "https://staging.azura.xyz/spot/1399811149/CF3SrxZT14Hk5eXQUFk2Z61zVwtNYAaTs817mVGHpump",
"clickToSpotMs": 104,
"attemptMs": 4298
},
{
"index": 17,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/2Yy8R5UjjfcdDHf1jx7U5X75znGWySVSaiBJf4zNpump",
"landed": "https://staging.azura.xyz/spot/1399811149/2Yy8R5UjjfcdDHf1jx7U5X75znGWySVSaiBJf4zNpump",
"clickToSpotMs": 106,
"attemptMs": 4287
},
{
"index": 18,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/CF3SrxZT14Hk5eXQUFk2Z61zVwtNYAaTs817mVGHpump",
"landed": "https://staging.azura.xyz/spot/1399811149/CF3SrxZT14Hk5eXQUFk2Z61zVwtNYAaTs817mVGHpump",
"clickToSpotMs": 108,
"attemptMs": 4313
},
{
"index": 19,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/7ooCv1aiNEDdjakWj8SBoxDgQdzK4VsVfNLKrhpkVizi",
"landed": "https://staging.azura.xyz/spot/1399811149/7ooCv1aiNEDdjakWj8SBoxDgQdzK4VsVfNLKrhpkVizi",
"clickToSpotMs": 113,
"attemptMs": 4304
},
{
"index": 20,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/9dKzdePRqTqDffTc29sHztNvLeuGjMzEAbUAoGAypump",
"landed": "https://staging.azura.xyz/spot/1399811149/9dKzdePRqTqDffTc29sHztNvLeuGjMzEAbUAoGAypump",
"clickToSpotMs": 105,
"attemptMs": 4351
},
{
"index": 21,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/6fTzAf7KjtpkvEuc94MFYpar1ZX1YqVTsc1SzTtWpump",
"landed": "https://staging.azura.xyz/spot/1399811149/6fTzAf7KjtpkvEuc94MFYpar1ZX1YqVTsc1SzTtWpump",
"clickToSpotMs": 106,
"attemptMs": 4332
},
{
"index": 22,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/9Ymo59Ngs6gYRpqC5zQdVfhH43e28QLzKh8TMft9pump",
"landed": "https://staging.azura.xyz/spot/1399811149/9Ymo59Ngs6gYRpqC5zQdVfhH43e28QLzKh8TMft9pump",
"clickToSpotMs": 116,
"attemptMs": 4303
},
{
"index": 23,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/74FMLCniLWmTPoyYtHgNbzWX69NH5KQ4JJ4HPoSZpump",
"landed": "https://staging.azura.xyz/spot/1399811149/74FMLCniLWmTPoyYtHgNbzWX69NH5KQ4JJ4HPoSZpump",
"clickToSpotMs": 111,
"attemptMs": 4330
},
{
"index": 24,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/96VM4VKHkmsXSgU5jbYWW9yHE7yGGTAHL3ke9vx1pump",
"landed": "https://staging.azura.xyz/spot/1399811149/96VM4VKHkmsXSgU5jbYWW9yHE7yGGTAHL3ke9vx1pump",
"clickToSpotMs": 101,
"attemptMs": 4296
},
{
"index": 25,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/3e5c4nz5f9KHYoMa2tJxZQ1Y27uamsusoGhpevmNpump",
"landed": "https://staging.azura.xyz/spot/1399811149/3e5c4nz5f9KHYoMa2tJxZQ1Y27uamsusoGhpevmNpump",
"clickToSpotMs": 106,
"attemptMs": 4287
},
{
"index": 26,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/AeyRwGk6zLK3ZBKfHKdWFn11YFtHxT7dRxAEdUaNpump",
"landed": "https://staging.azura.xyz/spot/1399811149/AeyRwGk6zLK3ZBKfHKdWFn11YFtHxT7dRxAEdUaNpump",
"clickToSpotMs": 116,
"attemptMs": 4318
},
{
"index": 27,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/74FMLCniLWmTPoyYtHgNbzWX69NH5KQ4JJ4HPoSZpump",
"landed": "https://staging.azura.xyz/spot/1399811149/74FMLCniLWmTPoyYtHgNbzWX69NH5KQ4JJ4HPoSZpump",
"clickToSpotMs": 100,
"attemptMs": 4341
},
{
"index": 28,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/7J5Kyfh9Bmn3Tdd2Uh3k3LRij2s7NM3sB7NAXZr5pump",
"landed": "https://staging.azura.xyz/spot/1399811149/7J5Kyfh9Bmn3Tdd2Uh3k3LRij2s7NM3sB7NAXZr5pump",
"clickToSpotMs": 102,
"attemptMs": 4285
},
{
"index": 29,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/31EGqLCnSaLLXoxooLahCuS92pEH5n9mhUEBUkwXpump",
"landed": "https://staging.azura.xyz/spot/1399811149/31EGqLCnSaLLXoxooLahCuS92pEH5n9mhUEBUkwXpump",
"clickToSpotMs": 94,
"attemptMs": 4263
},
{
"index": 30,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/31EGqLCnSaLLXoxooLahCuS92pEH5n9mhUEBUkwXpump",
"landed": "https://staging.azura.xyz/spot/1399811149/31EGqLCnSaLLXoxooLahCuS92pEH5n9mhUEBUkwXpump",
"clickToSpotMs": 125,
"attemptMs": 4289
},
{
"index": 31,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/HQVxD2jzUWB6HKJJbtPLXxae57YfjDgTXcLdq3ydpump",
"landed": "https://staging.azura.xyz/spot/1399811149/HQVxD2jzUWB6HKJJbtPLXxae57YfjDgTXcLdq3ydpump",
"clickToSpotMs": 107,
"attemptMs": 4280
},
{
"index": 32,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/HQVxD2jzUWB6HKJJbtPLXxae57YfjDgTXcLdq3ydpump",
"landed": "https://staging.azura.xyz/spot/1399811149/HQVxD2jzUWB6HKJJbtPLXxae57YfjDgTXcLdq3ydpump",
"clickToSpotMs": 110,
"attemptMs": 4300
},
{
"index": 33,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/G3SZTuocaGjr79WJP3tM9G12Q8RgNpvKVn3L7Maxpump",
"landed": "https://staging.azura.xyz/spot/1399811149/G3SZTuocaGjr79WJP3tM9G12Q8RgNpvKVn3L7Maxpump",
"clickToSpotMs": 104,
"attemptMs": 4251
},
{
"index": 34,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/DdrUoxm7PTjzoXbQxEAAaUexxsqH8hD3rNuk8UbKpump",
"landed": "https://staging.azura.xyz/spot/1399811149/DdrUoxm7PTjzoXbQxEAAaUexxsqH8hD3rNuk8UbKpump",
"clickToSpotMs": 103,
"attemptMs": 4269
},
{
"index": 35,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/EtKpkNF7aVgTwq4oujfeS4ssn5xnUeccT39qacCGpump",
"landed": "https://staging.azura.xyz/spot/1399811149/EtKpkNF7aVgTwq4oujfeS4ssn5xnUeccT39qacCGpump",
"clickToSpotMs": 117,
"attemptMs": 4283
},
{
"index": 36,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/7ro7WwhwqgBh794AtHZJgj7HXU3ExgkeMCq2tB8pump",
"landed": "https://staging.azura.xyz/spot/1399811149/7ro7WwhwqgBh794AtHZJgj7HXU3ExgkeMCq2tB8pump",
"clickToSpotMs": 113,
"attemptMs": 4249
},
{
"index": 37,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/4XYqsoDaeTZog21LWJ44VVT7Ux9HnY8XGUwX8YdNpump",
"landed": "https://staging.azura.xyz/spot/1399811149/4XYqsoDaeTZog21LWJ44VVT7Ux9HnY8XGUwX8YdNpump",
"clickToSpotMs": 116,
"attemptMs": 4285
},
{
"index": 38,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/HRJRVbWgRUxEnbMeFyCPyNiZxgvYnHUUEZ3nCTnypump",
"landed": "https://staging.azura.xyz/spot/1399811149/HRJRVbWgRUxEnbMeFyCPyNiZxgvYnHUUEZ3nCTnypump",
"clickToSpotMs": 100,
"attemptMs": 4264
},
{
"index": 39,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/EtKpkNF7aVgTwq4oujfeS4ssn5xnUeccT39qacCGpump",
"landed": "https://staging.azura.xyz/spot/1399811149/EtKpkNF7aVgTwq4oujfeS4ssn5xnUeccT39qacCGpump",
"clickToSpotMs": 113,
"attemptMs": 4299
},
{
"index": 40,
"success": true,
"picked": "https://staging.azura.xyz/spot/1399811149/9Ymo59Ngs6gYRpqC5zQdVfhH43e28QLzKh8TMft9pump",
"landed": "https://staging.azura.xyz/spot/1399811149/9Ymo59Ngs6gYRpqC5zQdVfhH43e28QLzKh8TMft9pump",
"clickToSpotMs": 110,
"attemptMs": 4303
}
]
}
},
"runs": [
{
"runId": "2026-04-15T16-10-30",
"label": "staging-swarm-spot-scope",
"routeCount": 25,
"totalRequests": 6922,
"totalFailures": 24,
"trpcCalls": 1122,
"trpcOptions": 561,
"trpcNonOptions": 561,
"trpcPreflightRatio": 0.5,
"scope": {
"requests": 584,
"loadMs": 270.5,
"lateApiOver2s": 41,
"trpcCalls": 336,
"trpcFailures": 7
},
"routes": [
{
"url": "https://staging.azura.xyz/markets/spot",
"pathname": "/markets/spot",
"requests": 296,
"failures": 0,
"transferBytes": 4543304,
"loadMs": 212.19999992847443,
"dclMs": 181,
"ttfbMs": 65.60000002384186,
"trpcCalls": 58,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/markets/spot/trending",
"pathname": "/markets/spot/trending",
"requests": 304,
"failures": 0,
"transferBytes": 4810851,
"loadMs": 232.29999995231628,
"dclMs": 197.10000002384186,
"ttfbMs": 61.799999952316284,
"trpcCalls": 58,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/markets/spot/all-coins",
"pathname": "/markets/spot/all-coins",
"requests": 294,
"failures": 0,
"transferBytes": 4571945,
"loadMs": 185.19999992847443,
"dclMs": 123.29999995231628,
"ttfbMs": 57.59999990463257,
"trpcCalls": 56,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/scope",
"pathname": "/scope",
"requests": 584,
"failures": 7,
"transferBytes": 5397211,
"loadMs": 270.5,
"dclMs": 214.5,
"ttfbMs": 79,
"trpcCalls": 336,
"trpcFailures": 7,
"lateApiOver2s": 41
},
{
"url": "https://staging.azura.xyz/spot/1/0xf19304e6bfe0a18d2a0171758aa433921f192897",
"pathname": "/spot/1/0xf19304e6bfe0a18d2a0171758aa433921f192897",
"requests": 258,
"failures": 0,
"transferBytes": 4733612,
"loadMs": 284.1999999284744,
"dclMs": 225.89999997615814,
"ttfbMs": 79.5,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c",
"pathname": "/spot/1/0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c",
"requests": 260,
"failures": 2,
"transferBytes": 4733756,
"loadMs": 231.29999995231628,
"dclMs": 188.89999997615814,
"ttfbMs": 77.39999997615814,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x4eb92702ba4cfbf80561bad64d89c706ac824960",
"pathname": "/spot/8453/0x4eb92702ba4cfbf80561bad64d89c706ac824960",
"requests": 258,
"failures": 3,
"transferBytes": 4735188,
"loadMs": 242,
"dclMs": 174.89999997615814,
"ttfbMs": 68.60000002384186,
"trpcCalls": 28,
"trpcFailures": 3,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"pathname": "/spot/1399811149/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"requests": 262,
"failures": 0,
"transferBytes": 4732867,
"loadMs": 262,
"dclMs": 204.70000004768372,
"ttfbMs": 83.5,
"trpcCalls": 32,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN",
"pathname": "/spot/1399811149/6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN",
"requests": 262,
"failures": 0,
"transferBytes": 4736393,
"loadMs": 211.5,
"dclMs": 183.29999995231628,
"ttfbMs": 68.59999990463257,
"trpcCalls": 32,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
"pathname": "/spot/1399811149/JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
"requests": 260,
"failures": 0,
"transferBytes": 4736245,
"loadMs": 224.5,
"dclMs": 171.39999997615814,
"ttfbMs": 74.89999997615814,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x6982508145454ce325ddbe47a25d4ec3d2311933",
"pathname": "/spot/1/0x6982508145454ce325ddbe47a25d4ec3d2311933",
"requests": 260,
"failures": 2,
"transferBytes": 4735494,
"loadMs": 198.09999990463257,
"dclMs": 157.29999995231628,
"ttfbMs": 64.5,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x9a26f5433671751c3276a065f57e5a02d2817973",
"pathname": "/spot/8453/0x9a26f5433671751c3276a065f57e5a02d2817973",
"requests": 258,
"failures": 0,
"transferBytes": 4734010,
"loadMs": 283.89999997615814,
"dclMs": 200.39999997615814,
"ttfbMs": 79.09999990463257,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee",
"pathname": "/spot/1/0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee",
"requests": 258,
"failures": 0,
"transferBytes": 4735744,
"loadMs": 247.80000007152557,
"dclMs": 198.70000004768372,
"ttfbMs": 66.20000004768372,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0xd080ed3c74a20250a2c9821885203034acd2d5ae",
"pathname": "/spot/8453/0xd080ed3c74a20250a2c9821885203034acd2d5ae",
"requests": 258,
"failures": 0,
"transferBytes": 4733418,
"loadMs": 238.90000009536743,
"dclMs": 186.30000007152557,
"ttfbMs": 69,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0xa69f80524381275a7ffdb3ae01c54150644c8792",
"pathname": "/spot/8453/0xa69f80524381275a7ffdb3ae01c54150644c8792",
"requests": 258,
"failures": 0,
"transferBytes": 4734983,
"loadMs": 217,
"dclMs": 170.60000002384186,
"ttfbMs": 59.10000002384186,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xe53ec727dbdeb9e2d5456c3be40cff031ab40a55",
"pathname": "/spot/1/0xe53ec727dbdeb9e2d5456c3be40cff031ab40a55",
"requests": 260,
"failures": 2,
"transferBytes": 4734680,
"loadMs": 201.69999992847443,
"dclMs": 178.29999995231628,
"ttfbMs": 61.5,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x6985884c4392d348587b19cb9eaaf157f13271cd",
"pathname": "/spot/8453/0x6985884c4392d348587b19cb9eaaf157f13271cd",
"requests": 260,
"failures": 2,
"transferBytes": 4733904,
"loadMs": 236.89999997615814,
"dclMs": 198.79999995231628,
"ttfbMs": 61.10000002384186,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xf5581dfefd8fb0e4aec526be659cfab1f8c781da",
"pathname": "/spot/1/0xf5581dfefd8fb0e4aec526be659cfab1f8c781da",
"requests": 259,
"failures": 0,
"transferBytes": 4734453,
"loadMs": 253.09999990463257,
"dclMs": 204.39999997615814,
"ttfbMs": 100,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x037a54aab062628c9bbae1fdb1583c195585fe41",
"pathname": "/spot/1/0x037a54aab062628c9bbae1fdb1583c195585fe41",
"requests": 259,
"failures": 0,
"transferBytes": 4739331,
"loadMs": 266.5,
"dclMs": 210.20000004768372,
"ttfbMs": 61.39999997615814,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/pumpCmXqMfrsAkQ5r49WcJnRayYRqmXz6ae8H7H9Dfn",
"pathname": "/spot/1399811149/pumpCmXqMfrsAkQ5r49WcJnRayYRqmXz6ae8H7H9Dfn",
"requests": 260,
"failures": 0,
"transferBytes": 4735486,
"loadMs": 224.29999995231628,
"dclMs": 182.79999995231628,
"ttfbMs": 73.39999997615814,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/EkJuyYyD3to61CHVPJn6wHb7xANxvqApnVJ4o2SdBAGS",
"pathname": "/spot/1399811149/EkJuyYyD3to61CHVPJn6wHb7xANxvqApnVJ4o2SdBAGS",
"requests": 258,
"failures": 0,
"transferBytes": 4734744,
"loadMs": 266.8000000715256,
"dclMs": 168.5,
"ttfbMs": 62.40000009536743,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/FRJu1G3BvQYmJQ2mpf34dQTiQKc7JnLvn3ZQH9XsTPLH",
"pathname": "/spot/1399811149/FRJu1G3BvQYmJQ2mpf34dQTiQKc7JnLvn3ZQH9XsTPLH",
"requests": 258,
"failures": 2,
"transferBytes": 4701288,
"loadMs": 265.10000002384186,
"dclMs": 211.10000002384186,
"ttfbMs": 78.79999995231628,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x514910771af9ca656af840dff83e8264ecf986ca",
"pathname": "/spot/1/0x514910771af9ca656af840dff83e8264ecf986ca",
"requests": 260,
"failures": 2,
"transferBytes": 4734162,
"loadMs": 201.20000004768372,
"dclMs": 162.5,
"ttfbMs": 58.299999952316284,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0xf43eb8de897fbc7f2502483b2bef7bb9ea179229",
"pathname": "/spot/8453/0xf43eb8de897fbc7f2502483b2bef7bb9ea179229",
"requests": 258,
"failures": 0,
"transferBytes": 4741315,
"loadMs": 315.39999997615814,
"dclMs": 263.10000002384186,
"ttfbMs": 63.800000071525574,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
"pathname": "/spot/1/0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
"requests": 260,
"failures": 2,
"transferBytes": 4735786,
"loadMs": 221.19999992847443,
"dclMs": 162.5,
"ttfbMs": 58.299999952316284,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
}
],
"topProcedures": [
{
"procedure": "v1.tokens.getSecurity",
"count": 144,
"failures": 7,
"failureRate": 0.04861111111111111,
"p95WaitMs": 133.994,
"routeCount": 22,
"statuses": {
"200": 137,
"500": 7
}
},
{
"procedure": "v2.twitter.getProfile",
"count": 72,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 40.582,
"routeCount": 24,
"statuses": {
"200": 72
}
},
{
"procedure": "v2.tokens.getPastTwitterUsernames",
"count": 72,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 24,
"statuses": {
"200": 72
}
},
{
"procedure": "v1.trades.initialTrades",
"count": 42,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 21,
"statuses": {
"200": 42
}
},
{
"procedure": "v2.orders.quote",
"count": 30,
"failures": 16,
"failureRate": 0.5333333333333333,
"p95WaitMs": 166.537,
"routeCount": 21,
"statuses": {
"200": 14,
"500": 16
}
},
{
"procedure": "v2.markets.hyperliquidAssets",
"count": 25,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 25,
"statuses": {
"200": 25
}
},
{
"procedure": "v2.tokens.getStats",
"count": 21,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 109.39099999999999,
"routeCount": 21,
"statuses": {
"200": 21
}
},
{
"procedure": "v2.tokens.getMetadata",
"count": 21,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 21,
"statuses": {
"200": 21
}
},
{
"procedure": "v1.tokens.getLaunchpad",
"count": 21,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 44.435,
"routeCount": 21,
"statuses": {
"200": 21
}
},
{
"procedure": "v2.tokens.getTopHolders",
"count": 21,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 37.542,
"routeCount": 21,
"statuses": {
"200": 21
}
},
{
"procedure": "v2.tokens.getBars",
"count": 21,
"failures": 1,
"failureRate": 0.047619047619047616,
"p95WaitMs": 0,
"routeCount": 21,
"statuses": {
"200": 20,
"500": 1
}
},
{
"procedure": "v2.markets.getDevTrades",
"count": 19,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 19,
"statuses": {
"200": 19
}
},
{
"procedure": "v2.twitter.getPost",
"count": 17,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 5,
"statuses": {
"200": 17
}
},
{
"procedure": "v2.markets.newPairScanner.getMarketCapSparkline",
"count": 16,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 16
}
},
{
"procedure": "v2.tokens.getNativePrice",
"count": 7,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 7,
"statuses": {
"200": 7
}
},
{
"procedure": "v2.twitter.getCommunity",
"count": 5,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 3,
"statuses": {
"200": 5
}
},
{
"procedure": "v2.markets.spotExplorer.getTokens",
"count": 3,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 3,
"statuses": {
"200": 3
}
},
{
"procedure": "v1.tokens.getSecurityBatch",
"count": 3,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 76.973,
"routeCount": 1,
"statuses": {
"200": 3
}
},
{
"procedure": "v2.markets.newPairScanner.initialDataTalos",
"count": 1,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 1
}
}
]
},
{
"runId": "2026-04-15T18-40-28",
"label": "batch-cold-1",
"routeCount": 10,
"totalRequests": 2804,
"totalFailures": 11,
"trpcCalls": 440,
"trpcOptions": 220,
"trpcNonOptions": 220,
"trpcPreflightRatio": 0.5,
"scope": {
"requests": 327,
"loadMs": 159.70000004768372,
"lateApiOver2s": 7,
"trpcCalls": 88,
"trpcFailures": 3
},
"routes": [
{
"url": "https://staging.azura.xyz/markets/spot",
"pathname": "/markets/spot",
"requests": 304,
"failures": 0,
"transferBytes": 4993239,
"loadMs": 248.5,
"dclMs": 199.40000009536743,
"ttfbMs": 111.5,
"trpcCalls": 56,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/markets/spot/trending",
"pathname": "/markets/spot/trending",
"requests": 306,
"failures": 0,
"transferBytes": 5237678,
"loadMs": 148.20000004768372,
"dclMs": 107.89999997615814,
"ttfbMs": 49.800000071525574,
"trpcCalls": 56,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/markets/spot/all-coins",
"pathname": "/markets/spot/all-coins",
"requests": 307,
"failures": 3,
"transferBytes": 5674549,
"loadMs": 196.60000002384186,
"dclMs": 163.10000002384186,
"ttfbMs": 77.30000007152557,
"trpcCalls": 60,
"trpcFailures": 3,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/scope",
"pathname": "/scope",
"requests": 327,
"failures": 3,
"transferBytes": 4552206,
"loadMs": 159.70000004768372,
"dclMs": 111.10000002384186,
"ttfbMs": 63,
"trpcCalls": 88,
"trpcFailures": 3,
"lateApiOver2s": 7
},
{
"url": "https://staging.azura.xyz/spot/1/0xf19304e6bfe0a18d2a0171758aa433921f192897",
"pathname": "/spot/1/0xf19304e6bfe0a18d2a0171758aa433921f192897",
"requests": 258,
"failures": 0,
"transferBytes": 4733973,
"loadMs": 180.09999990463257,
"dclMs": 145.39999997615814,
"ttfbMs": 77.29999995231628,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c",
"pathname": "/spot/1/0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c",
"requests": 260,
"failures": 2,
"transferBytes": 4733191,
"loadMs": 186.79999995231628,
"dclMs": 145.79999995231628,
"ttfbMs": 71.89999997615814,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x4eb92702ba4cfbf80561bad64d89c706ac824960",
"pathname": "/spot/8453/0x4eb92702ba4cfbf80561bad64d89c706ac824960",
"requests": 258,
"failures": 3,
"transferBytes": 4734518,
"loadMs": 148.70000004768372,
"dclMs": 112.20000004768372,
"ttfbMs": 55.700000047683716,
"trpcCalls": 28,
"trpcFailures": 3,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"pathname": "/spot/1399811149/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"requests": 262,
"failures": 0,
"transferBytes": 4743059,
"loadMs": 157.80000007152557,
"dclMs": 113,
"ttfbMs": 57.700000047683716,
"trpcCalls": 32,
"trpcFailures": 0,
"lateApiOver2s": 1
},
{
"url": "https://staging.azura.xyz/spot/1399811149/6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN",
"pathname": "/spot/1399811149/6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN",
"requests": 262,
"failures": 0,
"transferBytes": 4734670,
"loadMs": 172.19999992847443,
"dclMs": 135.19999992847443,
"ttfbMs": 58.5,
"trpcCalls": 32,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
"pathname": "/spot/1399811149/JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
"requests": 260,
"failures": 0,
"transferBytes": 4733243,
"loadMs": 173.40000009536743,
"dclMs": 132.20000004768372,
"ttfbMs": 66.90000009536743,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
}
],
"topProcedures": [
{
"procedure": "v2.twitter.getProfile",
"count": 49,
"failures": 3,
"failureRate": 0.061224489795918366,
"p95WaitMs": 39.002,
"routeCount": 10,
"statuses": {
"200": 46,
"500": 3
}
},
{
"procedure": "v2.tokens.getPastTwitterUsernames",
"count": 47,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 47
}
},
{
"procedure": "v1.tokens.getSecurity",
"count": 18,
"failures": 3,
"failureRate": 0.16666666666666666,
"p95WaitMs": 0,
"routeCount": 7,
"statuses": {
"200": 15,
"500": 3
}
},
{
"procedure": "v2.twitter.getPost",
"count": 16,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 267.79999999999995,
"routeCount": 5,
"statuses": {
"200": 16
}
},
{
"procedure": "v1.trades.initialTrades",
"count": 12,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 12
}
},
{
"procedure": "v2.markets.hyperliquidAssets",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.orders.quote",
"count": 9,
"failures": 4,
"failureRate": 0.4444444444444444,
"p95WaitMs": 136.936,
"routeCount": 6,
"statuses": {
"200": 5,
"500": 4
}
},
{
"procedure": "v2.twitter.getCommunity",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 3,
"statuses": {
"200": 6
}
},
{
"procedure": "v2.markets.newPairScanner.getMarketCapSparkline",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 6
}
},
{
"procedure": "v1.tokens.getLaunchpad",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 6
}
},
{
"procedure": "v2.tokens.getStats",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 72.225,
"routeCount": 6,
"statuses": {
"200": 6
}
},
{
"procedure": "v2.tokens.getMetadata",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 6
}
},
{
"procedure": "v2.tokens.getTopHolders",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 6
}
},
{
"procedure": "v2.tokens.getBars",
"count": 6,
"failures": 1,
"failureRate": 0.16666666666666666,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 5,
"500": 1
}
},
{
"procedure": "v2.markets.getDevTrades",
"count": 5,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 5,
"statuses": {
"200": 5
}
},
{
"procedure": "v2.markets.spotExplorer.getTokens",
"count": 4,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 3,
"statuses": {
"200": 4
}
},
{
"procedure": "v2.tokens.getNativePrice",
"count": 4,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 4,
"statuses": {
"200": 4
}
},
{
"procedure": "v1.tokens.getSecurityBatch",
"count": 3,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 3
}
},
{
"procedure": "v2.markets.newPairScanner.initialDataTalos",
"count": 1,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 1
}
}
]
},
{
"runId": "2026-04-15T18-41-43",
"label": "batch-warm-1",
"routeCount": 10,
"totalRequests": 2844,
"totalFailures": 14,
"trpcCalls": 519,
"trpcOptions": 226,
"trpcNonOptions": 293,
"trpcPreflightRatio": 0.43545279383429675,
"scope": {
"requests": 472,
"loadMs": 207.20000004768372,
"lateApiOver2s": 7,
"trpcCalls": 233,
"trpcFailures": 6
},
"routes": [
{
"url": "https://staging.azura.xyz/markets/spot",
"pathname": "/markets/spot",
"requests": 294,
"failures": 0,
"transferBytes": 3112667,
"loadMs": 313.5,
"dclMs": 264.7999999523163,
"ttfbMs": 179.60000002384186,
"trpcCalls": 56,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/markets/spot/trending",
"pathname": "/markets/spot/trending",
"requests": 264,
"failures": 0,
"transferBytes": 120457,
"loadMs": 212.10000002384186,
"dclMs": 141.79999995231628,
"ttfbMs": 69,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/markets/spot/all-coins",
"pathname": "/markets/spot/all-coins",
"requests": 284,
"failures": 3,
"transferBytes": 444719,
"loadMs": 211.39999997615814,
"dclMs": 148.60000002384186,
"ttfbMs": 73.5,
"trpcCalls": 48,
"trpcFailures": 3,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/scope",
"pathname": "/scope",
"requests": 472,
"failures": 6,
"transferBytes": 183686,
"loadMs": 207.20000004768372,
"dclMs": 158,
"ttfbMs": 95.29999995231628,
"trpcCalls": 233,
"trpcFailures": 6,
"lateApiOver2s": 7
},
{
"url": "https://staging.azura.xyz/spot/1/0xf19304e6bfe0a18d2a0171758aa433921f192897",
"pathname": "/spot/1/0xf19304e6bfe0a18d2a0171758aa433921f192897",
"requests": 255,
"failures": 0,
"transferBytes": 336353,
"loadMs": 275,
"dclMs": 187.19999992847443,
"ttfbMs": 112,
"trpcCalls": 25,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c",
"pathname": "/spot/1/0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c",
"requests": 256,
"failures": 2,
"transferBytes": 139740,
"loadMs": 247.70000004768372,
"dclMs": 166.20000004768372,
"ttfbMs": 89.20000004768372,
"trpcCalls": 26,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x4eb92702ba4cfbf80561bad64d89c706ac824960",
"pathname": "/spot/8453/0x4eb92702ba4cfbf80561bad64d89c706ac824960",
"requests": 251,
"failures": 3,
"transferBytes": 125004,
"loadMs": 240.10000002384186,
"dclMs": 177.79999995231628,
"ttfbMs": 79.89999997615814,
"trpcCalls": 24,
"trpcFailures": 3,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"pathname": "/spot/1399811149/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"requests": 256,
"failures": 0,
"transferBytes": 137965,
"loadMs": 219.19999992847443,
"dclMs": 138.29999995231628,
"ttfbMs": 67.39999997615814,
"trpcCalls": 26,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN",
"pathname": "/spot/1399811149/6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN",
"requests": 257,
"failures": 0,
"transferBytes": 145265,
"loadMs": 234.90000009536743,
"dclMs": 153.20000004768372,
"ttfbMs": 77.40000009536743,
"trpcCalls": 27,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
"pathname": "/spot/1399811149/JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
"requests": 255,
"failures": 0,
"transferBytes": 137240,
"loadMs": 230.5,
"dclMs": 144.59999990463257,
"ttfbMs": 73,
"trpcCalls": 26,
"trpcFailures": 0,
"lateApiOver2s": 0
}
],
"topProcedures": [
{
"procedure": "v1.tokens.getSecurity",
"count": 88,
"failures": 3,
"failureRate": 0.03409090909090909,
"p95WaitMs": 145.081,
"routeCount": 7,
"statuses": {
"200": 85,
"500": 3
}
},
{
"procedure": "v2.twitter.getProfile",
"count": 49,
"failures": 3,
"failureRate": 0.061224489795918366,
"p95WaitMs": 36.567,
"routeCount": 10,
"statuses": {
"200": 46,
"500": 3
}
},
{
"procedure": "v2.tokens.getPastTwitterUsernames",
"count": 47,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 47
}
},
{
"procedure": "v2.twitter.getPost",
"count": 17,
"failures": 3,
"failureRate": 0.17647058823529413,
"p95WaitMs": 260.53700000000003,
"routeCount": 5,
"statuses": {
"200": 14,
"500": 3
}
},
{
"procedure": "v1.trades.initialTrades",
"count": 12,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 12
}
},
{
"procedure": "v2.markets.hyperliquidAssets",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.markets.newPairScanner.getMarketCapSparkline",
"count": 9,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 9
}
},
{
"procedure": "v2.orders.quote",
"count": 8,
"failures": 4,
"failureRate": 0.5,
"p95WaitMs": 123.003,
"routeCount": 6,
"statuses": {
"200": 4,
"500": 4
}
},
{
"procedure": "v2.twitter.getCommunity",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 3,
"statuses": {
"200": 6
}
},
{
"procedure": "v2.tokens.getStats",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 6
}
},
{
"procedure": "v2.tokens.getMetadata",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 6
}
},
{
"procedure": "v1.tokens.getLaunchpad",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 80.242,
"routeCount": 6,
"statuses": {
"200": 6
}
},
{
"procedure": "v2.tokens.getTopHolders",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 6
}
},
{
"procedure": "v2.tokens.getBars",
"count": 6,
"failures": 1,
"failureRate": 0.16666666666666666,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 5,
"500": 1
}
},
{
"procedure": "v2.markets.getDevTrades",
"count": 5,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 5,
"statuses": {
"200": 5
}
},
{
"procedure": "v2.markets.spotExplorer.getTokens",
"count": 4,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 3,
"statuses": {
"200": 4
}
},
{
"procedure": "v2.tokens.getNativePrice",
"count": 4,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 4,
"statuses": {
"200": 4
}
},
{
"procedure": "v1.tokens.getSecurityBatch",
"count": 3,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 64.693,
"routeCount": 1,
"statuses": {
"200": 3
}
},
{
"procedure": "v2.markets.newPairScanner.initialDataTalos",
"count": 1,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 1
}
}
]
},
{
"runId": "2026-04-15T18-43-02",
"label": "batch-cold-2",
"routeCount": 10,
"totalRequests": 2790,
"totalFailures": 9,
"trpcCalls": 428,
"trpcOptions": 214,
"trpcNonOptions": 214,
"trpcPreflightRatio": 0.5,
"scope": {
"requests": 319,
"loadMs": 235.79999995231628,
"lateApiOver2s": 2,
"trpcCalls": 78,
"trpcFailures": 1
},
"routes": [
{
"url": "https://staging.azura.xyz/markets/spot",
"pathname": "/markets/spot",
"requests": 307,
"failures": 0,
"transferBytes": 8500362,
"loadMs": 195.39999997615814,
"dclMs": 133,
"ttfbMs": 48.89999997615814,
"trpcCalls": 56,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/markets/spot/trending",
"pathname": "/markets/spot/trending",
"requests": 297,
"failures": 0,
"transferBytes": 4847652,
"loadMs": 129.30000007152557,
"dclMs": 102.70000004768372,
"ttfbMs": 41.90000009536743,
"trpcCalls": 56,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/markets/spot/all-coins",
"pathname": "/markets/spot/all-coins",
"requests": 309,
"failures": 3,
"transferBytes": 5974706,
"loadMs": 201.5,
"dclMs": 170,
"ttfbMs": 109.29999995231628,
"trpcCalls": 60,
"trpcFailures": 3,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/scope",
"pathname": "/scope",
"requests": 319,
"failures": 1,
"transferBytes": 5292895,
"loadMs": 235.79999995231628,
"dclMs": 229.79999995231628,
"ttfbMs": 125.39999997615814,
"trpcCalls": 78,
"trpcFailures": 1,
"lateApiOver2s": 2
},
{
"url": "https://staging.azura.xyz/spot/1/0xf19304e6bfe0a18d2a0171758aa433921f192897",
"pathname": "/spot/1/0xf19304e6bfe0a18d2a0171758aa433921f192897",
"requests": 258,
"failures": 0,
"transferBytes": 4733677,
"loadMs": 141.60000002384186,
"dclMs": 105.80000007152557,
"ttfbMs": 51.5,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c",
"pathname": "/spot/1/0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c",
"requests": 260,
"failures": 2,
"transferBytes": 4737182,
"loadMs": 245.89999997615814,
"dclMs": 159.70000004768372,
"ttfbMs": 71.30000007152557,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x4eb92702ba4cfbf80561bad64d89c706ac824960",
"pathname": "/spot/8453/0x4eb92702ba4cfbf80561bad64d89c706ac824960",
"requests": 258,
"failures": 3,
"transferBytes": 4733550,
"loadMs": 290.60000002384186,
"dclMs": 175.70000004768372,
"ttfbMs": 115.10000002384186,
"trpcCalls": 28,
"trpcFailures": 3,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"pathname": "/spot/1399811149/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"requests": 260,
"failures": 0,
"transferBytes": 4742249,
"loadMs": 150.60000002384186,
"dclMs": 112.60000002384186,
"ttfbMs": 51.299999952316284,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN",
"pathname": "/spot/1399811149/6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN",
"requests": 262,
"failures": 0,
"transferBytes": 4734920,
"loadMs": 139.5,
"dclMs": 102.40000009536743,
"ttfbMs": 46,
"trpcCalls": 32,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
"pathname": "/spot/1399811149/JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
"requests": 260,
"failures": 0,
"transferBytes": 4734723,
"loadMs": 140.29999995231628,
"dclMs": 103.29999995231628,
"ttfbMs": 48.10000002384186,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
}
],
"topProcedures": [
{
"procedure": "v2.twitter.getProfile",
"count": 51,
"failures": 3,
"failureRate": 0.058823529411764705,
"p95WaitMs": 194.808,
"routeCount": 10,
"statuses": {
"200": 48,
"500": 3
}
},
{
"procedure": "v2.tokens.getPastTwitterUsernames",
"count": 49,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 49
}
},
{
"procedure": "v1.tokens.getSecurity",
"count": 14,
"failures": 1,
"failureRate": 0.07142857142857142,
"p95WaitMs": 0,
"routeCount": 7,
"statuses": {
"200": 13,
"500": 1
}
},
{
"procedure": "v2.twitter.getPost",
"count": 13,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 216.19,
"routeCount": 5,
"statuses": {
"200": 13
}
},
{
"procedure": "v1.trades.initialTrades",
"count": 12,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 12
}
},
{
"procedure": "v2.markets.hyperliquidAssets",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.orders.quote",
"count": 8,
"failures": 4,
"failureRate": 0.5,
"p95WaitMs": 132.322,
"routeCount": 6,
"statuses": {
"200": 4,
"500": 4
}
},
{
"procedure": "v2.twitter.getCommunity",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 3,
"statuses": {
"200": 6
}
},
{
"procedure": "v2.tokens.getStats",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 6
}
},
{
"procedure": "v2.tokens.getMetadata",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 6
}
},
{
"procedure": "v1.tokens.getLaunchpad",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 6
}
},
{
"procedure": "v2.tokens.getTopHolders",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 6
}
},
{
"procedure": "v2.tokens.getBars",
"count": 6,
"failures": 1,
"failureRate": 0.16666666666666666,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 5,
"500": 1
}
},
{
"procedure": "v2.markets.getDevTrades",
"count": 5,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 5,
"statuses": {
"200": 5
}
},
{
"procedure": "v2.markets.spotExplorer.getTokens",
"count": 4,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 3,
"statuses": {
"200": 4
}
},
{
"procedure": "v2.tokens.getNativePrice",
"count": 4,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 4,
"statuses": {
"200": 4
}
},
{
"procedure": "v2.markets.newPairScanner.getMarketCapSparkline",
"count": 4,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 4
}
},
{
"procedure": "v1.tokens.getSecurityBatch",
"count": 3,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 3
}
},
{
"procedure": "v2.markets.newPairScanner.initialDataTalos",
"count": 1,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 1
}
}
]
},
{
"runId": "2026-04-15T18-51-09",
"label": "long-wave1-cold-A",
"routeCount": 10,
"totalRequests": 2810,
"totalFailures": 15,
"trpcCalls": 460,
"trpcOptions": 230,
"trpcNonOptions": 230,
"trpcPreflightRatio": 0.5,
"scope": {
"requests": 345,
"loadMs": 206.60000002384186,
"lateApiOver2s": 16,
"trpcCalls": 104,
"trpcFailures": 7
},
"routes": [
{
"url": "https://staging.azura.xyz/markets/spot",
"pathname": "/markets/spot",
"requests": 303,
"failures": 0,
"transferBytes": 5069799,
"loadMs": 252.10000002384186,
"dclMs": 191.10000002384186,
"ttfbMs": 63.39999997615814,
"trpcCalls": 58,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/markets/spot/trending",
"pathname": "/markets/spot/trending",
"requests": 298,
"failures": 0,
"transferBytes": 4623558,
"loadMs": 213,
"dclMs": 166.09999990463257,
"ttfbMs": 70.09999990463257,
"trpcCalls": 58,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/markets/spot/all-coins",
"pathname": "/markets/spot/all-coins",
"requests": 304,
"failures": 3,
"transferBytes": 5033899,
"loadMs": 362.10000002384186,
"dclMs": 295.10000002384186,
"ttfbMs": 48.800000071525574,
"trpcCalls": 60,
"trpcFailures": 3,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/scope",
"pathname": "/scope",
"requests": 345,
"failures": 7,
"transferBytes": 4558208,
"loadMs": 206.60000002384186,
"dclMs": 157.80000007152557,
"ttfbMs": 93.40000009536743,
"trpcCalls": 104,
"trpcFailures": 7,
"lateApiOver2s": 16
},
{
"url": "https://staging.azura.xyz/spot/1/0xf19304e6bfe0a18d2a0171758aa433921f192897",
"pathname": "/spot/1/0xf19304e6bfe0a18d2a0171758aa433921f192897",
"requests": 258,
"failures": 0,
"transferBytes": 4734187,
"loadMs": 175.29999995231628,
"dclMs": 131.89999997615814,
"ttfbMs": 70.39999997615814,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c",
"pathname": "/spot/1/0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c",
"requests": 260,
"failures": 2,
"transferBytes": 4734014,
"loadMs": 176.5,
"dclMs": 127.39999997615814,
"ttfbMs": 65.39999997615814,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x4eb92702ba4cfbf80561bad64d89c706ac824960",
"pathname": "/spot/8453/0x4eb92702ba4cfbf80561bad64d89c706ac824960",
"requests": 258,
"failures": 3,
"transferBytes": 4733768,
"loadMs": 202.79999995231628,
"dclMs": 161.79999995231628,
"ttfbMs": 64.69999992847443,
"trpcCalls": 28,
"trpcFailures": 3,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"pathname": "/spot/1399811149/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"requests": 260,
"failures": 0,
"transferBytes": 4734560,
"loadMs": 187,
"dclMs": 150.39999997615814,
"ttfbMs": 66.89999997615814,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN",
"pathname": "/spot/1399811149/6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN",
"requests": 262,
"failures": 0,
"transferBytes": 4736417,
"loadMs": 202.20000004768372,
"dclMs": 160.90000009536743,
"ttfbMs": 56.10000002384186,
"trpcCalls": 32,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
"pathname": "/spot/1399811149/JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
"requests": 262,
"failures": 0,
"transferBytes": 4734510,
"loadMs": 221.39999997615814,
"dclMs": 174,
"ttfbMs": 68.39999997615814,
"trpcCalls": 32,
"trpcFailures": 0,
"lateApiOver2s": 1
}
],
"topProcedures": [
{
"procedure": "v2.twitter.getProfile",
"count": 52,
"failures": 3,
"failureRate": 0.057692307692307696,
"p95WaitMs": 85.334,
"routeCount": 10,
"statuses": {
"200": 49,
"500": 3
}
},
{
"procedure": "v2.tokens.getPastTwitterUsernames",
"count": 50,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 50
}
},
{
"procedure": "v1.tokens.getSecurity",
"count": 20,
"failures": 7,
"failureRate": 0.35,
"p95WaitMs": 0,
"routeCount": 7,
"statuses": {
"200": 13,
"500": 7
}
},
{
"procedure": "v2.twitter.getPost",
"count": 18,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 65.31700000000001,
"routeCount": 5,
"statuses": {
"200": 18
}
},
{
"procedure": "v1.trades.initialTrades",
"count": 12,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 12
}
},
{
"procedure": "v2.markets.hyperliquidAssets",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.markets.newPairScanner.getMarketCapSparkline",
"count": 9,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 93.527,
"routeCount": 1,
"statuses": {
"200": 9
}
},
{
"procedure": "v2.orders.quote",
"count": 9,
"failures": 4,
"failureRate": 0.4444444444444444,
"p95WaitMs": 128.876,
"routeCount": 6,
"statuses": {
"200": 5,
"500": 4
}
},
{
"procedure": "v2.tokens.getStats",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 6
}
},
{
"procedure": "v2.tokens.getMetadata",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 6
}
},
{
"procedure": "v1.tokens.getLaunchpad",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 6
}
},
{
"procedure": "v2.tokens.getTopHolders",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 6
}
},
{
"procedure": "v2.tokens.getBars",
"count": 6,
"failures": 1,
"failureRate": 0.16666666666666666,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 5,
"500": 1
}
},
{
"procedure": "v2.markets.getDevTrades",
"count": 5,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 5,
"statuses": {
"200": 5
}
},
{
"procedure": "v2.markets.spotExplorer.getTokens",
"count": 4,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 3,
"statuses": {
"200": 4
}
},
{
"procedure": "v2.tokens.getNativePrice",
"count": 4,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 4,
"statuses": {
"200": 4
}
},
{
"procedure": "v1.tokens.getSecurityBatch",
"count": 3,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 3
}
},
{
"procedure": "v2.twitter.getCommunity",
"count": 3,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 3
}
},
{
"procedure": "v2.markets.newPairScanner.initialDataTalos",
"count": 1,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 1
}
}
]
},
{
"runId": "2026-04-15T18-51-17",
"label": "long-wave1-cold-C",
"routeCount": 10,
"totalRequests": 2799,
"totalFailures": 10,
"trpcCalls": 472,
"trpcOptions": 236,
"trpcNonOptions": 236,
"trpcPreflightRatio": 0.5,
"scope": {
"requests": 416,
"loadMs": 666.3999999761581,
"lateApiOver2s": 3,
"trpcCalls": 178,
"trpcFailures": 4
},
"routes": [
{
"url": "https://staging.azura.xyz/scope",
"pathname": "/scope",
"requests": 416,
"failures": 4,
"transferBytes": 4561699,
"loadMs": 666.3999999761581,
"dclMs": 613.5999999046326,
"ttfbMs": 536.7999999523163,
"trpcCalls": 178,
"trpcFailures": 4,
"lateApiOver2s": 3
},
{
"url": "https://staging.azura.xyz/markets/spot",
"pathname": "/markets/spot",
"requests": 309,
"failures": 0,
"transferBytes": 8515148,
"loadMs": 166.69999992847443,
"dclMs": 135.19999992847443,
"ttfbMs": 77.79999995231628,
"trpcCalls": 58,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/EkJuyYyD3to61CHVPJn6wHb7xANxvqApnVJ4o2SdBAGS",
"pathname": "/spot/1399811149/EkJuyYyD3to61CHVPJn6wHb7xANxvqApnVJ4o2SdBAGS",
"requests": 258,
"failures": 0,
"transferBytes": 4735058,
"loadMs": 226.30000007152557,
"dclMs": 180.5,
"ttfbMs": 114.39999997615814,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/FRJu1G3BvQYmJQ2mpf34dQTiQKc7JnLvn3ZQH9XsTPLH",
"pathname": "/spot/1399811149/FRJu1G3BvQYmJQ2mpf34dQTiQKc7JnLvn3ZQH9XsTPLH",
"requests": 258,
"failures": 2,
"transferBytes": 4703969,
"loadMs": 178.20000004768372,
"dclMs": 116,
"ttfbMs": 58.800000071525574,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x514910771af9ca656af840dff83e8264ecf986ca",
"pathname": "/spot/1/0x514910771af9ca656af840dff83e8264ecf986ca",
"requests": 260,
"failures": 2,
"transferBytes": 4735519,
"loadMs": 157.40000009536743,
"dclMs": 125.20000004768372,
"ttfbMs": 69.30000007152557,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0xf43eb8de897fbc7f2502483b2bef7bb9ea179229",
"pathname": "/spot/8453/0xf43eb8de897fbc7f2502483b2bef7bb9ea179229",
"requests": 258,
"failures": 0,
"transferBytes": 4739614,
"loadMs": 169.60000002384186,
"dclMs": 135.20000004768372,
"ttfbMs": 56.39999997615814,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
"pathname": "/spot/1/0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
"requests": 260,
"failures": 2,
"transferBytes": 4733134,
"loadMs": 166.60000002384186,
"dclMs": 128.29999995231628,
"ttfbMs": 65.10000002384186,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/3LZJKXhDVgqXR1q6jtzwNBBLHBuwsDiNNiW6rvmJpump",
"pathname": "/spot/1399811149/3LZJKXhDVgqXR1q6jtzwNBBLHBuwsDiNNiW6rvmJpump",
"requests": 260,
"failures": 0,
"transferBytes": 4734957,
"loadMs": 152,
"dclMs": 113.29999995231628,
"ttfbMs": 48.39999997615814,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/EttgAhEDDkrJTJdcU9XEa5aATuXpzv4ByxCfsNQgh5NF",
"pathname": "/spot/1399811149/EttgAhEDDkrJTJdcU9XEa5aATuXpzv4ByxCfsNQgh5NF",
"requests": 260,
"failures": 0,
"transferBytes": 4732178,
"loadMs": 156.69999992847443,
"dclMs": 109.79999995231628,
"ttfbMs": 49.199999928474426,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/41Mp5hkWkV35LLGumSiLyBYfmCTPgqBpV5RdNMX9pump",
"pathname": "/spot/1399811149/41Mp5hkWkV35LLGumSiLyBYfmCTPgqBpV5RdNMX9pump",
"requests": 260,
"failures": 0,
"transferBytes": 4733134,
"loadMs": 160.89999997615814,
"dclMs": 151.79999995231628,
"ttfbMs": 69.5,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
}
],
"topProcedures": [
{
"procedure": "v1.tokens.getSecurity",
"count": 67,
"failures": 1,
"failureRate": 0.014925373134328358,
"p95WaitMs": 0,
"routeCount": 9,
"statuses": {
"200": 66,
"500": 1
}
},
{
"procedure": "v2.twitter.getProfile",
"count": 22,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 35.266000000000005,
"routeCount": 6,
"statuses": {
"200": 22
}
},
{
"procedure": "v2.tokens.getPastTwitterUsernames",
"count": 22,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 22
}
},
{
"procedure": "v1.trades.initialTrades",
"count": 16,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 8,
"statuses": {
"200": 16
}
},
{
"procedure": "v2.twitter.getPost",
"count": 15,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 235.041,
"routeCount": 5,
"statuses": {
"200": 15
}
},
{
"procedure": "v2.orders.quote",
"count": 11,
"failures": 6,
"failureRate": 0.5454545454545454,
"p95WaitMs": 140.83700000000002,
"routeCount": 8,
"statuses": {
"200": 5,
"500": 6
}
},
{
"procedure": "v2.tokens.getBars",
"count": 11,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 8,
"statuses": {
"200": 11
}
},
{
"procedure": "v2.markets.hyperliquidAssets",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.tokens.getStats",
"count": 8,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 65.681,
"routeCount": 8,
"statuses": {
"200": 8
}
},
{
"procedure": "v2.tokens.getMetadata",
"count": 8,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 8,
"statuses": {
"200": 8
}
},
{
"procedure": "v1.tokens.getLaunchpad",
"count": 8,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 8,
"statuses": {
"200": 8
}
},
{
"procedure": "v2.tokens.getTopHolders",
"count": 8,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 8,
"statuses": {
"200": 8
}
},
{
"procedure": "v2.twitter.getCommunity",
"count": 7,
"failures": 3,
"failureRate": 0.42857142857142855,
"p95WaitMs": 161.93699999999998,
"routeCount": 2,
"statuses": {
"200": 4,
"500": 3
}
},
{
"procedure": "v2.markets.getDevTrades",
"count": 7,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 7,
"statuses": {
"200": 7
}
},
{
"procedure": "v2.tokens.getNativePrice",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 6
}
},
{
"procedure": "v2.markets.newPairScanner.getMarketCapSparkline",
"count": 5,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 5
}
},
{
"procedure": "v1.tokens.getSecurityBatch",
"count": 3,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 3
}
},
{
"procedure": "v2.markets.newPairScanner.initialDataTalos",
"count": 1,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 1
}
},
{
"procedure": "v2.markets.spotExplorer.getTokens",
"count": 1,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 1
}
}
]
},
{
"runId": "2026-04-15T18-51-20",
"label": "long-wave1-cold-B",
"routeCount": 10,
"totalRequests": 2588,
"totalFailures": 6,
"trpcCalls": 288,
"trpcOptions": 144,
"trpcNonOptions": 144,
"trpcPreflightRatio": 0.5,
"scope": null,
"routes": [
{
"url": "https://staging.azura.xyz/spot/1/0x6982508145454ce325ddbe47a25d4ec3d2311933",
"pathname": "/spot/1/0x6982508145454ce325ddbe47a25d4ec3d2311933",
"requests": 260,
"failures": 2,
"transferBytes": 4734891,
"loadMs": 1028.9000000953674,
"dclMs": 943.5,
"ttfbMs": 811.3000000715256,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 1
},
{
"url": "https://staging.azura.xyz/spot/8453/0x9a26f5433671751c3276a065f57e5a02d2817973",
"pathname": "/spot/8453/0x9a26f5433671751c3276a065f57e5a02d2817973",
"requests": 258,
"failures": 0,
"transferBytes": 4734353,
"loadMs": 208.20000004768372,
"dclMs": 162.60000002384186,
"ttfbMs": 88.10000002384186,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee",
"pathname": "/spot/1/0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee",
"requests": 258,
"failures": 0,
"transferBytes": 4735354,
"loadMs": 197.29999995231628,
"dclMs": 146.5,
"ttfbMs": 72.10000002384186,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0xd080ed3c74a20250a2c9821885203034acd2d5ae",
"pathname": "/spot/8453/0xd080ed3c74a20250a2c9821885203034acd2d5ae",
"requests": 258,
"failures": 0,
"transferBytes": 4734360,
"loadMs": 232,
"dclMs": 195.09999990463257,
"ttfbMs": 90.5,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0xa69f80524381275a7ffdb3ae01c54150644c8792",
"pathname": "/spot/8453/0xa69f80524381275a7ffdb3ae01c54150644c8792",
"requests": 258,
"failures": 0,
"transferBytes": 4733845,
"loadMs": 177.20000004768372,
"dclMs": 157.20000004768372,
"ttfbMs": 79.10000002384186,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xe53ec727dbdeb9e2d5456c3be40cff031ab40a55",
"pathname": "/spot/1/0xe53ec727dbdeb9e2d5456c3be40cff031ab40a55",
"requests": 260,
"failures": 2,
"transferBytes": 4735023,
"loadMs": 207.89999997615814,
"dclMs": 170.89999997615814,
"ttfbMs": 61.5,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x6985884c4392d348587b19cb9eaaf157f13271cd",
"pathname": "/spot/8453/0x6985884c4392d348587b19cb9eaaf157f13271cd",
"requests": 260,
"failures": 2,
"transferBytes": 4735680,
"loadMs": 220.10000002384186,
"dclMs": 176.29999995231628,
"ttfbMs": 66.60000002384186,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xf5581dfefd8fb0e4aec526be659cfab1f8c781da",
"pathname": "/spot/1/0xf5581dfefd8fb0e4aec526be659cfab1f8c781da",
"requests": 258,
"failures": 0,
"transferBytes": 4734157,
"loadMs": 178.5,
"dclMs": 143.5,
"ttfbMs": 80.59999990463257,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x037a54aab062628c9bbae1fdb1583c195585fe41",
"pathname": "/spot/1/0x037a54aab062628c9bbae1fdb1583c195585fe41",
"requests": 258,
"failures": 0,
"transferBytes": 4734041,
"loadMs": 186.40000009536743,
"dclMs": 147.90000009536743,
"ttfbMs": 79.90000009536743,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/pumpCmXqMfrsAkQ5r49WcJnRayYRqmXz6ae8H7H9Dfn",
"pathname": "/spot/1399811149/pumpCmXqMfrsAkQ5r49WcJnRayYRqmXz6ae8H7H9Dfn",
"requests": 260,
"failures": 0,
"transferBytes": 4734142,
"loadMs": 171.10000002384186,
"dclMs": 131.79999995231628,
"ttfbMs": 70.29999995231628,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
}
],
"topProcedures": [
{
"procedure": "v1.tokens.getSecurity",
"count": 20,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 65.504,
"routeCount": 10,
"statuses": {
"200": 20
}
},
{
"procedure": "v1.trades.initialTrades",
"count": 20,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 20
}
},
{
"procedure": "v2.orders.quote",
"count": 13,
"failures": 6,
"failureRate": 0.46153846153846156,
"p95WaitMs": 126.978,
"routeCount": 10,
"statuses": {
"200": 7,
"500": 6
}
},
{
"procedure": "v2.markets.hyperliquidAssets",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.tokens.getStats",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 110.666,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.tokens.getMetadata",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v1.tokens.getLaunchpad",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.tokens.getTopHolders",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.twitter.getProfile",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.tokens.getPastTwitterUsernames",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.tokens.getBars",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.markets.getDevTrades",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.tokens.getNativePrice",
"count": 1,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 1
}
}
]
},
{
"runId": "2026-04-15T18-52-31",
"label": "long-wave2-cold-A",
"routeCount": 10,
"totalRequests": 2937,
"totalFailures": 13,
"trpcCalls": 584,
"trpcOptions": 292,
"trpcNonOptions": 292,
"trpcPreflightRatio": 0.5,
"scope": {
"requests": 473,
"loadMs": 193.60000002384186,
"lateApiOver2s": 9,
"trpcCalls": 230,
"trpcFailures": 5
},
"routes": [
{
"url": "https://staging.azura.xyz/markets/spot",
"pathname": "/markets/spot",
"requests": 297,
"failures": 0,
"transferBytes": 4568772,
"loadMs": 146.89999997615814,
"dclMs": 110.39999997615814,
"ttfbMs": 48.5,
"trpcCalls": 58,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/markets/spot/trending",
"pathname": "/markets/spot/trending",
"requests": 308,
"failures": 0,
"transferBytes": 8456776,
"loadMs": 155.09999990463257,
"dclMs": 117.69999992847443,
"ttfbMs": 64.5,
"trpcCalls": 58,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/markets/spot/all-coins",
"pathname": "/markets/spot/all-coins",
"requests": 300,
"failures": 3,
"transferBytes": 4932944,
"loadMs": 127.19999992847443,
"dclMs": 105.19999992847443,
"ttfbMs": 50.699999928474426,
"trpcCalls": 60,
"trpcFailures": 3,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/scope",
"pathname": "/scope",
"requests": 473,
"failures": 5,
"transferBytes": 5929826,
"loadMs": 193.60000002384186,
"dclMs": 143.79999995231628,
"ttfbMs": 76.60000002384186,
"trpcCalls": 230,
"trpcFailures": 5,
"lateApiOver2s": 9
},
{
"url": "https://staging.azura.xyz/spot/1/0xf19304e6bfe0a18d2a0171758aa433921f192897",
"pathname": "/spot/1/0xf19304e6bfe0a18d2a0171758aa433921f192897",
"requests": 258,
"failures": 0,
"transferBytes": 4734037,
"loadMs": 211.30000007152557,
"dclMs": 155.20000004768372,
"ttfbMs": 104.60000002384186,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 1
},
{
"url": "https://staging.azura.xyz/spot/1/0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c",
"pathname": "/spot/1/0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c",
"requests": 260,
"failures": 2,
"transferBytes": 4734073,
"loadMs": 151.60000002384186,
"dclMs": 114.60000002384186,
"ttfbMs": 68.19999992847443,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x4eb92702ba4cfbf80561bad64d89c706ac824960",
"pathname": "/spot/8453/0x4eb92702ba4cfbf80561bad64d89c706ac824960",
"requests": 258,
"failures": 3,
"transferBytes": 4734784,
"loadMs": 360.2000000476837,
"dclMs": 122.20000004768372,
"ttfbMs": 67.10000002384186,
"trpcCalls": 28,
"trpcFailures": 3,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"pathname": "/spot/1399811149/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"requests": 261,
"failures": 0,
"transferBytes": 4756220,
"loadMs": 172.30000007152557,
"dclMs": 132.30000007152557,
"ttfbMs": 76.60000002384186,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN",
"pathname": "/spot/1399811149/6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN",
"requests": 262,
"failures": 0,
"transferBytes": 4735878,
"loadMs": 162.5,
"dclMs": 132.5,
"ttfbMs": 60.89999997615814,
"trpcCalls": 32,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
"pathname": "/spot/1399811149/JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
"requests": 260,
"failures": 0,
"transferBytes": 4732913,
"loadMs": 157.09999990463257,
"dclMs": 125.79999995231628,
"ttfbMs": 73.59999990463257,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
}
],
"topProcedures": [
{
"procedure": "v1.tokens.getSecurity",
"count": 92,
"failures": 5,
"failureRate": 0.05434782608695652,
"p95WaitMs": 0,
"routeCount": 7,
"statuses": {
"200": 87,
"500": 5
}
},
{
"procedure": "v2.twitter.getProfile",
"count": 51,
"failures": 3,
"failureRate": 0.058823529411764705,
"p95WaitMs": 61.88000000000001,
"routeCount": 10,
"statuses": {
"200": 48,
"500": 3
}
},
{
"procedure": "v2.tokens.getPastTwitterUsernames",
"count": 49,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 45.998,
"routeCount": 10,
"statuses": {
"200": 49
}
},
{
"procedure": "v2.twitter.getPost",
"count": 12,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 121.06400000000001,
"routeCount": 5,
"statuses": {
"200": 12
}
},
{
"procedure": "v1.trades.initialTrades",
"count": 12,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 12
}
},
{
"procedure": "v2.markets.hyperliquidAssets",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.markets.newPairScanner.getMarketCapSparkline",
"count": 9,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 9
}
},
{
"procedure": "v2.orders.quote",
"count": 8,
"failures": 4,
"failureRate": 0.5,
"p95WaitMs": 122.11,
"routeCount": 6,
"statuses": {
"200": 4,
"500": 4
}
},
{
"procedure": "v2.tokens.getStats",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 6
}
},
{
"procedure": "v2.tokens.getMetadata",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 6
}
},
{
"procedure": "v1.tokens.getLaunchpad",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 6
}
},
{
"procedure": "v2.tokens.getTopHolders",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 6
}
},
{
"procedure": "v2.tokens.getBars",
"count": 6,
"failures": 1,
"failureRate": 0.16666666666666666,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 5,
"500": 1
}
},
{
"procedure": "v2.markets.getDevTrades",
"count": 5,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 5,
"statuses": {
"200": 5
}
},
{
"procedure": "v2.markets.spotExplorer.getTokens",
"count": 4,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 3,
"statuses": {
"200": 4
}
},
{
"procedure": "v2.tokens.getNativePrice",
"count": 4,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 4,
"statuses": {
"200": 4
}
},
{
"procedure": "v2.twitter.getCommunity",
"count": 3,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 41.538,
"routeCount": 1,
"statuses": {
"200": 3
}
},
{
"procedure": "v1.tokens.getSecurityBatch",
"count": 2,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 44.551,
"routeCount": 1,
"statuses": {
"200": 2
}
},
{
"procedure": "v2.markets.newPairScanner.initialDataTalos",
"count": 1,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 1
}
}
]
},
{
"runId": "2026-04-15T18-52-36",
"label": "long-wave2-cold-C",
"routeCount": 10,
"totalRequests": 2838,
"totalFailures": 10,
"trpcCalls": 522,
"trpcOptions": 261,
"trpcNonOptions": 261,
"trpcPreflightRatio": 0.5,
"scope": {
"requests": 464,
"loadMs": 374.1999999284744,
"lateApiOver2s": 4,
"trpcCalls": 226,
"trpcFailures": 4
},
"routes": [
{
"url": "https://staging.azura.xyz/scope",
"pathname": "/scope",
"requests": 464,
"failures": 4,
"transferBytes": 4568725,
"loadMs": 374.1999999284744,
"dclMs": 267.39999997615814,
"ttfbMs": 180.39999997615814,
"trpcCalls": 226,
"trpcFailures": 4,
"lateApiOver2s": 4
},
{
"url": "https://staging.azura.xyz/markets/spot",
"pathname": "/markets/spot",
"requests": 297,
"failures": 0,
"transferBytes": 4604197,
"loadMs": 190.89999997615814,
"dclMs": 144.89999997615814,
"ttfbMs": 57.200000047683716,
"trpcCalls": 58,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/EkJuyYyD3to61CHVPJn6wHb7xANxvqApnVJ4o2SdBAGS",
"pathname": "/spot/1399811149/EkJuyYyD3to61CHVPJn6wHb7xANxvqApnVJ4o2SdBAGS",
"requests": 260,
"failures": 0,
"transferBytes": 4734647,
"loadMs": 259.10000002384186,
"dclMs": 216.30000007152557,
"ttfbMs": 106.89999997615814,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 1
},
{
"url": "https://staging.azura.xyz/spot/1399811149/FRJu1G3BvQYmJQ2mpf34dQTiQKc7JnLvn3ZQH9XsTPLH",
"pathname": "/spot/1399811149/FRJu1G3BvQYmJQ2mpf34dQTiQKc7JnLvn3ZQH9XsTPLH",
"requests": 258,
"failures": 2,
"transferBytes": 4702227,
"loadMs": 228.20000004768372,
"dclMs": 184.5,
"ttfbMs": 66.89999997615814,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x514910771af9ca656af840dff83e8264ecf986ca",
"pathname": "/spot/1/0x514910771af9ca656af840dff83e8264ecf986ca",
"requests": 261,
"failures": 2,
"transferBytes": 4755661,
"loadMs": 266.7000000476837,
"dclMs": 210.20000004768372,
"ttfbMs": 89.60000002384186,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 1
},
{
"url": "https://staging.azura.xyz/spot/8453/0xf43eb8de897fbc7f2502483b2bef7bb9ea179229",
"pathname": "/spot/8453/0xf43eb8de897fbc7f2502483b2bef7bb9ea179229",
"requests": 258,
"failures": 0,
"transferBytes": 4734106,
"loadMs": 248.5,
"dclMs": 223.89999997615814,
"ttfbMs": 84,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 1
},
{
"url": "https://staging.azura.xyz/spot/1/0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
"pathname": "/spot/1/0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
"requests": 260,
"failures": 2,
"transferBytes": 4740819,
"loadMs": 207.19999992847443,
"dclMs": 154.69999992847443,
"ttfbMs": 56.5,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/3LZJKXhDVgqXR1q6jtzwNBBLHBuwsDiNNiW6rvmJpump",
"pathname": "/spot/1399811149/3LZJKXhDVgqXR1q6jtzwNBBLHBuwsDiNNiW6rvmJpump",
"requests": 260,
"failures": 0,
"transferBytes": 4734529,
"loadMs": 212.89999997615814,
"dclMs": 162.60000002384186,
"ttfbMs": 74.5,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/EttgAhEDDkrJTJdcU9XEa5aATuXpzv4ByxCfsNQgh5NF",
"pathname": "/spot/1399811149/EttgAhEDDkrJTJdcU9XEa5aATuXpzv4ByxCfsNQgh5NF",
"requests": 260,
"failures": 0,
"transferBytes": 4734188,
"loadMs": 209,
"dclMs": 171.5,
"ttfbMs": 68.79999995231628,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/41Mp5hkWkV35LLGumSiLyBYfmCTPgqBpV5RdNMX9pump",
"pathname": "/spot/1399811149/41Mp5hkWkV35LLGumSiLyBYfmCTPgqBpV5RdNMX9pump",
"requests": 260,
"failures": 0,
"transferBytes": 4733803,
"loadMs": 223.29999995231628,
"dclMs": 178,
"ttfbMs": 86.29999995231628,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
}
],
"topProcedures": [
{
"procedure": "v1.tokens.getSecurity",
"count": 92,
"failures": 4,
"failureRate": 0.043478260869565216,
"p95WaitMs": 119.81,
"routeCount": 9,
"statuses": {
"200": 88,
"500": 4
}
},
{
"procedure": "v2.twitter.getProfile",
"count": 23,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 23
}
},
{
"procedure": "v2.tokens.getPastTwitterUsernames",
"count": 23,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 23
}
},
{
"procedure": "v1.trades.initialTrades",
"count": 16,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 8,
"statuses": {
"200": 16
}
},
{
"procedure": "v2.twitter.getPost",
"count": 12,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 69.381,
"routeCount": 5,
"statuses": {
"200": 12
}
},
{
"procedure": "v2.orders.quote",
"count": 12,
"failures": 6,
"failureRate": 0.5,
"p95WaitMs": 155.51700000000002,
"routeCount": 8,
"statuses": {
"200": 6,
"500": 6
}
},
{
"procedure": "v2.tokens.getBars",
"count": 11,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 8,
"statuses": {
"200": 11
}
},
{
"procedure": "v2.markets.hyperliquidAssets",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.markets.newPairScanner.getMarketCapSparkline",
"count": 8,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 8
}
},
{
"procedure": "v2.tokens.getStats",
"count": 8,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 114.757,
"routeCount": 8,
"statuses": {
"200": 8
}
},
{
"procedure": "v2.tokens.getMetadata",
"count": 8,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 8,
"statuses": {
"200": 8
}
},
{
"procedure": "v1.tokens.getLaunchpad",
"count": 8,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 8,
"statuses": {
"200": 8
}
},
{
"procedure": "v2.tokens.getTopHolders",
"count": 8,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 41.866,
"routeCount": 8,
"statuses": {
"200": 8
}
},
{
"procedure": "v2.markets.getDevTrades",
"count": 7,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 7,
"statuses": {
"200": 7
}
},
{
"procedure": "v2.tokens.getNativePrice",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 6
}
},
{
"procedure": "v2.twitter.getCommunity",
"count": 4,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 2,
"statuses": {
"200": 4
}
},
{
"procedure": "v1.tokens.getSecurityBatch",
"count": 3,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 70.437,
"routeCount": 1,
"statuses": {
"200": 3
}
},
{
"procedure": "v2.markets.newPairScanner.initialDataTalos",
"count": 1,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 1
}
},
{
"procedure": "v2.markets.spotExplorer.getTokens",
"count": 1,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 1
}
}
]
},
{
"runId": "2026-04-15T18-52-41",
"label": "long-wave2-cold-B",
"routeCount": 10,
"totalRequests": 2590,
"totalFailures": 7,
"trpcCalls": 290,
"trpcOptions": 145,
"trpcNonOptions": 145,
"trpcPreflightRatio": 0.5,
"scope": null,
"routes": [
{
"url": "https://staging.azura.xyz/spot/1/0x6982508145454ce325ddbe47a25d4ec3d2311933",
"pathname": "/spot/1/0x6982508145454ce325ddbe47a25d4ec3d2311933",
"requests": 260,
"failures": 2,
"transferBytes": 4734272,
"loadMs": 780.2999999523163,
"dclMs": 724.5,
"ttfbMs": 574.3999999761581,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 1
},
{
"url": "https://staging.azura.xyz/spot/8453/0x9a26f5433671751c3276a065f57e5a02d2817973",
"pathname": "/spot/8453/0x9a26f5433671751c3276a065f57e5a02d2817973",
"requests": 258,
"failures": 0,
"transferBytes": 4734293,
"loadMs": 178,
"dclMs": 145.69999992847443,
"ttfbMs": 78.69999992847443,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee",
"pathname": "/spot/1/0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee",
"requests": 258,
"failures": 0,
"transferBytes": 4732709,
"loadMs": 180.5,
"dclMs": 142,
"ttfbMs": 51.89999997615814,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 1
},
{
"url": "https://staging.azura.xyz/spot/8453/0xd080ed3c74a20250a2c9821885203034acd2d5ae",
"pathname": "/spot/8453/0xd080ed3c74a20250a2c9821885203034acd2d5ae",
"requests": 258,
"failures": 0,
"transferBytes": 4735682,
"loadMs": 157.19999992847443,
"dclMs": 123.29999995231628,
"ttfbMs": 51.39999997615814,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 1
},
{
"url": "https://staging.azura.xyz/spot/8453/0xa69f80524381275a7ffdb3ae01c54150644c8792",
"pathname": "/spot/8453/0xa69f80524381275a7ffdb3ae01c54150644c8792",
"requests": 258,
"failures": 0,
"transferBytes": 4732502,
"loadMs": 175.30000007152557,
"dclMs": 137.70000004768372,
"ttfbMs": 84.70000004768372,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 1
},
{
"url": "https://staging.azura.xyz/spot/1/0xe53ec727dbdeb9e2d5456c3be40cff031ab40a55",
"pathname": "/spot/1/0xe53ec727dbdeb9e2d5456c3be40cff031ab40a55",
"requests": 262,
"failures": 3,
"transferBytes": 4749949,
"loadMs": 159,
"dclMs": 121.30000007152557,
"ttfbMs": 51,
"trpcCalls": 32,
"trpcFailures": 3,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x6985884c4392d348587b19cb9eaaf157f13271cd",
"pathname": "/spot/8453/0x6985884c4392d348587b19cb9eaaf157f13271cd",
"requests": 260,
"failures": 2,
"transferBytes": 4734383,
"loadMs": 186.79999995231628,
"dclMs": 137.60000002384186,
"ttfbMs": 53.89999997615814,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xf5581dfefd8fb0e4aec526be659cfab1f8c781da",
"pathname": "/spot/1/0xf5581dfefd8fb0e4aec526be659cfab1f8c781da",
"requests": 258,
"failures": 0,
"transferBytes": 4733963,
"loadMs": 153.5,
"dclMs": 112.80000007152557,
"ttfbMs": 48.800000071525574,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x037a54aab062628c9bbae1fdb1583c195585fe41",
"pathname": "/spot/1/0x037a54aab062628c9bbae1fdb1583c195585fe41",
"requests": 258,
"failures": 0,
"transferBytes": 4734400,
"loadMs": 180.69999992847443,
"dclMs": 138.79999995231628,
"ttfbMs": 67.5,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/pumpCmXqMfrsAkQ5r49WcJnRayYRqmXz6ae8H7H9Dfn",
"pathname": "/spot/1399811149/pumpCmXqMfrsAkQ5r49WcJnRayYRqmXz6ae8H7H9Dfn",
"requests": 260,
"failures": 0,
"transferBytes": 4742134,
"loadMs": 165.5,
"dclMs": 124,
"ttfbMs": 58,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
}
],
"topProcedures": [
{
"procedure": "v1.tokens.getSecurity",
"count": 20,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 20
}
},
{
"procedure": "v1.trades.initialTrades",
"count": 20,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 20
}
},
{
"procedure": "v2.orders.quote",
"count": 14,
"failures": 7,
"failureRate": 0.5,
"p95WaitMs": 165.54600000000002,
"routeCount": 10,
"statuses": {
"200": 7,
"500": 7
}
},
{
"procedure": "v2.markets.hyperliquidAssets",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.tokens.getStats",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 80.90899999999999,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.tokens.getMetadata",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v1.tokens.getLaunchpad",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.tokens.getTopHolders",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.twitter.getProfile",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.tokens.getPastTwitterUsernames",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.tokens.getBars",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.markets.getDevTrades",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.tokens.getNativePrice",
"count": 1,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 1
}
}
]
},
{
"runId": "2026-04-15T18-53-52",
"label": "long-wave3-warm-A",
"routeCount": 10,
"totalRequests": 2837,
"totalFailures": 8,
"trpcCalls": 514,
"trpcOptions": 226,
"trpcNonOptions": 288,
"trpcPreflightRatio": 0.4396887159533074,
"scope": {
"requests": 456,
"loadMs": 288.10000002384186,
"lateApiOver2s": 0,
"trpcCalls": 219,
"trpcFailures": 0
},
"routes": [
{
"url": "https://staging.azura.xyz/markets/spot",
"pathname": "/markets/spot",
"requests": 296,
"failures": 0,
"transferBytes": 3112227,
"loadMs": 205.60000002384186,
"dclMs": 150.89999997615814,
"ttfbMs": 67.69999992847443,
"trpcCalls": 58,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/markets/spot/trending",
"pathname": "/markets/spot/trending",
"requests": 264,
"failures": 0,
"transferBytes": 120502,
"loadMs": 175.20000004768372,
"dclMs": 124.10000002384186,
"ttfbMs": 49.60000002384186,
"trpcCalls": 29,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/markets/spot/all-coins",
"pathname": "/markets/spot/all-coins",
"requests": 286,
"failures": 3,
"transferBytes": 425485,
"loadMs": 175.20000004768372,
"dclMs": 121.5,
"ttfbMs": 46.700000047683716,
"trpcCalls": 50,
"trpcFailures": 3,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/scope",
"pathname": "/scope",
"requests": 456,
"failures": 0,
"transferBytes": 178207,
"loadMs": 288.10000002384186,
"dclMs": 132.5,
"ttfbMs": 54.799999952316284,
"trpcCalls": 219,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xf19304e6bfe0a18d2a0171758aa433921f192897",
"pathname": "/spot/1/0xf19304e6bfe0a18d2a0171758aa433921f192897",
"requests": 255,
"failures": 0,
"transferBytes": 335928,
"loadMs": 227.10000002384186,
"dclMs": 135.30000007152557,
"ttfbMs": 62.200000047683716,
"trpcCalls": 25,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c",
"pathname": "/spot/1/0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c",
"requests": 255,
"failures": 2,
"transferBytes": 137606,
"loadMs": 220.60000002384186,
"dclMs": 122.10000002384186,
"ttfbMs": 71.5,
"trpcCalls": 26,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x4eb92702ba4cfbf80561bad64d89c706ac824960",
"pathname": "/spot/8453/0x4eb92702ba4cfbf80561bad64d89c706ac824960",
"requests": 256,
"failures": 3,
"transferBytes": 137879,
"loadMs": 487.7999999523163,
"dclMs": 402.5,
"ttfbMs": 321.2999999523163,
"trpcCalls": 26,
"trpcFailures": 3,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"pathname": "/spot/1399811149/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"requests": 256,
"failures": 0,
"transferBytes": 137552,
"loadMs": 261.90000009536743,
"dclMs": 180.5,
"ttfbMs": 86.90000009536743,
"trpcCalls": 26,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN",
"pathname": "/spot/1399811149/6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN",
"requests": 257,
"failures": 0,
"transferBytes": 131612,
"loadMs": 204.39999997615814,
"dclMs": 109.60000002384186,
"ttfbMs": 60.10000002384186,
"trpcCalls": 29,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
"pathname": "/spot/1399811149/JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN",
"requests": 256,
"failures": 0,
"transferBytes": 137439,
"loadMs": 228.80000007152557,
"dclMs": 158.10000002384186,
"ttfbMs": 54.60000002384186,
"trpcCalls": 26,
"trpcFailures": 0,
"lateApiOver2s": 0
}
],
"topProcedures": [
{
"procedure": "v1.tokens.getSecurity",
"count": 86,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 63.364,
"routeCount": 7,
"statuses": {
"200": 86
}
},
{
"procedure": "v2.twitter.getProfile",
"count": 52,
"failures": 3,
"failureRate": 0.057692307692307696,
"p95WaitMs": 39.812,
"routeCount": 10,
"statuses": {
"200": 49,
"500": 3
}
},
{
"procedure": "v2.tokens.getPastTwitterUsernames",
"count": 50,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 50
}
},
{
"procedure": "v2.twitter.getPost",
"count": 14,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 69.923,
"routeCount": 5,
"statuses": {
"200": 14
}
},
{
"procedure": "v1.trades.initialTrades",
"count": 12,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 12
}
},
{
"procedure": "v2.markets.hyperliquidAssets",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.orders.quote",
"count": 9,
"failures": 4,
"failureRate": 0.4444444444444444,
"p95WaitMs": 129.355,
"routeCount": 6,
"statuses": {
"200": 5,
"500": 4
}
},
{
"procedure": "v2.markets.newPairScanner.getMarketCapSparkline",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 6
}
},
{
"procedure": "v2.tokens.getStats",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 6
}
},
{
"procedure": "v2.tokens.getMetadata",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 6
}
},
{
"procedure": "v1.tokens.getLaunchpad",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 6
}
},
{
"procedure": "v2.tokens.getTopHolders",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 6
}
},
{
"procedure": "v2.tokens.getBars",
"count": 6,
"failures": 1,
"failureRate": 0.16666666666666666,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 5,
"500": 1
}
},
{
"procedure": "v2.markets.getDevTrades",
"count": 5,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 5,
"statuses": {
"200": 5
}
},
{
"procedure": "v2.markets.spotExplorer.getTokens",
"count": 4,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 3,
"statuses": {
"200": 4
}
},
{
"procedure": "v2.tokens.getNativePrice",
"count": 4,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 4,
"statuses": {
"200": 4
}
},
{
"procedure": "v2.twitter.getCommunity",
"count": 3,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 3
}
},
{
"procedure": "v1.tokens.getSecurityBatch",
"count": 2,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 52.361000000000004,
"routeCount": 1,
"statuses": {
"200": 2
}
},
{
"procedure": "v2.markets.newPairScanner.initialDataTalos",
"count": 1,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 1
}
}
]
},
{
"runId": "2026-04-15T18-53-56",
"label": "long-wave3-warm-B",
"routeCount": 10,
"totalRequests": 2571,
"totalFailures": 6,
"trpcCalls": 276,
"trpcOptions": 132,
"trpcNonOptions": 144,
"trpcPreflightRatio": 0.4782608695652174,
"scope": null,
"routes": [
{
"url": "https://staging.azura.xyz/spot/1/0x6982508145454ce325ddbe47a25d4ec3d2311933",
"pathname": "/spot/1/0x6982508145454ce325ddbe47a25d4ec3d2311933",
"requests": 259,
"failures": 2,
"transferBytes": 3304118,
"loadMs": 303.60000002384186,
"dclMs": 250.20000004768372,
"ttfbMs": 164.60000002384186,
"trpcCalls": 29,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x9a26f5433671751c3276a065f57e5a02d2817973",
"pathname": "/spot/8453/0x9a26f5433671751c3276a065f57e5a02d2817973",
"requests": 255,
"failures": 0,
"transferBytes": 126674,
"loadMs": 197.19999992847443,
"dclMs": 106.5,
"ttfbMs": 52.699999928474426,
"trpcCalls": 27,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee",
"pathname": "/spot/1/0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee",
"requests": 256,
"failures": 0,
"transferBytes": 137052,
"loadMs": 207.69999992847443,
"dclMs": 134,
"ttfbMs": 51.199999928474426,
"trpcCalls": 27,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0xd080ed3c74a20250a2c9821885203034acd2d5ae",
"pathname": "/spot/8453/0xd080ed3c74a20250a2c9821885203034acd2d5ae",
"requests": 256,
"failures": 0,
"transferBytes": 137104,
"loadMs": 150.5,
"dclMs": 101.90000009536743,
"ttfbMs": 50.5,
"trpcCalls": 27,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0xa69f80524381275a7ffdb3ae01c54150644c8792",
"pathname": "/spot/8453/0xa69f80524381275a7ffdb3ae01c54150644c8792",
"requests": 257,
"failures": 0,
"transferBytes": 138984,
"loadMs": 201.80000007152557,
"dclMs": 108.90000009536743,
"ttfbMs": 50.40000009536743,
"trpcCalls": 27,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xe53ec727dbdeb9e2d5456c3be40cff031ab40a55",
"pathname": "/spot/1/0xe53ec727dbdeb9e2d5456c3be40cff031ab40a55",
"requests": 258,
"failures": 2,
"transferBytes": 137892,
"loadMs": 964.6999999284744,
"dclMs": 880.5,
"ttfbMs": 56.699999928474426,
"trpcCalls": 28,
"trpcFailures": 2,
"lateApiOver2s": 1
},
{
"url": "https://staging.azura.xyz/spot/8453/0x6985884c4392d348587b19cb9eaaf157f13271cd",
"pathname": "/spot/8453/0x6985884c4392d348587b19cb9eaaf157f13271cd",
"requests": 258,
"failures": 2,
"transferBytes": 137766,
"loadMs": 204.10000002384186,
"dclMs": 138.60000002384186,
"ttfbMs": 48.10000002384186,
"trpcCalls": 28,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xf5581dfefd8fb0e4aec526be659cfab1f8c781da",
"pathname": "/spot/1/0xf5581dfefd8fb0e4aec526be659cfab1f8c781da",
"requests": 257,
"failures": 0,
"transferBytes": 137232,
"loadMs": 194.39999997615814,
"dclMs": 106.19999992847443,
"ttfbMs": 52.39999997615814,
"trpcCalls": 27,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x037a54aab062628c9bbae1fdb1583c195585fe41",
"pathname": "/spot/1/0x037a54aab062628c9bbae1fdb1583c195585fe41",
"requests": 256,
"failures": 0,
"transferBytes": 136969,
"loadMs": 205.20000004768372,
"dclMs": 122.70000004768372,
"ttfbMs": 58.40000009536743,
"trpcCalls": 27,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/pumpCmXqMfrsAkQ5r49WcJnRayYRqmXz6ae8H7H9Dfn",
"pathname": "/spot/1399811149/pumpCmXqMfrsAkQ5r49WcJnRayYRqmXz6ae8H7H9Dfn",
"requests": 259,
"failures": 0,
"transferBytes": 137292,
"loadMs": 192.29999995231628,
"dclMs": 106.79999995231628,
"ttfbMs": 47.799999952316284,
"trpcCalls": 29,
"trpcFailures": 0,
"lateApiOver2s": 0
}
],
"topProcedures": [
{
"procedure": "v1.trades.initialTrades",
"count": 20,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 20
}
},
{
"procedure": "v1.tokens.getSecurity",
"count": 20,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 20
}
},
{
"procedure": "v2.orders.quote",
"count": 13,
"failures": 6,
"failureRate": 0.46153846153846156,
"p95WaitMs": 133.36100000000002,
"routeCount": 10,
"statuses": {
"200": 7,
"500": 6
}
},
{
"procedure": "v2.markets.hyperliquidAssets",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.tokens.getStats",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 52.019,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.tokens.getMetadata",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v1.tokens.getLaunchpad",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.tokens.getTopHolders",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.twitter.getProfile",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.tokens.getPastTwitterUsernames",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.tokens.getBars",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.markets.getDevTrades",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.tokens.getNativePrice",
"count": 1,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 1
}
}
]
},
{
"runId": "2026-04-15T18-53-58",
"label": "long-wave3-warm-C",
"routeCount": 10,
"totalRequests": 2758,
"totalFailures": 7,
"trpcCalls": 449,
"trpcOptions": 215,
"trpcNonOptions": 234,
"trpcPreflightRatio": 0.47884187082405344,
"scope": {
"requests": 412,
"loadMs": 314.59999990463257,
"lateApiOver2s": 4,
"trpcCalls": 174,
"trpcFailures": 1
},
"routes": [
{
"url": "https://staging.azura.xyz/scope",
"pathname": "/scope",
"requests": 412,
"failures": 1,
"transferBytes": 3131141,
"loadMs": 314.59999990463257,
"dclMs": 258.59999990463257,
"ttfbMs": 177.19999992847443,
"trpcCalls": 174,
"trpcFailures": 1,
"lateApiOver2s": 4
},
{
"url": "https://staging.azura.xyz/markets/spot",
"pathname": "/markets/spot",
"requests": 295,
"failures": 0,
"transferBytes": 154293,
"loadMs": 189,
"dclMs": 123.60000002384186,
"ttfbMs": 66.5,
"trpcCalls": 57,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/EkJuyYyD3to61CHVPJn6wHb7xANxvqApnVJ4o2SdBAGS",
"pathname": "/spot/1399811149/EkJuyYyD3to61CHVPJn6wHb7xANxvqApnVJ4o2SdBAGS",
"requests": 253,
"failures": 0,
"transferBytes": 321693,
"loadMs": 194.40000009536743,
"dclMs": 106,
"ttfbMs": 57.300000071525574,
"trpcCalls": 26,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/FRJu1G3BvQYmJQ2mpf34dQTiQKc7JnLvn3ZQH9XsTPLH",
"pathname": "/spot/1399811149/FRJu1G3BvQYmJQ2mpf34dQTiQKc7JnLvn3ZQH9XsTPLH",
"requests": 254,
"failures": 2,
"transferBytes": 137643,
"loadMs": 205.60000002384186,
"dclMs": 121.89999997615814,
"ttfbMs": 67.89999997615814,
"trpcCalls": 27,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x514910771af9ca656af840dff83e8264ecf986ca",
"pathname": "/spot/1/0x514910771af9ca656af840dff83e8264ecf986ca",
"requests": 258,
"failures": 2,
"transferBytes": 138929,
"loadMs": 195.29999995231628,
"dclMs": 105.69999992847443,
"ttfbMs": 48.89999997615814,
"trpcCalls": 28,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0xf43eb8de897fbc7f2502483b2bef7bb9ea179229",
"pathname": "/spot/8453/0xf43eb8de897fbc7f2502483b2bef7bb9ea179229",
"requests": 256,
"failures": 0,
"transferBytes": 138735,
"loadMs": 180.5,
"dclMs": 95.10000002384186,
"ttfbMs": 49,
"trpcCalls": 27,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
"pathname": "/spot/1/0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
"requests": 258,
"failures": 2,
"transferBytes": 139493,
"loadMs": 216.69999992847443,
"dclMs": 117.69999992847443,
"ttfbMs": 64.5,
"trpcCalls": 28,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/3LZJKXhDVgqXR1q6jtzwNBBLHBuwsDiNNiW6rvmJpump",
"pathname": "/spot/1399811149/3LZJKXhDVgqXR1q6jtzwNBBLHBuwsDiNNiW6rvmJpump",
"requests": 258,
"failures": 0,
"transferBytes": 137440,
"loadMs": 193.09999990463257,
"dclMs": 109.39999997615814,
"ttfbMs": 51.799999952316284,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/EttgAhEDDkrJTJdcU9XEa5aATuXpzv4ByxCfsNQgh5NF",
"pathname": "/spot/1399811149/EttgAhEDDkrJTJdcU9XEa5aATuXpzv4ByxCfsNQgh5NF",
"requests": 257,
"failures": 0,
"transferBytes": 137423,
"loadMs": 185.70000004768372,
"dclMs": 98.90000009536743,
"ttfbMs": 46.60000002384186,
"trpcCalls": 27,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/41Mp5hkWkV35LLGumSiLyBYfmCTPgqBpV5RdNMX9pump",
"pathname": "/spot/1399811149/41Mp5hkWkV35LLGumSiLyBYfmCTPgqBpV5RdNMX9pump",
"requests": 257,
"failures": 0,
"transferBytes": 138319,
"loadMs": 219.89999997615814,
"dclMs": 153.10000002384186,
"ttfbMs": 72.70000004768372,
"trpcCalls": 27,
"trpcFailures": 0,
"lateApiOver2s": 0
}
],
"topProcedures": [
{
"procedure": "v1.tokens.getSecurity",
"count": 67,
"failures": 1,
"failureRate": 0.014925373134328358,
"p95WaitMs": 55.145,
"routeCount": 9,
"statuses": {
"200": 66,
"500": 1
}
},
{
"procedure": "v2.twitter.getProfile",
"count": 23,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 23
}
},
{
"procedure": "v2.tokens.getPastTwitterUsernames",
"count": 23,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 23
}
},
{
"procedure": "v1.trades.initialTrades",
"count": 16,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 8,
"statuses": {
"200": 16
}
},
{
"procedure": "v2.twitter.getPost",
"count": 13,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 175.954,
"routeCount": 5,
"statuses": {
"200": 13
}
},
{
"procedure": "v2.orders.quote",
"count": 11,
"failures": 6,
"failureRate": 0.5454545454545454,
"p95WaitMs": 257.744,
"routeCount": 8,
"statuses": {
"200": 5,
"500": 6
}
},
{
"procedure": "v2.tokens.getBars",
"count": 11,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 8,
"statuses": {
"200": 11
}
},
{
"procedure": "v2.markets.hyperliquidAssets",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 10,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.tokens.getStats",
"count": 8,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 77.971,
"routeCount": 8,
"statuses": {
"200": 8
}
},
{
"procedure": "v2.tokens.getMetadata",
"count": 8,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 8,
"statuses": {
"200": 8
}
},
{
"procedure": "v1.tokens.getLaunchpad",
"count": 8,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 8,
"statuses": {
"200": 8
}
},
{
"procedure": "v2.tokens.getTopHolders",
"count": 8,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 8,
"statuses": {
"200": 8
}
},
{
"procedure": "v2.markets.getDevTrades",
"count": 7,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 7,
"statuses": {
"200": 7
}
},
{
"procedure": "v2.markets.newPairScanner.getMarketCapSparkline",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 6
}
},
{
"procedure": "v2.tokens.getNativePrice",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 6,
"statuses": {
"200": 6
}
},
{
"procedure": "v2.twitter.getCommunity",
"count": 4,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 2,
"statuses": {
"200": 4
}
},
{
"procedure": "v1.tokens.getSecurityBatch",
"count": 3,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 54.062999999999995,
"routeCount": 1,
"statuses": {
"200": 3
}
},
{
"procedure": "v2.markets.newPairScanner.initialDataTalos",
"count": 1,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 1
}
},
{
"procedure": "v2.markets.spotExplorer.getTokens",
"count": 1,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 1
}
}
]
},
{
"runId": "2026-04-15T19-02-39",
"label": "mega-full-cold-1",
"routeCount": 55,
"totalRequests": 14524,
"totalFailures": 50,
"trpcCalls": 1869,
"trpcOptions": 935,
"trpcNonOptions": 934,
"trpcPreflightRatio": 0.5002675227394329,
"scope": {
"requests": 452,
"loadMs": 204.79999995231628,
"lateApiOver2s": 0,
"trpcCalls": 212,
"trpcFailures": 2
},
"routes": [
{
"url": "https://staging.azura.xyz/markets/spot",
"pathname": "/markets/spot",
"requests": 300,
"failures": 0,
"transferBytes": 4890052,
"loadMs": 361.59999990463257,
"dclMs": 283.89999997615814,
"ttfbMs": 140.09999990463257,
"trpcCalls": 58,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/markets/spot/trending",
"pathname": "/markets/spot/trending",
"requests": 308,
"failures": 0,
"transferBytes": 8328666,
"loadMs": 166.80000007152557,
"dclMs": 118.30000007152557,
"ttfbMs": 58.39999997615814,
"trpcCalls": 58,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/markets/spot/all-coins",
"pathname": "/markets/spot/all-coins",
"requests": 301,
"failures": 3,
"transferBytes": 5001563,
"loadMs": 163,
"dclMs": 123.09999990463257,
"ttfbMs": 66.5,
"trpcCalls": 60,
"trpcFailures": 3,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/scope",
"pathname": "/scope",
"requests": 452,
"failures": 2,
"transferBytes": 4581012,
"loadMs": 204.79999995231628,
"dclMs": 132.29999995231628,
"ttfbMs": 73,
"trpcCalls": 212,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/markets/pair-scanner",
"pathname": "/markets/pair-scanner",
"requests": 183,
"failures": 1,
"transferBytes": 4448687,
"loadMs": 146.5,
"dclMs": 113.69999992847443,
"ttfbMs": 66.09999990463257,
"trpcCalls": 2,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/5zCETicUCJqJ5Z3wbfFPZqtSpHPYqnggs1wX7ZRpump",
"pathname": "/spot/1399811149/5zCETicUCJqJ5Z3wbfFPZqtSpHPYqnggs1wX7ZRpump",
"requests": 264,
"failures": 3,
"transferBytes": 4735957,
"loadMs": 197.60000002384186,
"dclMs": 187.69999992847443,
"ttfbMs": 109.89999997615814,
"trpcCalls": 34,
"trpcFailures": 3,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/7qQnePEqSRBxnkFQQJ8jUYXUqo7mSkbwuUHj1jz7pump",
"pathname": "/spot/1399811149/7qQnePEqSRBxnkFQQJ8jUYXUqo7mSkbwuUHj1jz7pump",
"requests": 258,
"failures": 0,
"transferBytes": 4733490,
"loadMs": 156.60000002384186,
"dclMs": 111.10000002384186,
"ttfbMs": 56,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/Cck21qHq33rezTeuQbPSvULXF2vLUTMErJwbPdUGpump",
"pathname": "/spot/1399811149/Cck21qHq33rezTeuQbPSvULXF2vLUTMErJwbPdUGpump",
"requests": 260,
"failures": 0,
"transferBytes": 4736107,
"loadMs": 152.70000004768372,
"dclMs": 122.80000007152557,
"ttfbMs": 66,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/CQ4PZEmJkR8Zchhfp21fkoCAJuZiv2dhA4QfKqupump",
"pathname": "/spot/1399811149/CQ4PZEmJkR8Zchhfp21fkoCAJuZiv2dhA4QfKqupump",
"requests": 262,
"failures": 3,
"transferBytes": 4736825,
"loadMs": 149.5,
"dclMs": 113,
"ttfbMs": 51.5,
"trpcCalls": 32,
"trpcFailures": 3,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0xbe535d034078e262f72c67020006a63e8c64592f",
"pathname": "/spot/8453/0xbe535d034078e262f72c67020006a63e8c64592f",
"requests": 264,
"failures": 5,
"transferBytes": 4734656,
"loadMs": 182.59999990463257,
"dclMs": 149.29999995231628,
"ttfbMs": 68.69999992847443,
"trpcCalls": 34,
"trpcFailures": 5,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0xff0c532fdb8cd566ae169c1cb157ff2bdc83e105",
"pathname": "/spot/8453/0xff0c532fdb8cd566ae169c1cb157ff2bdc83e105",
"requests": 258,
"failures": 0,
"transferBytes": 4734469,
"loadMs": 168.60000002384186,
"dclMs": 124.10000002384186,
"ttfbMs": 58.60000002384186,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/A9E2AopuG56LWYiXsvGLLTcLjUjQ539PY6k5Fhfepump",
"pathname": "/spot/1399811149/A9E2AopuG56LWYiXsvGLLTcLjUjQ539PY6k5Fhfepump",
"requests": 258,
"failures": 0,
"transferBytes": 4734386,
"loadMs": 179,
"dclMs": 132.5,
"ttfbMs": 58.09999990463257,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/9BB6NFEcjBCtnNLFko2FqVQBq8HHM13kCyYcdQbgpump",
"pathname": "/spot/1399811149/9BB6NFEcjBCtnNLFko2FqVQBq8HHM13kCyYcdQbgpump",
"requests": 260,
"failures": 0,
"transferBytes": 4752589,
"loadMs": 145.30000007152557,
"dclMs": 112.70000004768372,
"ttfbMs": 48.700000047683716,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/4TyZGqRLG3VcHTGMcLBoPUmqYitMVojXinAmkL8xpump",
"pathname": "/spot/1399811149/4TyZGqRLG3VcHTGMcLBoPUmqYitMVojXinAmkL8xpump",
"requests": 260,
"failures": 0,
"transferBytes": 4734662,
"loadMs": 156.69999992847443,
"dclMs": 119.39999997615814,
"ttfbMs": 65.10000002384186,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/B79HpCzajp6XE41ezUoU8RwJqnfxS8oLsWcs4zQ2pump",
"pathname": "/spot/1399811149/B79HpCzajp6XE41ezUoU8RwJqnfxS8oLsWcs4zQ2pump",
"requests": 258,
"failures": 0,
"transferBytes": 4735096,
"loadMs": 157.29999995231628,
"dclMs": 110.19999992847443,
"ttfbMs": 52.699999928474426,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/FyPDfX92B4uEk4zZouy96d1Kk1LgnCznBpzAFSsZpump",
"pathname": "/spot/1399811149/FyPDfX92B4uEk4zZouy96d1Kk1LgnCznBpzAFSsZpump",
"requests": 258,
"failures": 0,
"transferBytes": 4732413,
"loadMs": 156.79999995231628,
"dclMs": 120,
"ttfbMs": 61.10000002384186,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0xd7b7861afbc78fc35418f95c3174acca2e8b1644",
"pathname": "/spot/8453/0xd7b7861afbc78fc35418f95c3174acca2e8b1644",
"requests": 260,
"failures": 2,
"transferBytes": 4735267,
"loadMs": 176.89999997615814,
"dclMs": 131.29999995231628,
"ttfbMs": 53.799999952316284,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x0511df77e420c9c37b065ddb7973d0f81430a092",
"pathname": "/spot/1/0x0511df77e420c9c37b065ddb7973d0f81430a092",
"requests": 258,
"failures": 0,
"transferBytes": 4735472,
"loadMs": 155.10000002384186,
"dclMs": 115.40000009536743,
"ttfbMs": 54.10000002384186,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x6982508145454ce325ddbe47a25d4ec3d2311933",
"pathname": "/spot/1/0x6982508145454ce325ddbe47a25d4ec3d2311933",
"requests": 260,
"failures": 2,
"transferBytes": 4736339,
"loadMs": 152.80000007152557,
"dclMs": 120,
"ttfbMs": 62,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b",
"pathname": "/spot/8453/0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b",
"requests": 260,
"failures": 2,
"transferBytes": 4735688,
"loadMs": 151.79999995231628,
"dclMs": 100.79999995231628,
"ttfbMs": 49.39999997615814,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x3ec2156d4c0a9cbdab4a016633b7bcf6a8d68ea2",
"pathname": "/spot/8453/0x3ec2156d4c0a9cbdab4a016633b7bcf6a8d68ea2",
"requests": 260,
"failures": 0,
"transferBytes": 4763458,
"loadMs": 158.5,
"dclMs": 113.5,
"ttfbMs": 52.89999997615814,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/42161/0x912ce59144191c1204e64559fe8253a0e49e6548",
"pathname": "/spot/42161/0x912ce59144191c1204e64559fe8253a0e49e6548",
"requests": 264,
"failures": 4,
"transferBytes": 4751689,
"loadMs": 167.10000002384186,
"dclMs": 128.60000002384186,
"ttfbMs": 67.70000004768372,
"trpcCalls": 34,
"trpcFailures": 4,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x14fee680690900ba0cccfc76ad70fd1b95d10e16",
"pathname": "/spot/1/0x14fee680690900ba0cccfc76ad70fd1b95d10e16",
"requests": 258,
"failures": 0,
"transferBytes": 4733394,
"loadMs": 156.5,
"dclMs": 121.5,
"ttfbMs": 69,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/a3W4qutoEJA4232T2gwZUfgYJTetr96pU4SJMwppump",
"pathname": "/spot/1399811149/a3W4qutoEJA4232T2gwZUfgYJTetr96pU4SJMwppump",
"requests": 260,
"failures": 0,
"transferBytes": 4733604,
"loadMs": 154.60000002384186,
"dclMs": 118.80000007152557,
"ttfbMs": 59.800000071525574,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x22af33fe49fd1fa80c7149773dde5890d3c76f3b",
"pathname": "/spot/8453/0x22af33fe49fd1fa80c7149773dde5890d3c76f3b",
"requests": 260,
"failures": 2,
"transferBytes": 4736892,
"loadMs": 161,
"dclMs": 110,
"ttfbMs": 53.799999952316284,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xf94e7d0710709388bce3161c32b4eea56d3f91cc",
"pathname": "/spot/1/0xf94e7d0710709388bce3161c32b4eea56d3f91cc",
"requests": 258,
"failures": 0,
"transferBytes": 4735152,
"loadMs": 149.60000002384186,
"dclMs": 113.10000002384186,
"ttfbMs": 56.300000071525574,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/FeR8VBqNRSUD5NtXAj2n3j1dAHkZHfyDktKuLXD4pump",
"pathname": "/spot/1399811149/FeR8VBqNRSUD5NtXAj2n3j1dAHkZHfyDktKuLXD4pump",
"requests": 260,
"failures": 0,
"transferBytes": 4736078,
"loadMs": 173,
"dclMs": 122.5,
"ttfbMs": 49.5,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/98sMhvDwXj1RQi5c5Mndm3vPe9cBqPrbLaufMXFNMh5g",
"pathname": "/spot/1399811149/98sMhvDwXj1RQi5c5Mndm3vPe9cBqPrbLaufMXFNMh5g",
"requests": 256,
"failures": 0,
"transferBytes": 4733638,
"loadMs": 156.10000002384186,
"dclMs": 105.29999995231628,
"ttfbMs": 52.299999952316284,
"trpcCalls": 26,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/CmgJ1PobhUqB7MEa8qDkiG2TUpMTskWj8d9JeZWSpump",
"pathname": "/spot/1399811149/CmgJ1PobhUqB7MEa8qDkiG2TUpMTskWj8d9JeZWSpump",
"requests": 260,
"failures": 0,
"transferBytes": 4734475,
"loadMs": 175.80000007152557,
"dclMs": 124.39999997615814,
"ttfbMs": 51.700000047683716,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xcb20b537f5df50bccc00fe6a8eb4d57b14a89a03",
"pathname": "/spot/1/0xcb20b537f5df50bccc00fe6a8eb4d57b14a89a03",
"requests": 258,
"failures": 0,
"transferBytes": 4734260,
"loadMs": 145.69999992847443,
"dclMs": 111.69999992847443,
"ttfbMs": 53,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x0359682f710efbb64a185d7723bb089fdf571bb8",
"pathname": "/spot/8453/0x0359682f710efbb64a185d7723bb089fdf571bb8",
"requests": 254,
"failures": 0,
"transferBytes": 4734022,
"loadMs": 150.29999995231628,
"dclMs": 115.79999995231628,
"ttfbMs": 49.299999952316284,
"trpcCalls": 24,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/HNg5PYJmtqcmzXrv6S9zP1CDKk5BgDuyFBxbvNApump",
"pathname": "/spot/1399811149/HNg5PYJmtqcmzXrv6S9zP1CDKk5BgDuyFBxbvNApump",
"requests": 260,
"failures": 0,
"transferBytes": 4736994,
"loadMs": 375.5,
"dclMs": 288.90000009536743,
"ttfbMs": 49.800000071525574,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/G4zwEA9NSd3nMBbEj31MMPq2853Brx2oGsKzex3ebonk",
"pathname": "/spot/1399811149/G4zwEA9NSd3nMBbEj31MMPq2853Brx2oGsKzex3ebonk",
"requests": 260,
"failures": 0,
"transferBytes": 4733553,
"loadMs": 146.89999997615814,
"dclMs": 113,
"ttfbMs": 60.799999952316284,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/Dfh5DzRgSvvCFDoYc2ciTkMrbDfRKybA4SoFbPmApump",
"pathname": "/spot/1399811149/Dfh5DzRgSvvCFDoYc2ciTkMrbDfRKybA4SoFbPmApump",
"requests": 260,
"failures": 0,
"transferBytes": 4734885,
"loadMs": 147.29999995231628,
"dclMs": 100.89999997615814,
"ttfbMs": 48,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xcf91b70017eabde82c9671e30e5502d312ea6eb2",
"pathname": "/spot/1/0xcf91b70017eabde82c9671e30e5502d312ea6eb2",
"requests": 258,
"failures": 0,
"transferBytes": 4734435,
"loadMs": 277.90000009536743,
"dclMs": 132.30000007152557,
"ttfbMs": 54.60000002384186,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xf28ec18f3e937cdf244b2240969a8f4acc7c89c4",
"pathname": "/spot/1/0xf28ec18f3e937cdf244b2240969a8f4acc7c89c4",
"requests": 265,
"failures": 5,
"transferBytes": 4756349,
"loadMs": 165.40000009536743,
"dclMs": 120.30000007152557,
"ttfbMs": 52.300000071525574,
"trpcCalls": 34,
"trpcFailures": 5,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0xf43eb8de897fbc7f2502483b2bef7bb9ea179229",
"pathname": "/spot/8453/0xf43eb8de897fbc7f2502483b2bef7bb9ea179229",
"requests": 258,
"failures": 0,
"transferBytes": 4734663,
"loadMs": 145.89999997615814,
"dclMs": 108.39999997615814,
"ttfbMs": 44.200000047683716,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/7eMJmn1bYWSQEwxAX7CyngBzGNGu1cT582asKxxRpump",
"pathname": "/spot/1399811149/7eMJmn1bYWSQEwxAX7CyngBzGNGu1cT582asKxxRpump",
"requests": 264,
"failures": 3,
"transferBytes": 4734971,
"loadMs": 181.79999995231628,
"dclMs": 143.10000002384186,
"ttfbMs": 76.79999995231628,
"trpcCalls": 34,
"trpcFailures": 3,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0xb3b32f9f8827d4634fe7d973fa1034ec9fddb3b3",
"pathname": "/spot/8453/0xb3b32f9f8827d4634fe7d973fa1034ec9fddb3b3",
"requests": 260,
"failures": 2,
"transferBytes": 4734129,
"loadMs": 180.29999995231628,
"dclMs": 134,
"ttfbMs": 61.799999952316284,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/Ce2gx9KGXJ6C9Mp5b5x1sn9Mg87JwEbrQby4Zqo3pump",
"pathname": "/spot/1399811149/Ce2gx9KGXJ6C9Mp5b5x1sn9Mg87JwEbrQby4Zqo3pump",
"requests": 260,
"failures": 0,
"transferBytes": 4735893,
"loadMs": 147.10000002384186,
"dclMs": 105.70000004768372,
"ttfbMs": 48.200000047683716,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x1217bfe6c773eec6cc4a38b5dc45b92292b6e189",
"pathname": "/spot/8453/0x1217bfe6c773eec6cc4a38b5dc45b92292b6e189",
"requests": 254,
"failures": 0,
"transferBytes": 4734127,
"loadMs": 167.29999995231628,
"dclMs": 145.5,
"ttfbMs": 51.299999952316284,
"trpcCalls": 24,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x514910771af9ca656af840dff83e8264ecf986ca",
"pathname": "/spot/1/0x514910771af9ca656af840dff83e8264ecf986ca",
"requests": 260,
"failures": 2,
"transferBytes": 4734613,
"loadMs": 173.20000004768372,
"dclMs": 135,
"ttfbMs": 64.5,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/42161/0x25118290e6a5f4139381d072181157035864099d",
"pathname": "/spot/42161/0x25118290e6a5f4139381d072181157035864099d",
"requests": 262,
"failures": 0,
"transferBytes": 4738978,
"loadMs": 159.60000002384186,
"dclMs": 117.20000004768372,
"ttfbMs": 52.60000002384186,
"trpcCalls": 32,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18",
"pathname": "/spot/1/0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18",
"requests": 258,
"failures": 0,
"transferBytes": 4748080,
"loadMs": 186.60000002384186,
"dclMs": 129.69999992847443,
"ttfbMs": 56.799999952316284,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x1111111111166b7fe7bd91427724b487980afc69",
"pathname": "/spot/8453/0x1111111111166b7fe7bd91427724b487980afc69",
"requests": 263,
"failures": 3,
"transferBytes": 4733483,
"loadMs": 174.89999997615814,
"dclMs": 129.80000007152557,
"ttfbMs": 51.10000002384186,
"trpcCalls": 33,
"trpcFailures": 3,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
"pathname": "/spot/1/0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
"requests": 260,
"failures": 2,
"transferBytes": 4735209,
"loadMs": 992.1999999284744,
"dclMs": 934.2999999523163,
"ttfbMs": 825.7999999523163,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 1
},
{
"url": "https://staging.azura.xyz/spot/8453/0x3d01fe5a38ddbd307fdd635b4cb0e29681226d6f",
"pathname": "/spot/8453/0x3d01fe5a38ddbd307fdd635b4cb0e29681226d6f",
"requests": 258,
"failures": 0,
"transferBytes": 4735683,
"loadMs": 290.2000000476837,
"dclMs": 227.39999997615814,
"ttfbMs": 102.10000002384186,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/4daoTLufDmV3ods48Zh8rymaZKBLtgEvuH9qALYLbonk",
"pathname": "/spot/1399811149/4daoTLufDmV3ods48Zh8rymaZKBLtgEvuH9qALYLbonk",
"requests": 260,
"failures": 0,
"transferBytes": 4735069,
"loadMs": 297.2000000476837,
"dclMs": 213.89999997615814,
"ttfbMs": 88.39999997615814,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x52b492a33e447cdb854c7fc19f1e57e8bfa1777d",
"pathname": "/spot/8453/0x52b492a33e447cdb854c7fc19f1e57e8bfa1777d",
"requests": 258,
"failures": 0,
"transferBytes": 4734025,
"loadMs": 281.6999999284744,
"dclMs": 230,
"ttfbMs": 93.09999990463257,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/E9uUgGXJ77AVmaqVhN544oz644VUPBGU6r4qUaeppump",
"pathname": "/spot/1399811149/E9uUgGXJ77AVmaqVhN544oz644VUPBGU6r4qUaeppump",
"requests": 260,
"failures": 0,
"transferBytes": 4735300,
"loadMs": 300.10000002384186,
"dclMs": 253,
"ttfbMs": 98.40000009536743,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x940181a94a35a4569e4529a3cdfb74e38fd98631",
"pathname": "/spot/8453/0x940181a94a35a4569e4529a3cdfb74e38fd98631",
"requests": 260,
"failures": 2,
"transferBytes": 4736839,
"loadMs": 254.20000004768372,
"dclMs": 203.39999997615814,
"ttfbMs": 70.39999997615814,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/Gka1TQEevBbVw4W9K15ER96ZzKByMTb6TBMQzWFEpump",
"pathname": "/spot/1399811149/Gka1TQEevBbVw4W9K15ER96ZzKByMTb6TBMQzWFEpump",
"requests": 260,
"failures": 0,
"transferBytes": 4758785,
"loadMs": 244.39999997615814,
"dclMs": 221.20000004768372,
"ttfbMs": 62.700000047683716,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xfaba6f8e4a5e8ab82f62fe7c39859fa577269be3",
"pathname": "/spot/1/0xfaba6f8e4a5e8ab82f62fe7c39859fa577269be3",
"requests": 258,
"failures": 0,
"transferBytes": 4734663,
"loadMs": 272.6999999284744,
"dclMs": 227.19999992847443,
"ttfbMs": 84.5,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x624e2e7fdc8903165f64891672267ab0fcb98831",
"pathname": "/spot/8453/0x624e2e7fdc8903165f64891672267ab0fcb98831",
"requests": 260,
"failures": 2,
"transferBytes": 4736028,
"loadMs": 265.89999997615814,
"dclMs": 190.10000002384186,
"ttfbMs": 80.19999992847443,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xaaee1a9723aadb7afa2810263653a34ba2c21c7a",
"pathname": "/spot/1/0xaaee1a9723aadb7afa2810263653a34ba2c21c7a",
"requests": 258,
"failures": 0,
"transferBytes": 4734198,
"loadMs": 276.40000009536743,
"dclMs": 220.40000009536743,
"ttfbMs": 90.10000002384186,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
}
],
"topProcedures": [
{
"procedure": "v1.tokens.getSecurity",
"count": 175,
"failures": 2,
"failureRate": 0.011428571428571429,
"p95WaitMs": 154.022,
"routeCount": 51,
"statuses": {
"200": 173,
"500": 2
}
},
{
"procedure": "v1.trades.initialTrades",
"count": 100,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 50,
"statuses": {
"200": 100
}
},
{
"procedure": "v2.twitter.getProfile",
"count": 93,
"failures": 12,
"failureRate": 0.12903225806451613,
"p95WaitMs": 140.484,
"routeCount": 46,
"statuses": {
"200": 81,
"500": 12
}
},
{
"procedure": "v2.tokens.getPastTwitterUsernames",
"count": 85,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 46,
"statuses": {
"200": 85
}
},
{
"procedure": "v2.orders.quote",
"count": 68,
"failures": 29,
"failureRate": 0.4264705882352941,
"p95WaitMs": 154.178,
"routeCount": 50,
"statuses": {
"200": 39,
"500": 29
}
},
{
"procedure": "v2.markets.hyperliquidAssets",
"count": 55,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 55,
"statuses": {
"200": 55
}
},
{
"procedure": "v2.tokens.getTopHolders",
"count": 52,
"failures": 3,
"failureRate": 0.057692307692307696,
"p95WaitMs": 0,
"routeCount": 50,
"statuses": {
"200": 49,
"404": 3
}
},
{
"procedure": "v2.tokens.getStats",
"count": 50,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 86.522,
"routeCount": 50,
"statuses": {
"200": 50
}
},
{
"procedure": "v2.tokens.getMetadata",
"count": 50,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 50,
"statuses": {
"200": 50
}
},
{
"procedure": "v1.tokens.getLaunchpad",
"count": 50,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 66.505,
"routeCount": 50,
"statuses": {
"200": 50
}
},
{
"procedure": "v2.tokens.getBars",
"count": 50,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 50,
"statuses": {
"200": 50
}
},
{
"procedure": "v2.markets.getDevTrades",
"count": 50,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 50,
"statuses": {
"200": 50
}
},
{
"procedure": "v2.tokens.getNativePrice",
"count": 22,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 22,
"statuses": {
"200": 22
}
},
{
"procedure": "v2.twitter.getCommunity",
"count": 12,
"failures": 3,
"failureRate": 0.25,
"p95WaitMs": 263.78499999999997,
"routeCount": 7,
"statuses": {
"200": 9,
"500": 3
}
},
{
"procedure": "v2.twitter.getPost",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 57.949,
"routeCount": 4,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.markets.spotExplorer.getTokens",
"count": 4,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 3,
"statuses": {
"200": 4
}
},
{
"procedure": "v2.markets.newPairScanner.getMarketCapSparkline",
"count": 4,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 59.366,
"routeCount": 1,
"statuses": {
"200": 4
}
},
{
"procedure": "v1.tokens.getSecurityBatch",
"count": 3,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 86.506,
"routeCount": 1,
"statuses": {
"200": 3
}
},
{
"procedure": "v2.markets.newPairScanner.initialDataTalos",
"count": 1,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 1
}
}
]
},
{
"runId": "2026-04-15T19-07-55",
"label": "mega-full-warm-1",
"routeCount": 55,
"totalRequests": 14325,
"totalFailures": 46,
"trpcCalls": 1724,
"trpcOptions": 787,
"trpcNonOptions": 937,
"trpcPreflightRatio": 0.45649651972157773,
"scope": {
"requests": 460,
"loadMs": 188.89999997615814,
"lateApiOver2s": 0,
"trpcCalls": 223,
"trpcFailures": 0
},
"routes": [
{
"url": "https://staging.azura.xyz/markets/spot",
"pathname": "/markets/spot",
"requests": 296,
"failures": 0,
"transferBytes": 3111814,
"loadMs": 287.2000000476837,
"dclMs": 220.20000004768372,
"ttfbMs": 132.89999997615814,
"trpcCalls": 58,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/markets/spot/trending",
"pathname": "/markets/spot/trending",
"requests": 265,
"failures": 0,
"transferBytes": 120802,
"loadMs": 183.70000004768372,
"dclMs": 132.10000002384186,
"ttfbMs": 56.700000047683716,
"trpcCalls": 29,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/markets/spot/all-coins",
"pathname": "/markets/spot/all-coins",
"requests": 283,
"failures": 3,
"transferBytes": 430236,
"loadMs": 182.10000002384186,
"dclMs": 122,
"ttfbMs": 66.5,
"trpcCalls": 46,
"trpcFailures": 3,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/scope",
"pathname": "/scope",
"requests": 460,
"failures": 0,
"transferBytes": 203191,
"loadMs": 188.89999997615814,
"dclMs": 142.39999997615814,
"ttfbMs": 76.89999997615814,
"trpcCalls": 223,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/markets/pair-scanner",
"pathname": "/markets/pair-scanner",
"requests": 182,
"failures": 1,
"transferBytes": 118653,
"loadMs": 157.39999997615814,
"dclMs": 87.89999997615814,
"ttfbMs": 41.10000002384186,
"trpcCalls": 1,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/5zCETicUCJqJ5Z3wbfFPZqtSpHPYqnggs1wX7ZRpump",
"pathname": "/spot/1399811149/5zCETicUCJqJ5Z3wbfFPZqtSpHPYqnggs1wX7ZRpump",
"requests": 259,
"failures": 3,
"transferBytes": 336722,
"loadMs": 234.70000004768372,
"dclMs": 150.80000007152557,
"ttfbMs": 93.39999997615814,
"trpcCalls": 30,
"trpcFailures": 3,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/7qQnePEqSRBxnkFQQJ8jUYXUqo7mSkbwuUHj1jz7pump",
"pathname": "/spot/1399811149/7qQnePEqSRBxnkFQQJ8jUYXUqo7mSkbwuUHj1jz7pump",
"requests": 255,
"failures": 0,
"transferBytes": 138649,
"loadMs": 202.5,
"dclMs": 122.89999997615814,
"ttfbMs": 58.5,
"trpcCalls": 26,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/Cck21qHq33rezTeuQbPSvULXF2vLUTMErJwbPdUGpump",
"pathname": "/spot/1399811149/Cck21qHq33rezTeuQbPSvULXF2vLUTMErJwbPdUGpump",
"requests": 258,
"failures": 0,
"transferBytes": 137378,
"loadMs": 215.80000007152557,
"dclMs": 135.39999997615814,
"ttfbMs": 61.200000047683716,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/CQ4PZEmJkR8Zchhfp21fkoCAJuZiv2dhA4QfKqupump",
"pathname": "/spot/1399811149/CQ4PZEmJkR8Zchhfp21fkoCAJuZiv2dhA4QfKqupump",
"requests": 257,
"failures": 3,
"transferBytes": 138278,
"loadMs": 197.80000007152557,
"dclMs": 112,
"ttfbMs": 56.10000002384186,
"trpcCalls": 28,
"trpcFailures": 3,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0xbe535d034078e262f72c67020006a63e8c64592f",
"pathname": "/spot/8453/0xbe535d034078e262f72c67020006a63e8c64592f",
"requests": 260,
"failures": 5,
"transferBytes": 140222,
"loadMs": 196.89999997615814,
"dclMs": 117.10000002384186,
"ttfbMs": 53,
"trpcCalls": 30,
"trpcFailures": 5,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0xff0c532fdb8cd566ae169c1cb157ff2bdc83e105",
"pathname": "/spot/8453/0xff0c532fdb8cd566ae169c1cb157ff2bdc83e105",
"requests": 257,
"failures": 0,
"transferBytes": 137420,
"loadMs": 207,
"dclMs": 124.39999997615814,
"ttfbMs": 62.60000002384186,
"trpcCalls": 27,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/A9E2AopuG56LWYiXsvGLLTcLjUjQ539PY6k5Fhfepump",
"pathname": "/spot/1399811149/A9E2AopuG56LWYiXsvGLLTcLjUjQ539PY6k5Fhfepump",
"requests": 256,
"failures": 0,
"transferBytes": 137086,
"loadMs": 202.69999992847443,
"dclMs": 119.5,
"ttfbMs": 62.299999952316284,
"trpcCalls": 26,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/9BB6NFEcjBCtnNLFko2FqVQBq8HHM13kCyYcdQbgpump",
"pathname": "/spot/1399811149/9BB6NFEcjBCtnNLFko2FqVQBq8HHM13kCyYcdQbgpump",
"requests": 257,
"failures": 0,
"transferBytes": 154182,
"loadMs": 200.89999997615814,
"dclMs": 118.60000002384186,
"ttfbMs": 58,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/4TyZGqRLG3VcHTGMcLBoPUmqYitMVojXinAmkL8xpump",
"pathname": "/spot/1399811149/4TyZGqRLG3VcHTGMcLBoPUmqYitMVojXinAmkL8xpump",
"requests": 260,
"failures": 0,
"transferBytes": 150825,
"loadMs": 220,
"dclMs": 118.10000002384186,
"ttfbMs": 71.10000002384186,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 1
},
{
"url": "https://staging.azura.xyz/spot/1399811149/B79HpCzajp6XE41ezUoU8RwJqnfxS8oLsWcs4zQ2pump",
"pathname": "/spot/1399811149/B79HpCzajp6XE41ezUoU8RwJqnfxS8oLsWcs4zQ2pump",
"requests": 256,
"failures": 0,
"transferBytes": 137494,
"loadMs": 218.29999995231628,
"dclMs": 151.39999997615814,
"ttfbMs": 55.299999952316284,
"trpcCalls": 26,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/FyPDfX92B4uEk4zZouy96d1Kk1LgnCznBpzAFSsZpump",
"pathname": "/spot/1399811149/FyPDfX92B4uEk4zZouy96d1Kk1LgnCznBpzAFSsZpump",
"requests": 256,
"failures": 0,
"transferBytes": 137279,
"loadMs": 199,
"dclMs": 119.40000009536743,
"ttfbMs": 60.300000071525574,
"trpcCalls": 26,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0xd7b7861afbc78fc35418f95c3174acca2e8b1644",
"pathname": "/spot/8453/0xd7b7861afbc78fc35418f95c3174acca2e8b1644",
"requests": 257,
"failures": 2,
"transferBytes": 138614,
"loadMs": 204.90000009536743,
"dclMs": 142.40000009536743,
"ttfbMs": 48.90000009536743,
"trpcCalls": 28,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x0511df77e420c9c37b065ddb7973d0f81430a092",
"pathname": "/spot/1/0x0511df77e420c9c37b065ddb7973d0f81430a092",
"requests": 256,
"failures": 0,
"transferBytes": 137610,
"loadMs": 193.39999997615814,
"dclMs": 112,
"ttfbMs": 47.59999990463257,
"trpcCalls": 27,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x6982508145454ce325ddbe47a25d4ec3d2311933",
"pathname": "/spot/1/0x6982508145454ce325ddbe47a25d4ec3d2311933",
"requests": 256,
"failures": 2,
"transferBytes": 137749,
"loadMs": 199.39999997615814,
"dclMs": 114.10000002384186,
"ttfbMs": 51.89999997615814,
"trpcCalls": 26,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b",
"pathname": "/spot/8453/0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b",
"requests": 256,
"failures": 2,
"transferBytes": 139659,
"loadMs": 199.20000004768372,
"dclMs": 112.30000007152557,
"ttfbMs": 55.800000071525574,
"trpcCalls": 26,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x3ec2156d4c0a9cbdab4a016633b7bcf6a8d68ea2",
"pathname": "/spot/8453/0x3ec2156d4c0a9cbdab4a016633b7bcf6a8d68ea2",
"requests": 259,
"failures": 0,
"transferBytes": 144988,
"loadMs": 204.70000004768372,
"dclMs": 123.39999997615814,
"ttfbMs": 54,
"trpcCalls": 29,
"trpcFailures": 0,
"lateApiOver2s": 1
},
{
"url": "https://staging.azura.xyz/spot/42161/0x912ce59144191c1204e64559fe8253a0e49e6548",
"pathname": "/spot/42161/0x912ce59144191c1204e64559fe8253a0e49e6548",
"requests": 256,
"failures": 2,
"transferBytes": 139265,
"loadMs": 192.29999995231628,
"dclMs": 105.79999995231628,
"ttfbMs": 54.799999952316284,
"trpcCalls": 26,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x14fee680690900ba0cccfc76ad70fd1b95d10e16",
"pathname": "/spot/1/0x14fee680690900ba0cccfc76ad70fd1b95d10e16",
"requests": 256,
"failures": 0,
"transferBytes": 140167,
"loadMs": 226.20000004768372,
"dclMs": 124.5,
"ttfbMs": 62.799999952316284,
"trpcCalls": 27,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/a3W4qutoEJA4232T2gwZUfgYJTetr96pU4SJMwppump",
"pathname": "/spot/1399811149/a3W4qutoEJA4232T2gwZUfgYJTetr96pU4SJMwppump",
"requests": 258,
"failures": 0,
"transferBytes": 137592,
"loadMs": 191.5,
"dclMs": 107.60000002384186,
"ttfbMs": 48.700000047683716,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x22af33fe49fd1fa80c7149773dde5890d3c76f3b",
"pathname": "/spot/8453/0x22af33fe49fd1fa80c7149773dde5890d3c76f3b",
"requests": 255,
"failures": 2,
"transferBytes": 124146,
"loadMs": 219,
"dclMs": 153.70000004768372,
"ttfbMs": 73.60000002384186,
"trpcCalls": 28,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xf94e7d0710709388bce3161c32b4eea56d3f91cc",
"pathname": "/spot/1/0xf94e7d0710709388bce3161c32b4eea56d3f91cc",
"requests": 257,
"failures": 0,
"transferBytes": 137790,
"loadMs": 201.5,
"dclMs": 120.10000002384186,
"ttfbMs": 59.39999997615814,
"trpcCalls": 27,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/FeR8VBqNRSUD5NtXAj2n3j1dAHkZHfyDktKuLXD4pump",
"pathname": "/spot/1399811149/FeR8VBqNRSUD5NtXAj2n3j1dAHkZHfyDktKuLXD4pump",
"requests": 257,
"failures": 0,
"transferBytes": 139479,
"loadMs": 199.5,
"dclMs": 109.59999990463257,
"ttfbMs": 47.699999928474426,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/98sMhvDwXj1RQi5c5Mndm3vPe9cBqPrbLaufMXFNMh5g",
"pathname": "/spot/1399811149/98sMhvDwXj1RQi5c5Mndm3vPe9cBqPrbLaufMXFNMh5g",
"requests": 252,
"failures": 0,
"transferBytes": 123592,
"loadMs": 181,
"dclMs": 114,
"ttfbMs": 52.39999997615814,
"trpcCalls": 24,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/CmgJ1PobhUqB7MEa8qDkiG2TUpMTskWj8d9JeZWSpump",
"pathname": "/spot/1399811149/CmgJ1PobhUqB7MEa8qDkiG2TUpMTskWj8d9JeZWSpump",
"requests": 258,
"failures": 0,
"transferBytes": 139092,
"loadMs": 205.80000007152557,
"dclMs": 120.70000004768372,
"ttfbMs": 68.10000002384186,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xcb20b537f5df50bccc00fe6a8eb4d57b14a89a03",
"pathname": "/spot/1/0xcb20b537f5df50bccc00fe6a8eb4d57b14a89a03",
"requests": 256,
"failures": 0,
"transferBytes": 139161,
"loadMs": 199.5,
"dclMs": 138.59999990463257,
"ttfbMs": 54.09999990463257,
"trpcCalls": 27,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x0359682f710efbb64a185d7723bb089fdf571bb8",
"pathname": "/spot/8453/0x0359682f710efbb64a185d7723bb089fdf571bb8",
"requests": 253,
"failures": 0,
"transferBytes": 138881,
"loadMs": 193.30000007152557,
"dclMs": 111.39999997615814,
"ttfbMs": 54.200000047683716,
"trpcCalls": 23,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/HNg5PYJmtqcmzXrv6S9zP1CDKk5BgDuyFBxbvNApump",
"pathname": "/spot/1399811149/HNg5PYJmtqcmzXrv6S9zP1CDKk5BgDuyFBxbvNApump",
"requests": 257,
"failures": 0,
"transferBytes": 137197,
"loadMs": 196,
"dclMs": 130.60000002384186,
"ttfbMs": 51.199999928474426,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/G4zwEA9NSd3nMBbEj31MMPq2853Brx2oGsKzex3ebonk",
"pathname": "/spot/1399811149/G4zwEA9NSd3nMBbEj31MMPq2853Brx2oGsKzex3ebonk",
"requests": 257,
"failures": 0,
"transferBytes": 137456,
"loadMs": 194.70000004768372,
"dclMs": 111.70000004768372,
"ttfbMs": 57.60000002384186,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/Dfh5DzRgSvvCFDoYc2ciTkMrbDfRKybA4SoFbPmApump",
"pathname": "/spot/1399811149/Dfh5DzRgSvvCFDoYc2ciTkMrbDfRKybA4SoFbPmApump",
"requests": 257,
"failures": 0,
"transferBytes": 137224,
"loadMs": 192.69999992847443,
"dclMs": 106.39999997615814,
"ttfbMs": 52.799999952316284,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xcf91b70017eabde82c9671e30e5502d312ea6eb2",
"pathname": "/spot/1/0xcf91b70017eabde82c9671e30e5502d312ea6eb2",
"requests": 256,
"failures": 0,
"transferBytes": 138342,
"loadMs": 180,
"dclMs": 97.89999997615814,
"ttfbMs": 43.39999997615814,
"trpcCalls": 27,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xf28ec18f3e937cdf244b2240969a8f4acc7c89c4",
"pathname": "/spot/1/0xf28ec18f3e937cdf244b2240969a8f4acc7c89c4",
"requests": 259,
"failures": 5,
"transferBytes": 140464,
"loadMs": 204.5,
"dclMs": 121.20000004768372,
"ttfbMs": 53.200000047683716,
"trpcCalls": 30,
"trpcFailures": 5,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0xf43eb8de897fbc7f2502483b2bef7bb9ea179229",
"pathname": "/spot/8453/0xf43eb8de897fbc7f2502483b2bef7bb9ea179229",
"requests": 254,
"failures": 0,
"transferBytes": 138167,
"loadMs": 189.80000007152557,
"dclMs": 110.10000002384186,
"ttfbMs": 48.40000009536743,
"trpcCalls": 25,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/7eMJmn1bYWSQEwxAX7CyngBzGNGu1cT582asKxxRpump",
"pathname": "/spot/1399811149/7eMJmn1bYWSQEwxAX7CyngBzGNGu1cT582asKxxRpump",
"requests": 260,
"failures": 3,
"transferBytes": 139279,
"loadMs": 203.60000002384186,
"dclMs": 122.30000007152557,
"ttfbMs": 54.10000002384186,
"trpcCalls": 30,
"trpcFailures": 3,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0xb3b32f9f8827d4634fe7d973fa1034ec9fddb3b3",
"pathname": "/spot/8453/0xb3b32f9f8827d4634fe7d973fa1034ec9fddb3b3",
"requests": 257,
"failures": 2,
"transferBytes": 144562,
"loadMs": 184,
"dclMs": 98.5,
"ttfbMs": 47.200000047683716,
"trpcCalls": 28,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/Ce2gx9KGXJ6C9Mp5b5x1sn9Mg87JwEbrQby4Zqo3pump",
"pathname": "/spot/1399811149/Ce2gx9KGXJ6C9Mp5b5x1sn9Mg87JwEbrQby4Zqo3pump",
"requests": 258,
"failures": 0,
"transferBytes": 138356,
"loadMs": 198.5,
"dclMs": 113.79999995231628,
"ttfbMs": 52.60000002384186,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x1217bfe6c773eec6cc4a38b5dc45b92292b6e189",
"pathname": "/spot/8453/0x1217bfe6c773eec6cc4a38b5dc45b92292b6e189",
"requests": 253,
"failures": 0,
"transferBytes": 137264,
"loadMs": 181.70000004768372,
"dclMs": 118.20000004768372,
"ttfbMs": 43.89999997615814,
"trpcCalls": 23,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x514910771af9ca656af840dff83e8264ecf986ca",
"pathname": "/spot/1/0x514910771af9ca656af840dff83e8264ecf986ca",
"requests": 257,
"failures": 2,
"transferBytes": 144577,
"loadMs": 206.29999995231628,
"dclMs": 122.60000002384186,
"ttfbMs": 56.699999928474426,
"trpcCalls": 28,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/42161/0x25118290e6a5f4139381d072181157035864099d",
"pathname": "/spot/42161/0x25118290e6a5f4139381d072181157035864099d",
"requests": 255,
"failures": 0,
"transferBytes": 138355,
"loadMs": 205,
"dclMs": 118.60000002384186,
"ttfbMs": 55,
"trpcCalls": 27,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18",
"pathname": "/spot/1/0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18",
"requests": 257,
"failures": 0,
"transferBytes": 138308,
"loadMs": 177.39999997615814,
"dclMs": 96.29999995231628,
"ttfbMs": 45.699999928474426,
"trpcCalls": 27,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x1111111111166b7fe7bd91427724b487980afc69",
"pathname": "/spot/8453/0x1111111111166b7fe7bd91427724b487980afc69",
"requests": 257,
"failures": 2,
"transferBytes": 139207,
"loadMs": 193.5,
"dclMs": 102.39999997615814,
"ttfbMs": 48.5,
"trpcCalls": 28,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
"pathname": "/spot/1/0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
"requests": 257,
"failures": 2,
"transferBytes": 138501,
"loadMs": 264.7999999523163,
"dclMs": 181.69999992847443,
"ttfbMs": 80.19999992847443,
"trpcCalls": 28,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x3d01fe5a38ddbd307fdd635b4cb0e29681226d6f",
"pathname": "/spot/8453/0x3d01fe5a38ddbd307fdd635b4cb0e29681226d6f",
"requests": 257,
"failures": 0,
"transferBytes": 138261,
"loadMs": 311.39999997615814,
"dclMs": 242.89999997615814,
"ttfbMs": 81.60000002384186,
"trpcCalls": 27,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/4daoTLufDmV3ods48Zh8rymaZKBLtgEvuH9qALYLbonk",
"pathname": "/spot/1399811149/4daoTLufDmV3ods48Zh8rymaZKBLtgEvuH9qALYLbonk",
"requests": 258,
"failures": 0,
"transferBytes": 139101,
"loadMs": 344.1999999284744,
"dclMs": 265.10000002384186,
"ttfbMs": 81.89999997615814,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x52b492a33e447cdb854c7fc19f1e57e8bfa1777d",
"pathname": "/spot/8453/0x52b492a33e447cdb854c7fc19f1e57e8bfa1777d",
"requests": 256,
"failures": 0,
"transferBytes": 137878,
"loadMs": 271.5,
"dclMs": 209.5,
"ttfbMs": 66.70000004768372,
"trpcCalls": 27,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/E9uUgGXJ77AVmaqVhN544oz644VUPBGU6r4qUaeppump",
"pathname": "/spot/1399811149/E9uUgGXJ77AVmaqVhN544oz644VUPBGU6r4qUaeppump",
"requests": 258,
"failures": 0,
"transferBytes": 137465,
"loadMs": 261.60000002384186,
"dclMs": 183.70000004768372,
"ttfbMs": 66.90000009536743,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x940181a94a35a4569e4529a3cdfb74e38fd98631",
"pathname": "/spot/8453/0x940181a94a35a4569e4529a3cdfb74e38fd98631",
"requests": 257,
"failures": 3,
"transferBytes": 140041,
"loadMs": 277.7000000476837,
"dclMs": 198.30000007152557,
"ttfbMs": 64.10000002384186,
"trpcCalls": 27,
"trpcFailures": 3,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/Gka1TQEevBbVw4W9K15ER96ZzKByMTb6TBMQzWFEpump",
"pathname": "/spot/1399811149/Gka1TQEevBbVw4W9K15ER96ZzKByMTb6TBMQzWFEpump",
"requests": 257,
"failures": 0,
"transferBytes": 137172,
"loadMs": 229.10000002384186,
"dclMs": 141.10000002384186,
"ttfbMs": 71.20000004768372,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xfaba6f8e4a5e8ab82f62fe7c39859fa577269be3",
"pathname": "/spot/1/0xfaba6f8e4a5e8ab82f62fe7c39859fa577269be3",
"requests": 257,
"failures": 0,
"transferBytes": 138797,
"loadMs": 261.89999997615814,
"dclMs": 160.89999997615814,
"ttfbMs": 83.89999997615814,
"trpcCalls": 27,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x624e2e7fdc8903165f64891672267ab0fcb98831",
"pathname": "/spot/8453/0x624e2e7fdc8903165f64891672267ab0fcb98831",
"requests": 258,
"failures": 2,
"transferBytes": 137889,
"loadMs": 301.7999999523163,
"dclMs": 225.69999992847443,
"ttfbMs": 84.79999995231628,
"trpcCalls": 28,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xaaee1a9723aadb7afa2810263653a34ba2c21c7a",
"pathname": "/spot/1/0xaaee1a9723aadb7afa2810263653a34ba2c21c7a",
"requests": 257,
"failures": 0,
"transferBytes": 137424,
"loadMs": 232.5,
"dclMs": 137.10000002384186,
"ttfbMs": 63.39999997615814,
"trpcCalls": 27,
"trpcFailures": 0,
"lateApiOver2s": 0
}
],
"topProcedures": [
{
"procedure": "v1.tokens.getSecurity",
"count": 178,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 146.827,
"routeCount": 51,
"statuses": {
"200": 178
}
},
{
"procedure": "v1.trades.initialTrades",
"count": 100,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 50,
"statuses": {
"200": 100
}
},
{
"procedure": "v2.twitter.getProfile",
"count": 93,
"failures": 12,
"failureRate": 0.12903225806451613,
"p95WaitMs": 158.36599999999999,
"routeCount": 46,
"statuses": {
"200": 81,
"500": 12
}
},
{
"procedure": "v2.tokens.getPastTwitterUsernames",
"count": 85,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 46,
"statuses": {
"200": 85
}
},
{
"procedure": "v2.orders.quote",
"count": 65,
"failures": 27,
"failureRate": 0.4153846153846154,
"p95WaitMs": 165.769,
"routeCount": 50,
"statuses": {
"200": 38,
"500": 27
}
},
{
"procedure": "v2.markets.hyperliquidAssets",
"count": 55,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 55,
"statuses": {
"200": 55
}
},
{
"procedure": "v2.tokens.getTopHolders",
"count": 52,
"failures": 3,
"failureRate": 0.057692307692307696,
"p95WaitMs": 54.741,
"routeCount": 50,
"statuses": {
"200": 49,
"404": 3
}
},
{
"procedure": "v2.tokens.getStats",
"count": 50,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 72.56299999999999,
"routeCount": 50,
"statuses": {
"200": 50
}
},
{
"procedure": "v2.tokens.getMetadata",
"count": 50,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 50,
"statuses": {
"200": 50
}
},
{
"procedure": "v1.tokens.getLaunchpad",
"count": 50,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 50,
"statuses": {
"200": 50
}
},
{
"procedure": "v2.tokens.getBars",
"count": 50,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 50,
"statuses": {
"200": 50
}
},
{
"procedure": "v2.markets.getDevTrades",
"count": 50,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 50,
"statuses": {
"200": 50
}
},
{
"procedure": "v2.tokens.getNativePrice",
"count": 22,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 22,
"statuses": {
"200": 22
}
},
{
"procedure": "v2.twitter.getCommunity",
"count": 13,
"failures": 3,
"failureRate": 0.23076923076923078,
"p95WaitMs": 156.926,
"routeCount": 7,
"statuses": {
"200": 10,
"500": 3
}
},
{
"procedure": "v2.twitter.getPost",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 38.018,
"routeCount": 4,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.markets.newPairScanner.getMarketCapSparkline",
"count": 6,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 6
}
},
{
"procedure": "v2.markets.spotExplorer.getTokens",
"count": 4,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 3,
"statuses": {
"200": 4
}
},
{
"procedure": "v1.tokens.getSecurityBatch",
"count": 3,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 58.541,
"routeCount": 1,
"statuses": {
"200": 3
}
},
{
"procedure": "v2.markets.newPairScanner.initialDataTalos",
"count": 1,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 1
}
}
]
},
{
"runId": "2026-04-15T19-13-10",
"label": "mega-full-cold-2",
"routeCount": 55,
"totalRequests": 14365,
"totalFailures": 50,
"trpcCalls": 1722,
"trpcOptions": 861,
"trpcNonOptions": 861,
"trpcPreflightRatio": 0.5,
"scope": {
"requests": 310,
"loadMs": 265.3000000715256,
"lateApiOver2s": 6,
"trpcCalls": 72,
"trpcFailures": 5
},
"routes": [
{
"url": "https://staging.azura.xyz/markets/spot",
"pathname": "/markets/spot",
"requests": 296,
"failures": 0,
"transferBytes": 4543448,
"loadMs": 223.79999995231628,
"dclMs": 179.79999995231628,
"ttfbMs": 78.5,
"trpcCalls": 58,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/markets/spot/trending",
"pathname": "/markets/spot/trending",
"requests": 296,
"failures": 0,
"transferBytes": 4564368,
"loadMs": 214.19999992847443,
"dclMs": 164.89999997615814,
"ttfbMs": 61.199999928474426,
"trpcCalls": 58,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/markets/spot/all-coins",
"pathname": "/markets/spot/all-coins",
"requests": 306,
"failures": 3,
"transferBytes": 5097008,
"loadMs": 207,
"dclMs": 169.59999990463257,
"ttfbMs": 61.699999928474426,
"trpcCalls": 60,
"trpcFailures": 3,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/scope",
"pathname": "/scope",
"requests": 310,
"failures": 5,
"transferBytes": 4556102,
"loadMs": 265.3000000715256,
"dclMs": 194,
"ttfbMs": 93.20000004768372,
"trpcCalls": 72,
"trpcFailures": 5,
"lateApiOver2s": 6
},
{
"url": "https://staging.azura.xyz/markets/pair-scanner",
"pathname": "/markets/pair-scanner",
"requests": 183,
"failures": 1,
"transferBytes": 4449882,
"loadMs": 139.89999997615814,
"dclMs": 103.39999997615814,
"ttfbMs": 40.5,
"trpcCalls": 2,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/5zCETicUCJqJ5Z3wbfFPZqtSpHPYqnggs1wX7ZRpump",
"pathname": "/spot/1399811149/5zCETicUCJqJ5Z3wbfFPZqtSpHPYqnggs1wX7ZRpump",
"requests": 264,
"failures": 3,
"transferBytes": 4737190,
"loadMs": 209.39999997615814,
"dclMs": 164.80000007152557,
"ttfbMs": 76.10000002384186,
"trpcCalls": 34,
"trpcFailures": 3,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/7qQnePEqSRBxnkFQQJ8jUYXUqo7mSkbwuUHj1jz7pump",
"pathname": "/spot/1399811149/7qQnePEqSRBxnkFQQJ8jUYXUqo7mSkbwuUHj1jz7pump",
"requests": 258,
"failures": 0,
"transferBytes": 4745089,
"loadMs": 275.7000000476837,
"dclMs": 222.5,
"ttfbMs": 78.89999997615814,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/Cck21qHq33rezTeuQbPSvULXF2vLUTMErJwbPdUGpump",
"pathname": "/spot/1399811149/Cck21qHq33rezTeuQbPSvULXF2vLUTMErJwbPdUGpump",
"requests": 260,
"failures": 0,
"transferBytes": 4736448,
"loadMs": 249.59999990463257,
"dclMs": 202.89999997615814,
"ttfbMs": 75.19999992847443,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/CQ4PZEmJkR8Zchhfp21fkoCAJuZiv2dhA4QfKqupump",
"pathname": "/spot/1399811149/CQ4PZEmJkR8Zchhfp21fkoCAJuZiv2dhA4QfKqupump",
"requests": 262,
"failures": 3,
"transferBytes": 4756230,
"loadMs": 278.1999999284744,
"dclMs": 227,
"ttfbMs": 73.39999997615814,
"trpcCalls": 32,
"trpcFailures": 3,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0xbe535d034078e262f72c67020006a63e8c64592f",
"pathname": "/spot/8453/0xbe535d034078e262f72c67020006a63e8c64592f",
"requests": 264,
"failures": 5,
"transferBytes": 4735182,
"loadMs": 270.5,
"dclMs": 220.70000004768372,
"ttfbMs": 102.80000007152557,
"trpcCalls": 34,
"trpcFailures": 5,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0xff0c532fdb8cd566ae169c1cb157ff2bdc83e105",
"pathname": "/spot/8453/0xff0c532fdb8cd566ae169c1cb157ff2bdc83e105",
"requests": 258,
"failures": 0,
"transferBytes": 4734969,
"loadMs": 275.59999990463257,
"dclMs": 207,
"ttfbMs": 81.79999995231628,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/A9E2AopuG56LWYiXsvGLLTcLjUjQ539PY6k5Fhfepump",
"pathname": "/spot/1399811149/A9E2AopuG56LWYiXsvGLLTcLjUjQ539PY6k5Fhfepump",
"requests": 258,
"failures": 0,
"transferBytes": 4733543,
"loadMs": 231.60000002384186,
"dclMs": 183.89999997615814,
"ttfbMs": 62.60000002384186,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/9BB6NFEcjBCtnNLFko2FqVQBq8HHM13kCyYcdQbgpump",
"pathname": "/spot/1399811149/9BB6NFEcjBCtnNLFko2FqVQBq8HHM13kCyYcdQbgpump",
"requests": 260,
"failures": 0,
"transferBytes": 4754734,
"loadMs": 209.59999990463257,
"dclMs": 129.59999990463257,
"ttfbMs": 66.09999990463257,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/4TyZGqRLG3VcHTGMcLBoPUmqYitMVojXinAmkL8xpump",
"pathname": "/spot/1399811149/4TyZGqRLG3VcHTGMcLBoPUmqYitMVojXinAmkL8xpump",
"requests": 262,
"failures": 0,
"transferBytes": 4733339,
"loadMs": 204.19999992847443,
"dclMs": 164.89999997615814,
"ttfbMs": 65,
"trpcCalls": 32,
"trpcFailures": 0,
"lateApiOver2s": 1
},
{
"url": "https://staging.azura.xyz/spot/1399811149/B79HpCzajp6XE41ezUoU8RwJqnfxS8oLsWcs4zQ2pump",
"pathname": "/spot/1399811149/B79HpCzajp6XE41ezUoU8RwJqnfxS8oLsWcs4zQ2pump",
"requests": 259,
"failures": 0,
"transferBytes": 4754666,
"loadMs": 271.10000002384186,
"dclMs": 226.79999995231628,
"ttfbMs": 69.10000002384186,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/FyPDfX92B4uEk4zZouy96d1Kk1LgnCznBpzAFSsZpump",
"pathname": "/spot/1399811149/FyPDfX92B4uEk4zZouy96d1Kk1LgnCznBpzAFSsZpump",
"requests": 258,
"failures": 0,
"transferBytes": 4744897,
"loadMs": 206.89999997615814,
"dclMs": 173,
"ttfbMs": 65.5,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0xd7b7861afbc78fc35418f95c3174acca2e8b1644",
"pathname": "/spot/8453/0xd7b7861afbc78fc35418f95c3174acca2e8b1644",
"requests": 260,
"failures": 2,
"transferBytes": 4736547,
"loadMs": 281.60000002384186,
"dclMs": 208.60000002384186,
"ttfbMs": 52.200000047683716,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x0511df77e420c9c37b065ddb7973d0f81430a092",
"pathname": "/spot/1/0x0511df77e420c9c37b065ddb7973d0f81430a092",
"requests": 258,
"failures": 0,
"transferBytes": 4734266,
"loadMs": 219,
"dclMs": 167.10000002384186,
"ttfbMs": 69.10000002384186,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x6982508145454ce325ddbe47a25d4ec3d2311933",
"pathname": "/spot/1/0x6982508145454ce325ddbe47a25d4ec3d2311933",
"requests": 260,
"failures": 2,
"transferBytes": 4736546,
"loadMs": 263,
"dclMs": 240.29999995231628,
"ttfbMs": 94.79999995231628,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b",
"pathname": "/spot/8453/0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b",
"requests": 260,
"failures": 2,
"transferBytes": 4733598,
"loadMs": 227.5,
"dclMs": 195,
"ttfbMs": 64.10000002384186,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x3ec2156d4c0a9cbdab4a016633b7bcf6a8d68ea2",
"pathname": "/spot/8453/0x3ec2156d4c0a9cbdab4a016633b7bcf6a8d68ea2",
"requests": 260,
"failures": 0,
"transferBytes": 4735060,
"loadMs": 251.39999997615814,
"dclMs": 187.5,
"ttfbMs": 73,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/42161/0x912ce59144191c1204e64559fe8253a0e49e6548",
"pathname": "/spot/42161/0x912ce59144191c1204e64559fe8253a0e49e6548",
"requests": 260,
"failures": 2,
"transferBytes": 4736434,
"loadMs": 235.20000004768372,
"dclMs": 182.70000004768372,
"ttfbMs": 77.5,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x14fee680690900ba0cccfc76ad70fd1b95d10e16",
"pathname": "/spot/1/0x14fee680690900ba0cccfc76ad70fd1b95d10e16",
"requests": 258,
"failures": 0,
"transferBytes": 4733562,
"loadMs": 284.6999999284744,
"dclMs": 203.59999990463257,
"ttfbMs": 77.19999992847443,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/a3W4qutoEJA4232T2gwZUfgYJTetr96pU4SJMwppump",
"pathname": "/spot/1399811149/a3W4qutoEJA4232T2gwZUfgYJTetr96pU4SJMwppump",
"requests": 262,
"failures": 0,
"transferBytes": 4735140,
"loadMs": 222.89999997615814,
"dclMs": 138.5,
"ttfbMs": 75.79999995231628,
"trpcCalls": 32,
"trpcFailures": 0,
"lateApiOver2s": 1
},
{
"url": "https://staging.azura.xyz/spot/8453/0x22af33fe49fd1fa80c7149773dde5890d3c76f3b",
"pathname": "/spot/8453/0x22af33fe49fd1fa80c7149773dde5890d3c76f3b",
"requests": 261,
"failures": 2,
"transferBytes": 4756813,
"loadMs": 224.09999990463257,
"dclMs": 180.79999995231628,
"ttfbMs": 61.799999952316284,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xf94e7d0710709388bce3161c32b4eea56d3f91cc",
"pathname": "/spot/1/0xf94e7d0710709388bce3161c32b4eea56d3f91cc",
"requests": 258,
"failures": 0,
"transferBytes": 4742384,
"loadMs": 244.20000004768372,
"dclMs": 188.60000002384186,
"ttfbMs": 68,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/FeR8VBqNRSUD5NtXAj2n3j1dAHkZHfyDktKuLXD4pump",
"pathname": "/spot/1399811149/FeR8VBqNRSUD5NtXAj2n3j1dAHkZHfyDktKuLXD4pump",
"requests": 260,
"failures": 0,
"transferBytes": 4733309,
"loadMs": 217.60000002384186,
"dclMs": 170.19999992847443,
"ttfbMs": 60.199999928474426,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/98sMhvDwXj1RQi5c5Mndm3vPe9cBqPrbLaufMXFNMh5g",
"pathname": "/spot/1399811149/98sMhvDwXj1RQi5c5Mndm3vPe9cBqPrbLaufMXFNMh5g",
"requests": 256,
"failures": 0,
"transferBytes": 4754469,
"loadMs": 224.70000004768372,
"dclMs": 173.5,
"ttfbMs": 67,
"trpcCalls": 26,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/CmgJ1PobhUqB7MEa8qDkiG2TUpMTskWj8d9JeZWSpump",
"pathname": "/spot/1399811149/CmgJ1PobhUqB7MEa8qDkiG2TUpMTskWj8d9JeZWSpump",
"requests": 260,
"failures": 0,
"transferBytes": 4735436,
"loadMs": 258.5,
"dclMs": 188.19999992847443,
"ttfbMs": 74.29999995231628,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xcb20b537f5df50bccc00fe6a8eb4d57b14a89a03",
"pathname": "/spot/1/0xcb20b537f5df50bccc00fe6a8eb4d57b14a89a03",
"requests": 258,
"failures": 0,
"transferBytes": 4734006,
"loadMs": 233.89999997615814,
"dclMs": 207.89999997615814,
"ttfbMs": 76.10000002384186,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x0359682f710efbb64a185d7723bb089fdf571bb8",
"pathname": "/spot/8453/0x0359682f710efbb64a185d7723bb089fdf571bb8",
"requests": 254,
"failures": 0,
"transferBytes": 4733751,
"loadMs": 202.10000002384186,
"dclMs": 160.5,
"ttfbMs": 52.60000002384186,
"trpcCalls": 24,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/HNg5PYJmtqcmzXrv6S9zP1CDKk5BgDuyFBxbvNApump",
"pathname": "/spot/1399811149/HNg5PYJmtqcmzXrv6S9zP1CDKk5BgDuyFBxbvNApump",
"requests": 260,
"failures": 0,
"transferBytes": 4736023,
"loadMs": 246.19999992847443,
"dclMs": 225.29999995231628,
"ttfbMs": 76.10000002384186,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/G4zwEA9NSd3nMBbEj31MMPq2853Brx2oGsKzex3ebonk",
"pathname": "/spot/1399811149/G4zwEA9NSd3nMBbEj31MMPq2853Brx2oGsKzex3ebonk",
"requests": 260,
"failures": 0,
"transferBytes": 4734601,
"loadMs": 210.39999997615814,
"dclMs": 136.59999990463257,
"ttfbMs": 79.89999997615814,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/Dfh5DzRgSvvCFDoYc2ciTkMrbDfRKybA4SoFbPmApump",
"pathname": "/spot/1399811149/Dfh5DzRgSvvCFDoYc2ciTkMrbDfRKybA4SoFbPmApump",
"requests": 260,
"failures": 0,
"transferBytes": 4733487,
"loadMs": 184,
"dclMs": 143.60000002384186,
"ttfbMs": 67.70000004768372,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xcf91b70017eabde82c9671e30e5502d312ea6eb2",
"pathname": "/spot/1/0xcf91b70017eabde82c9671e30e5502d312ea6eb2",
"requests": 258,
"failures": 0,
"transferBytes": 4733834,
"loadMs": 233.39999997615814,
"dclMs": 187,
"ttfbMs": 67.59999990463257,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xf28ec18f3e937cdf244b2240969a8f4acc7c89c4",
"pathname": "/spot/1/0xf28ec18f3e937cdf244b2240969a8f4acc7c89c4",
"requests": 264,
"failures": 5,
"transferBytes": 4737181,
"loadMs": 217.30000007152557,
"dclMs": 181.30000007152557,
"ttfbMs": 71.60000002384186,
"trpcCalls": 34,
"trpcFailures": 5,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0xf43eb8de897fbc7f2502483b2bef7bb9ea179229",
"pathname": "/spot/8453/0xf43eb8de897fbc7f2502483b2bef7bb9ea179229",
"requests": 258,
"failures": 0,
"transferBytes": 4734497,
"loadMs": 230.5,
"dclMs": 186.79999995231628,
"ttfbMs": 73.29999995231628,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/7eMJmn1bYWSQEwxAX7CyngBzGNGu1cT582asKxxRpump",
"pathname": "/spot/1399811149/7eMJmn1bYWSQEwxAX7CyngBzGNGu1cT582asKxxRpump",
"requests": 264,
"failures": 3,
"transferBytes": 4737531,
"loadMs": 309.2999999523163,
"dclMs": 252.89999997615814,
"ttfbMs": 70.60000002384186,
"trpcCalls": 34,
"trpcFailures": 3,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0xb3b32f9f8827d4634fe7d973fa1034ec9fddb3b3",
"pathname": "/spot/8453/0xb3b32f9f8827d4634fe7d973fa1034ec9fddb3b3",
"requests": 260,
"failures": 2,
"transferBytes": 4735869,
"loadMs": 250,
"dclMs": 177.40000009536743,
"ttfbMs": 55.60000002384186,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/Ce2gx9KGXJ6C9Mp5b5x1sn9Mg87JwEbrQby4Zqo3pump",
"pathname": "/spot/1399811149/Ce2gx9KGXJ6C9Mp5b5x1sn9Mg87JwEbrQby4Zqo3pump",
"requests": 260,
"failures": 0,
"transferBytes": 4735951,
"loadMs": 202.79999995231628,
"dclMs": 165,
"ttfbMs": 68.60000002384186,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x1217bfe6c773eec6cc4a38b5dc45b92292b6e189",
"pathname": "/spot/8453/0x1217bfe6c773eec6cc4a38b5dc45b92292b6e189",
"requests": 254,
"failures": 0,
"transferBytes": 4734899,
"loadMs": 269.59999990463257,
"dclMs": 221.5,
"ttfbMs": 69.19999992847443,
"trpcCalls": 24,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x514910771af9ca656af840dff83e8264ecf986ca",
"pathname": "/spot/1/0x514910771af9ca656af840dff83e8264ecf986ca",
"requests": 260,
"failures": 2,
"transferBytes": 4745035,
"loadMs": 260.8000000715256,
"dclMs": 166.89999997615814,
"ttfbMs": 62.800000071525574,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/42161/0x25118290e6a5f4139381d072181157035864099d",
"pathname": "/spot/42161/0x25118290e6a5f4139381d072181157035864099d",
"requests": 258,
"failures": 0,
"transferBytes": 4734325,
"loadMs": 222.09999990463257,
"dclMs": 177.89999997615814,
"ttfbMs": 67.19999992847443,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18",
"pathname": "/spot/1/0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18",
"requests": 258,
"failures": 0,
"transferBytes": 4733887,
"loadMs": 230.29999995231628,
"dclMs": 175.10000002384186,
"ttfbMs": 69.39999997615814,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x1111111111166b7fe7bd91427724b487980afc69",
"pathname": "/spot/8453/0x1111111111166b7fe7bd91427724b487980afc69",
"requests": 260,
"failures": 2,
"transferBytes": 4735347,
"loadMs": 238.89999997615814,
"dclMs": 195.19999992847443,
"ttfbMs": 57.60000002384186,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
"pathname": "/spot/1/0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
"requests": 260,
"failures": 2,
"transferBytes": 4734356,
"loadMs": 635.8000000715256,
"dclMs": 601.8000000715256,
"ttfbMs": 539.2000000476837,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x3d01fe5a38ddbd307fdd635b4cb0e29681226d6f",
"pathname": "/spot/8453/0x3d01fe5a38ddbd307fdd635b4cb0e29681226d6f",
"requests": 258,
"failures": 0,
"transferBytes": 4734649,
"loadMs": 167.39999997615814,
"dclMs": 133.19999992847443,
"ttfbMs": 77.5,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/4daoTLufDmV3ods48Zh8rymaZKBLtgEvuH9qALYLbonk",
"pathname": "/spot/1399811149/4daoTLufDmV3ods48Zh8rymaZKBLtgEvuH9qALYLbonk",
"requests": 260,
"failures": 0,
"transferBytes": 4735095,
"loadMs": 159.90000009536743,
"dclMs": 119.20000004768372,
"ttfbMs": 55.700000047683716,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x52b492a33e447cdb854c7fc19f1e57e8bfa1777d",
"pathname": "/spot/8453/0x52b492a33e447cdb854c7fc19f1e57e8bfa1777d",
"requests": 258,
"failures": 0,
"transferBytes": 4752034,
"loadMs": 145.30000007152557,
"dclMs": 111.10000002384186,
"ttfbMs": 59.90000009536743,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/E9uUgGXJ77AVmaqVhN544oz644VUPBGU6r4qUaeppump",
"pathname": "/spot/1399811149/E9uUgGXJ77AVmaqVhN544oz644VUPBGU6r4qUaeppump",
"requests": 260,
"failures": 0,
"transferBytes": 4736372,
"loadMs": 184.5,
"dclMs": 145,
"ttfbMs": 90.79999995231628,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x940181a94a35a4569e4529a3cdfb74e38fd98631",
"pathname": "/spot/8453/0x940181a94a35a4569e4529a3cdfb74e38fd98631",
"requests": 260,
"failures": 2,
"transferBytes": 4743178,
"loadMs": 155.09999990463257,
"dclMs": 121.59999990463257,
"ttfbMs": 55.199999928474426,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1399811149/Gka1TQEevBbVw4W9K15ER96ZzKByMTb6TBMQzWFEpump",
"pathname": "/spot/1399811149/Gka1TQEevBbVw4W9K15ER96ZzKByMTb6TBMQzWFEpump",
"requests": 260,
"failures": 0,
"transferBytes": 4734852,
"loadMs": 167.39999997615814,
"dclMs": 129.29999995231628,
"ttfbMs": 70.79999995231628,
"trpcCalls": 30,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xfaba6f8e4a5e8ab82f62fe7c39859fa577269be3",
"pathname": "/spot/1/0xfaba6f8e4a5e8ab82f62fe7c39859fa577269be3",
"requests": 258,
"failures": 0,
"transferBytes": 4749653,
"loadMs": 178.70000004768372,
"dclMs": 133.60000002384186,
"ttfbMs": 57.10000002384186,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/8453/0x624e2e7fdc8903165f64891672267ab0fcb98831",
"pathname": "/spot/8453/0x624e2e7fdc8903165f64891672267ab0fcb98831",
"requests": 260,
"failures": 2,
"transferBytes": 4751618,
"loadMs": 210.30000007152557,
"dclMs": 163.80000007152557,
"ttfbMs": 79.80000007152557,
"trpcCalls": 30,
"trpcFailures": 2,
"lateApiOver2s": 0
},
{
"url": "https://staging.azura.xyz/spot/1/0xaaee1a9723aadb7afa2810263653a34ba2c21c7a",
"pathname": "/spot/1/0xaaee1a9723aadb7afa2810263653a34ba2c21c7a",
"requests": 258,
"failures": 0,
"transferBytes": 4734568,
"loadMs": 148.79999995231628,
"dclMs": 103.89999997615814,
"ttfbMs": 55.89999997615814,
"trpcCalls": 28,
"trpcFailures": 0,
"lateApiOver2s": 0
}
],
"topProcedures": [
{
"procedure": "v1.tokens.getSecurity",
"count": 105,
"failures": 5,
"failureRate": 0.047619047619047616,
"p95WaitMs": 0,
"routeCount": 51,
"statuses": {
"200": 100,
"500": 5
}
},
{
"procedure": "v1.trades.initialTrades",
"count": 100,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 50,
"statuses": {
"200": 100
}
},
{
"procedure": "v2.twitter.getProfile",
"count": 92,
"failures": 12,
"failureRate": 0.13043478260869565,
"p95WaitMs": 146.155,
"routeCount": 46,
"statuses": {
"200": 80,
"500": 12
}
},
{
"procedure": "v2.tokens.getPastTwitterUsernames",
"count": 84,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 46,
"statuses": {
"200": 84
}
},
{
"procedure": "v2.orders.quote",
"count": 65,
"failures": 26,
"failureRate": 0.4,
"p95WaitMs": 141.356,
"routeCount": 50,
"statuses": {
"200": 39,
"500": 26
}
},
{
"procedure": "v2.markets.hyperliquidAssets",
"count": 55,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 61.989000000000004,
"routeCount": 55,
"statuses": {
"200": 55
}
},
{
"procedure": "v2.tokens.getTopHolders",
"count": 52,
"failures": 3,
"failureRate": 0.057692307692307696,
"p95WaitMs": 51.379000000000005,
"routeCount": 50,
"statuses": {
"200": 49,
"404": 3
}
},
{
"procedure": "v2.tokens.getStats",
"count": 50,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 81.899,
"routeCount": 50,
"statuses": {
"200": 50
}
},
{
"procedure": "v1.tokens.getLaunchpad",
"count": 50,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 64.449,
"routeCount": 50,
"statuses": {
"200": 50
}
},
{
"procedure": "v2.tokens.getMetadata",
"count": 50,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 50,
"statuses": {
"200": 50
}
},
{
"procedure": "v2.tokens.getBars",
"count": 50,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 50,
"statuses": {
"200": 50
}
},
{
"procedure": "v2.markets.getDevTrades",
"count": 50,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 50,
"statuses": {
"200": 50
}
},
{
"procedure": "v2.tokens.getNativePrice",
"count": 22,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 22,
"statuses": {
"200": 22
}
},
{
"procedure": "v2.twitter.getCommunity",
"count": 14,
"failures": 3,
"failureRate": 0.21428571428571427,
"p95WaitMs": 154.662,
"routeCount": 7,
"statuses": {
"200": 11,
"500": 3
}
},
{
"procedure": "v2.twitter.getPost",
"count": 10,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 35.208,
"routeCount": 4,
"statuses": {
"200": 10
}
},
{
"procedure": "v2.markets.spotExplorer.getTokens",
"count": 4,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 3,
"statuses": {
"200": 4
}
},
{
"procedure": "v2.markets.newPairScanner.getMarketCapSparkline",
"count": 4,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 4
}
},
{
"procedure": "v1.tokens.getSecurityBatch",
"count": 3,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 3
}
},
{
"procedure": "v2.markets.newPairScanner.initialDataTalos",
"count": 1,
"failures": 0,
"failureRate": 0,
"p95WaitMs": 0,
"routeCount": 1,
"statuses": {
"200": 1
}
}
]
}
]
}

Azura Staging Web Performance Report (2026-04-15, Expanded)

Non-Technical Summary

We ran a much larger staging profiling campaign across markets, scope, and spot pages, including repeated cold/warm passes and expanded scope click sampling.

What matters most:

  • The app is usually visually fast to first render.
  • The main pain is the background request tail and API reliability, not initial paint.
  • Quote reliability is the biggest user-facing issue in this dataset.

Top headline numbers (16 staging runs in this report):

  • 83,302 total HTTP requests.
  • 11,679 /trpc/ requests.
  • 5,685 OPTIONS preflights (48.7% of /trpc/ traffic).
  • v2.orders.quote: 353 calls, 159 failures (45.0%, HTTP 500).

What We Tested

Included runs:

  • 1 broad swarm baseline (staging-swarm-spot-scope).
  • 3 medium batches (batch-cold-1, batch-warm-1, batch-cold-2).
  • 9 long-wave batches (long-wave1-*, long-wave2-*, long-wave3-*).
  • 3 full-manifest runs over 54 URLs (markets + scope + 49 token spot pages):
    • mega-full-cold-1
    • mega-full-warm-1
    • mega-full-cold-2
  • Scope click probes:
    • Initial: 3 samples (older sanity pass).
    • Expanded: 40 samples, 40/40 success, 108ms avg click-to-spot, 117ms p95.

Technical Findings

1) Scope fan-out remains the primary tail-risk route

In the broad baseline run:

  • /scope made 584 requests.
  • 336 tRPC entries.
  • 41 late API starts (>2s).

Across all scope-containing runs:

  • Last non-OPTIONS tRPC completion tail on /scope: avg 4.7s, p95 8.65s, max 12.9s.

Interpretation:

  • The worst latency is the long async tail after first render.

2) Spot pages are consistently request-heavy

From full-manifest runs (spot-page class):

  • Cold average: 259.5 requests/page, 4.52MB transfer/page.
  • Warm average: 256.8 requests/page, 0.136MB transfer/page.
  • Load window changed little (220ms cold avg vs 215ms warm avg), meaning request orchestration still dominates.

3) Preflight overhead is large and persistent

By run family:

  • Batch runs: 47.6% preflight ratio.
  • Long-wave runs: 48.8% preflight ratio.
  • Full-manifest runs: 48.6% preflight ratio.

Interpretation:

  • Almost half of tRPC transport volume is preflight overhead.

4) Procedure hotspots

Top call-volume procedures in the full aggregate:

  • v1.tokens.getSecurity: 1,206 calls
  • v2.twitter.getProfile: 752 calls
  • v2.tokens.getPastTwitterUsernames: 716 calls
  • v1.trades.initialTrades: 522 calls
  • v2.orders.quote: 353 calls, 159 failures (45.0%)

v2.orders.quote status split:

  • 200: 194
  • 500: 159

Trace Map (Web -> API -> Talos-v2)

Scope flow:

  • Web /scope and memetics components trigger v2.markets.newPairScanner.initialDataTalos.
  • API initial-data-talos fans out to Talos prelaunch/state reads.
  • Sparkline hydration adds additional API load (getMarketCapSparkline path).

Spot flow:

  • Spot UI triggers metadata/stats/holders/traders/security/quote families.
  • v2.tokens.getStats path reaches data-engine and Talos optimal pool/state endpoints.
  • Holders/traders routes use Talos state-service reads (plus wallet label joins).
  • Quote path routes through v2.orders.quote and Zenithar client.

Debate-Team Consensus (6x GPT-5.3-codex xhigh)

High-confidence interventions:

  1. Stabilize v2.orders.quote backend path first (timeouts/retry/circuit behavior and typed degraded response).
  2. Reduce scope/spot fan-out by eliminating duplicate security and social fetches.
  3. Gate social tooltip/secondary fetches by interaction.
  4. Introduce transport-level reduction (same-origin/proxy + tRPC batching).

Important guardrails (anti-placebo):

  1. Do not blindly increase stale windows for live trading data without freshness SLO checks.
  2. Do not claim warm-cache wins from mixed/unstable run designs.
  3. Avoid frontend-only fixes for quote failures until backend reliability path is addressed.

Action Plan

Priority 0 (immediate):

  1. Quote reliability remediation (v2.orders.quote + Zenithar client safeguards).
  2. Scope security/social dedupe and interaction gating.
  3. Add explicit downstream timeout budgets in API wrappers.

Priority 1:

  1. Reduce preflight tax with same-origin routing and batched tRPC transport.
  2. Collapse Talos/state fan-out for hot spot/scope reads where possible.

Priority 2:

  1. Add strict profiling protocol (fixed URL manifest, paired cold/warm blocks, CI confidence rules).
  2. Enforce budgets for quote failure rate, scope tail latency, and preflight ratio.

Artifact Locations

  • Deep dive:
    • apps/web/scripts/profiling/reports/2026-04-15-staging-performance-deep-dive.md
  • Machine-readable data:
    • apps/web/scripts/profiling/reports/staging-performance-gist-2026-04-15.json
  • Human report (this file):
    • apps/web/scripts/profiling/reports/staging-performance-gist-2026-04-15.md
  • Expanded scope probe raw:
    • apps/web/scripts/profiling/results/results/2026-04-15T19-21-58/scope-click-probe.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment