X-Batch-Id response header and the Dashboard Logs page.
Dashboard logs
The Dashboard Logs page lets you inspect requests in near real-time and filter by chain, method, API key, time range, and more.- Logs page: https://routeme.sh/app/consumer/logs
- Look for the
Batch IDcolumn - that value is the same correlation id used byX-Batch-Id.
Debugging with X-Batch-Id
Every RPC request returns an X-Batch-Id response header (UUID). Save it in your app logs (especially on errors/timeouts). If you contact support, include it - it lets us trace your request across internal logs and analytics.
X-Batch-Id is per HTTP request:
- Single JSON-RPC request: one
X-Batch-Id - JSON-RPC batch (array): one
X-Batch-Idfor the whole batch
How to capture it
Usingcurl, include response headers with -i:
How to use it
- Copy the
X-Batch-Idvalue from the response headers. - Open the Dashboard Logs page and search/copy-match against the
Batch IDcolumn. - If you need help, send support the
X-Batch-Idplus:- timestamp (with timezone)
chain_id- method(s)
- approximate request volume / whether it was a batch

