# SignalHarness Wallet Period Compare

> SignalHarness Wallet Period Compare is a paid API for AI agents from signalharness.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Compares blockchain wallet activity across two time periods and returns a structured analysis with warnings and evidence scope.

## Facts

- Endpoint: POST https://signalharness.ai/api/agent/services/wallet_period_compare/invoke
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/signalharness-wallet-period-compare-9da945a8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_am8yfLMY8RLAr5_CqqTA6

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability signalharness-wallet-period-compare-9da945a8 -d '<json body>'
```

Example prompt: Can you compare my crypto wallet activity between January and February of this year — I want to see how my on-chain behavior changed between those two periods?

## When to prefer this

Choose this endpoint when you need a structured, agent-native comparison of blockchain wallet activity across two distinct time windows — particularly when you want warnings surfaced automatically and a verifiable receipt. Prefer this over generic blockchain explorers when you need programmatic, LLM-friendly output with evidence scope metadata rather than raw transaction dumps.

## Known failure modes

- Malformed or missing wallet_period_request input returns a validation error
- Insufficient wallet data for one or both periods may produce incomplete comparisons
- Ambiguous period definitions in the request string may lead to misinterpreted date ranges
- Payment failure on-chain results in a failed status receipt without executing the comparison
- Very large request strings near the 65536 character limit may cause processing delays or truncation

## How this service works

Explore 330 pay-per-call x402 API services and 27 agent-native digital products, with Base USDC pricing, secure Polar checkout, and free discovery.

## Output

Returns a JSON object containing a wallet_period_comparison string summarizing the differences between the two periods, a list of warnings about anomalies or issues detected, an evidence_scope field indicating the data source ('caller_supplied_data'), and a full receipt with payment details, execution metadata, latency, and a SHA-256 result hash for verification.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "wallet_period_request": {
   "type": "string",
   "maxLength": 65536,
   "minLength": 2
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "replay": false,
  "result": {
   "warnings": [
    "Period coverage must be supplied consistently by the caller."
   ],
   "service_id": "wallet_period_compare",
   "evidence_scope": "caller_supplied_data",
   "wallet_period_comparison": "{\"after\":{\"amount_atomic\":\"3\",\"gas_atomic\":\"4\",\"record_count\":1},\"amount_change_atomic\":\"2\",\"before\":{\"amount_atomic\":\"1\",\"gas_atomic\":\"2\",\"record_count\":1},\"gas_change_atomic\":\"2\",\"record_count_change\":0}"
  },
  "status": "succeeded",
  "receipt": {
   "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
   "usage": [],
   "status": "succeeded",
   "network": "eip155:8453",
   "artifacts": [],
   "endedAtMs": 0,
   "latencyMs": 0,
   "paymentId": "example-payment",
   "receiptId": "example-receipt",
   "requestId": "example-request",
   "serviceId": "wallet_period_compare",
   "executionId": "example-execution",
   "startedAtMs": 0,
   "amountAtomic": "10000",
   "resultSha256": "eae550e78f25685eeaf5a02ae7b0787f6af15cbc09481def7b821ff788013c2b",
   "serviceVersion": "1.0.0",
   "settlementReference": "0x0000000000000000000000000000000000000000000000000000000000000000"
  },
  "artifacts": [],
  "requestId": "example-request",
  "executionId": "example-execution"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/signalharness-wallet-period-compare-9da945a8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from signalharness.ai](https://www.zero.xyz/host/signalharness.ai/llms.txt)
