kairostamp.com
https://kairostamp.com/api/v1/redirect-auditShares a payout wallet with 9 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.
Redirect audit: follows one public http/https URL server-side and returns the ordered redirect chain, hop count, final URL, final HTTP status, whether the destination changed origin and whether HTTPS was downgraded to HTTP, with a timestamp and a tamper-evident receipt. Single GET query parameter (url). No response body is returned.
Reliability & health
Uptime and response time from our own unpaid probes, plus the reliability score built from them.
Uptime
40.0% avgResponse time
p50 314ms · p95 494msData table
| Bucket | Uptime | Probes | Response time |
|---|---|---|---|
| 8/23/2026, 11:00:00 AM | 100% | 1 | 300ms |
| 8/23/2026, 12:00:00 PM | 100% | 1 | 525ms |
| 8/23/2026, 1:00:00 PM | 100% | 1 | 309ms |
| 8/23/2026, 3:00:00 PM | 100% | 1 | 320ms |
| 8/23/2026, 4:00:00 PM | 0% | 1 | — |
| 8/23/2026, 5:00:00 PM | 0% | 1 | — |
| 8/23/2026, 6:00:00 PM | 0% | 1 | — |
| 8/23/2026, 7:00:00 PM | 0% | 1 | — |
| 8/23/2026, 8:00:00 PM | 0% | 1 | — |
| 8/23/2026, 9:00:00 PM | 0% | 1 | — |
- Availability
- 40
- Latency
- 99
- 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 20% — 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
- Porkbun LLC
- Domain registered
- 2026-08-21
- Hosting network
- DET-FRA-CUSTOMERS
- Hosting country
- EU
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/23/2026Data table
| Day | Payments | Volume (USD) | Paying wallets |
|---|---|---|---|
| 8/23/2026 | 11 | 0.04 | 2 |
This payout wallet is shared: figures cover all 10 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": {
"chain_hash": {
"description": "Tamper-evident hash-chain value.",
"type": [
"string",
"null"
]
},
"cross_origin": {
"type": "boolean"
},
"fetched_at": {
"format": "date-time",
"type": [
"string",
"null"
]
},
"final_status": {
"type": "integer"
},
"final_url": {
"format": "uri",
"type": "string"
},
"hop_count": {
"type": "integer"
},
"https_downgrade": {
"type": "boolean"
},
"initial_url": {
"format": "uri",
"type": "string"
},
"note": {
"type": "string"
},
"receipt_id": {
"format": "uuid",
"type": [
"string",
"null"
]
},
"redirect_chain": {
"items": {
"format": "uri",
"type": "string"
},
"type": "array"
}
},
"required": [
"initial_url",
"final_url",
"redirect_chain",
"hop_count",
"final_status"
],
"type": "object"
}