cloudmaxi0x.com
https://cloudmaxi0x.com/v1/data/ohlcvShares a payout wallet with 13 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.
Deterministic OHLCV for an exact half-open range, with a SHA-256 Merkle manifest. Only closed candles are returned - a forming candle would hand you lookahead. Exchange decimal strings are preserved byte for byte, so the same query always yields the same root. Gaps and exchange revisions are reported rather than silently applied.
Reliability & health
Uptime and response time from our own unpaid probes, plus the reliability score built from them.
Uptime
100.0% avgResponse time
p50 250ms · p95 264msData table
| Bucket | Uptime | Probes | Response time |
|---|---|---|---|
| 9/2/2026, 3:00:00 PM | 100% | 1 | 241ms |
| 9/2/2026, 4:00:00 PM | 100% | 1 | 273ms |
| 9/2/2026, 6:00:00 PM | 100% | 1 | 249ms |
| 9/2/2026, 7:00:00 PM | 100% | 1 | 250ms |
| 9/2/2026, 8:00:00 PM | 100% | 1 | 251ms |
| 9/2/2026, 9:00:00 PM | 100% | 1 | 250ms |
| 9/2/2026, 10:00:00 PM | 100% | 1 | 249ms |
| 9/2/2026, 11:00:00 PM | 100% | 1 | 251ms |
- Availability
- 100
- Latency
- 100
- Security
- 100
- Transparency
- 67
- Activity
- 1
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 16% — 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
- HOSTINGER operations, UAB
- Domain registered
- 2026-09-01
- Hosting network
- HOSTINGER-HOSTING
- Hosting country
- MY
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 9/2/2026Data table
| Day | Payments | Volume (USD) | Paying wallets |
|---|---|---|---|
| 9/2/2026 | 16 | 0.59 | 1 |
This payout wallet is shared: figures cover all 14 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": {
"candles": {
"items": {
"description": "One closed candle. Prices and sizes are STRINGS, exactly as the exchange sent them - they are never reparsed, because reparsing breaks the byte-level reproducibility the Merkle root depends on.",
"properties": {
"close": {
"type": "string"
},
"close_time": {
"type": "integer"
},
"high": {
"type": "string"
},
"low": {
"type": "string"
},
"open": {
"type": "string"
},
"open_time": {
"description": "epoch ms, inclusive",
"type": "integer"
},
"quote_volume": {
"type": "string"
},
"trades": {
"type": "integer"
},
"volume": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"completeness": {
"description": "gaps, and whether the range was truncated to the last closed candle",
"type": "object"
},
"count": {
"type": "integer"
},
"manifest": {
"description": "verifiable envelope: merkle_root over canonically encoded rows, plus an explicit statement of what the root does and does not prove",
"properties": {
"canonical_version": {
"type": "string"
},
"does_not_prove": {
"items": {
"type": "string"
},
"type": "array"
},
"leaf_count": {
"type": "integer"
},
"merkle_root": {
"type": "string"
},
"proves": {
"items": {
"type": "string"
},
"type": "array"
},
"row_encoding": {
"type": "string"
}
},
"type": "object"
},
"query": {
"description": "the range actually served; range_semantics is half-open [start_ms, end_ms)",
"type": "object"
},
"revisions": {
"description": "where the exchange later disagreed with what we served. First write wins, so the original keeps being returned and the disagreement is reported here.",
"type": "object"
}
},
"type": "object"
}