Payment Reconciliation API
GET payment-recon.krimskrams.xyz/v1/report
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Find incoming stablecoin payments to one Tempo or Base address. Use chain, address, and optional since and until timestamps for a maximum 31-day window. Receive JSON with transfer_count, total_usd, class totals, reconciliation status, and transfers with tx_hash, block, timestamp, sender, amount, and class.
Resource: payment-recon.krimskrams.xyz/v1/report
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x276efA09388fB1578A6c415B8F90D26fdfCe0CF2
Payment methods: — · Last validation: 2026-09-14 11:47:37.272+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"chain",
"address"
],
"properties": {
"chain": {
"enum": [
"tempo",
"base"
],
"type": "string"
},
"since": {
"type": "string",
"format": "date-time"
},
"until": {
"type": "string",
"format": "date-time"
},
"address": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{40}$"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"title": "ReportResponse",
"properties": {
"note": {
"type": "string",
"title": "Note"
},
"chain": {
"enum": [
"tempo",
"base"
],
"type": "string",
"title": "Chain"
},
"window": {
"type": "object",
"title": "Window",
"additionalProperties": {
"type": "string",
"format": "date-time"
}
},
"address": {
"type": "string",
"title": "Address"
},
"classes": {
"type": "object",
"title": "Classes",
"additionalProperties": {
"type": "object",
"title": "ClassSummary",
"properties": {
"count": {
"type": "integer",
"title": "Count"
},
"total_usd": {
"type": "string",
"title": "Total Usd"
}
}
}
},
"total_usd": {
"type": "string",
"title": "Total Usd"
},
"transfers": {
"type": "array",
"items": {
"type": "object",
"title": "TransferRow",
"properties": {
"from": {
"type": "string",
"title": "From"
},
"block": {
"type": "integer",
"title": "Block"
},
"class": {
"enum": [
"product",
"protocol_fee",
"unknown"
],
"type": "string",
"title": "Class"
},
"tx_hash": {
"type": "string",
"title": "Tx Hash"
},
"timestamp": {
"type": "string",
"title": "Timestamp",
"format": "date-time"
},
"amount_usd": {
"type": "string",
"title": "Amount Usd"
}
}
},
"title": "Transfers"
},
"truncated": {
"type": "boolean",
"title": "Truncated"
},
"reconciles": {
"type": "boolean",
"title": "Reconciles"
},
"transfer_count": {
"type": "integer",
"title": "Transfer Count"
}
}
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x276efA09388fB1578A6c415B8F90D26fdfCe0CF2",
"amount": "100000",
"scheme": "exact",
"network": "eip155:8453",
"outputSchema": {
"type": "object",
"required": [
"chain",
"address",
"window",
"transfer_count",
"total_usd",
"classes",
"reconciles",
"transfers",
"truncated",
"note"
]
},
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x276efA09388fB1578A6c415B8F90D26fdfCe0CF2",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "100000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.