markt.halowerk.com
https://markt.halowerk.com/orderbook/imbalanceShares a payout wallet with 376 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.
Reads the visible order book of one exchange and measures how bid and ask volume sit inside a window of depth_pct around the mid. imbalance runs from -1 (only asks) to +1 (only bids) and is computed on quote turnover, not on level counts. pressure is the plain classification kauf, verkauf or ausgeglichen and the threshold behind it is returned in thresholds_used, never hidden in code. A wall is a level larger than five times the median level size in the same window; that median is part of the an
Reliability & health
Uptime and response time from our own unpaid probes, plus the reliability score built from them.
Uptime
36.4% avgResponse time
p50 118ms · p95 403msData table
| Bucket | Uptime | Probes | Response time |
|---|---|---|---|
| 8/10/2026, 12:00:00 AM | 0% | 1 | — |
| 8/11/2026, 12:00:00 AM | 0% | 1 | — |
| 8/12/2026, 12:00:00 AM | 0% | 1 | — |
| 8/13/2026, 12:00:00 AM | 0% | 1 | — |
| 8/14/2026, 12:00:00 AM | 0% | 1 | — |
| 8/15/2026, 12:00:00 AM | 0% | 1 | — |
| 8/16/2026, 12:00:00 AM | 0% | 1 | — |
| 8/17/2026, 12:00:00 AM | 100% | 1 | 131ms |
| 8/18/2026, 12:00:00 AM | 100% | 5 | 119ms |
| 8/19/2026, 12:00:00 AM | 100% | 20 | 118ms |
| 8/20/2026, 12:00:00 AM | 100% | 16 | 366ms |
- Availability
- 86
- Latency
- 100
- Security
- 100
- Transparency
- 67
- Activity
- 0
How often it was reachable when we probed it (weight 35%).
How quickly it answers when it is up — fast scores high (weight 20%).
Whether it serves over working TLS / https (weight 15%).
Whether the operator disclosed what it does — description, schema, identity (weight 15%).
Observed on-chain payments to this endpoint's wallet — transactions, volume, and distinct paying wallets over the last month (weight 15%; not yet measured when we have not seen its wallet settle).
Confidence 98% — how much probe evidence backs this score. A thin history is flagged, not hidden.
See the scoring methodology for exactly how each number is computed.
Payment
- Currencies
- USDC
- Networks
- base
- Facilitator
- unknown
- SDK
- unknown
Operator
- Company
- inferred — unknown
- Jurisdiction
- —
- Registrar
- RegistryGate GmbH
- Domain registered
- 2026-08-06
- Hosting network
- CLOUD-NBG1
- Hosting country
- DE
Operator context is derived from public RDAP/TLS records and unverified. Company and country are only available for endpoints that publish them (an OV/EV TLS certificate or a non-redacted domain record); most endpoints are CDN-fronted and disclose neither.
On-chain activity (base)
Payments per day
last payment 8/20/2026Data table
| Day | Payments | Volume (USD) | Paying wallets |
|---|---|---|---|
| 7/30/2026 | 1 | 0.02 | 1 |
| 8/3/2026 | 2 | 0.04 | 1 |
| 8/6/2026 | 4 | 0.01 | 2 |
| 8/7/2026 | 87 | 0.37 | 1 |
| 8/9/2026 | 126 | 0.49 | 1 |
| 8/10/2026 | 22 | 0.13 | 2 |
| 8/11/2026 | 237 | 1.21 | 2 |
| 8/12/2026 | 20 | 0.07 | 2 |
| 8/13/2026 | 94 | 0.4 | 2 |
| 8/14/2026 | 26 | 0.08 | 3 |
| 8/15/2026 | 2 | 1.3 | 1 |
| 8/16/2026 | 62 | 0.27 | 1 |
| 8/17/2026 | 9 | 0.03 | 2 |
| 8/18/2026 | 20 | 0.05 | 3 |
| 8/19/2026 | 18 | 0.05 | 2 |
| 8/20/2026 | 13 | 0.05 | 2 |
This payout wallet is shared: figures cover all 377 endpoints paid at it, since payments cannot be attributed to one of them. Only payments settled on chains and facilitators we index.
Linked by wallet — likely same operator
On-chain agent identity and the x402 endpoint that shares its settlement wallet.
Response schema
{
"properties": {
"age_ms": {
"type": "integer"
},
"ask_volume": {
"type": [
"number",
"null"
]
},
"ask_volume_quote": {
"type": [
"number",
"null"
]
},
"bid_volume": {
"type": [
"number",
"null"
]
},
"bid_volume_quote": {
"type": [
"number",
"null"
]
},
"book_depth_quote": {
"type": [
"number",
"null"
]
},
"book_depth_usd": {
"type": [
"number",
"null"
]
},
"cache": {
"enum": [
"hit",
"miss"
],
"type": "string"
},
"concentration": {
"type": "object"
},
"depth_pct": {
"type": "number"
},
"hinweis": {
"type": "string"
},
"imbalance": {
"type": [
"number",
"null"
]
},
"imbalance_basis": {
"type": "string"
},
"level_size_median": {
"type": "object"
},
"levels_requested": {
"type": "integer"
},
"levels_used": {
"type": "object"
},
"microprice": {
"type": [
"number",
"null"
]
},
"mid": {
"type": [
"number",
"null"
]
},
"pressure": {
"enum": [
"kauf",
"verkauf",
"ausgeglichen"
],
"type": "string"
},
"source_url": {
"type": "string"
},
"symbol": {
"type": "string"
},
"thresholds_used": {
"type": "object"
},
"ts_exchange": {
"type": [
"integer",
"null"
]
},
"ts_fetched": {
"type": "integer"
},
"unavailable_fields": {
"items": {
"type": "string"
},
"type": "array"
},
"venue": {
"type": "string"
},
"venue_symbol": {
"type": "string"
},
"walls": {
"items": {
"type": "object"
},
"type": "array"
},
"window_covered": {
"type": "object"
}
},
"type": "object"
}