Derive wallet intelligence
Derive one bounded multichain wallet report with holdings, activity, flows, counterparties, deterministic signals, coverage, freshness, and provenance.
Operation contract · canonical identity
Derive one bounded multichain wallet report with holdings, activity, flows, counterparties, deterministic signals, coverage, freshness, and provenance.
crypto.wallet.report2026-08-11T08:48:34.576Z01 · What it does
Human meaning and machine truth stay together. Anything not bound by current canonical artifacts remains explicitly unavailable rather than filled from the design fixture.
Derive one bounded multichain wallet report with holdings, activity, flows, counterparties, deterministic signals, coverage, freshness, and provenance.
Boundary
Action class, operation-specific health, latency, provider identity, and history are not inferred from family or fixture copy when current public truth does not bind them.
02 · Required input
Where the current OpenAPI route binds an input schema, this page renders that exact schema. Otherwise the structure remains visible with a truthful unbound state.
operationcrypto.wallet.report
canonical identityHTTP route/v1/crypto/execute
publishedIdempotency-KeyRequired by the mapped public OpenAPI route.
required{
"oneOf": [
{
"type": "object",
"required": [
"kind",
"address",
"chains"
],
"additionalProperties": false,
"properties": {
"kind": {
"const": "balances"
},
"address": {
"type": "string",
"pattern": "^0x[a-fA-F0-9]{40}$"
},
"chains": {
"type": "array",
"minItems": 1,
"maxItems": 2,
"uniqueItems": true,
"items": {
"enum": [
"eip155:1",
"eip155:8453"
]
}
}
}
},
{
"type": "object",
"required": [
"kind",
"address",
"chains"
],
"additionalProperties": false,
"properties": {
"kind": {
"const": "tokens"
},
"address": {
"type": "string",
"pattern": "^0x[a-fA-F0-9]{40}$"
},
"chains": {
"type": "array",
"minItems": 1,
"maxItems": 2,
"uniqueItems": true,
"items": {
"enum": [
"eip155:1",
"eip155:8453"
]
}
}
}
},
{
"type": "object",
"required": [
"kind",
"address",
"chains",
"lookbackDays",
"limit"
],
"additionalProperties": false,
"properties": {
"kind": {
"const": "transactions"
},
"address": {
"type": "string",
"pattern": "^0x[a-fA-F0-9]{40}$"
},
"chains": {
"type": "array",
"minItems": 1,
"maxItems": 2,
"uniqueItems": true,
"items": {
"enum": [
"eip155:1",
"eip155:8453"
]
}
},
"lookbackDays": {
"type": "integer",
"minimum": 1,
"maximum": 90
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 50
}
}
},
{
"type": "object",
"required": [
"kind",
"address",
"chains",
"lookbackDays",
"limit"
],
"additionalProperties": false,
"properties": {
"kind": {
"const": "report"
},
"address": {
"type": "string",
"pattern": "^0x[a-fA-F0-9]{40}$"
},
"chains": {
"type": "array",
"minItems": 1,
"maxItems": 2,
"uniqueItems": true,
"items": {
"enum": [
"eip155:1",
"eip155:8453"
]
}
},
"lookbackDays": {
"type": "integer",
"minimum": 1,
"maximum": 90
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 50
}
}
}
]
}03 · Returned result
A useful response is not automatically a verified paid outcome. The page keeps schema, evidence, receipt, and proof state distinct.
{
"type": "object",
"required": [
"operationId",
"state",
"replayed",
"requestHash"
],
"properties": {
"operationId": {
"type": "string"
},
"state": {
"const": "RECEIPTED"
},
"replayed": {
"type": "boolean"
},
"requestHash": {
"type": "string",
"pattern": "^sha256:[a-f0-9]{64}$"
},
"receipt": {
"type": "object",
"additionalProperties": true
},
"output": {
"type": "object",
"properties": {
"route": {
"type": "object",
"required": [
"routeId",
"qualificationId",
"servingAdapters",
"degraded",
"fallback",
"cost"
],
"properties": {
"routeId": {
"type": "string"
},
"qualificationId": {
"type": "string"
},
"servingAdapters": {
"type": "array",
"items": {
"type": "string"
}
},
"degraded": {
"type": "boolean"
},
"fallback": {
"type": "boolean"
},
"cost": {
"type": "object",
"additionalProperties": true
}
},
"additionalProperties": true
}
},
"additionalProperties": true
},
"execution": {
"type": "object",
"additionalProperties": true
}
},
"additionalProperties": true
}04 · Availability & limitations
Operation publication and family probe truth are shown separately so a family-level live observation cannot silently make every operation callable.
Current catalog marks this operation publicly available.
Observed family state; not substituted for operation publication.
No operation-specific incident feed is bound.
Current observed family proof vocabulary.
05 · Price, asset, network & approval
Current pricing truth is bound where the public pricing document has an exact operation record. Approval controls below are a labeled visual fixture and perform no authorization.
Current price boundary
Current published maximum: 0.004 USDC.
This UI state does not sign, authorize, fund, or settle anything. It exists only to preserve the locked approval information architecture.
06 · Execution states
Request red enters. Qualification, execution, and unresolved investigation use cyan. Gold appears only on the verified proof state.
Scenario · design fixture
No API, provider, wallet, payment, or settlement action is performed.
Bounded task and identity received.
Lifecycle, schema, policy, route and price boundary checked.
Selected route would perform the approved task.
Output, evidence and settlement truth would be checked.
Result, evidence, receipt and replay state close the contract.
07 · Expected latency & timeout
The locked structure is preserved without fabricating a percentile chart, SLA, provider deadline, or reconciliation duration.
Operation latency
No reproducible operation/version latency measurement is currently bound to this page.
Timeout & reconciliation
Platform recovery rules remain available below. A blind retry is never implied when settlement is unknown.
08 · Evidence & receipt fields
Exact paid proof is shown only when the current status authority names this operation. Otherwise the page keeps proof neutral.
Current proof boundary
family observation · Crypto IntelligenceOperation-specific proof
No gold production claim09 · Skill, MCP, SDK & HTTP
Only package publication and raw routes proven by generated public artifacts are shown. Operation-specific client syntax is omitted when it is not safely generated here.
POST /v1/crypto/execute OpenAPI: /openapi.json Idempotency-Key: required
10 · Errors & recovery
HTTP errors come from the mapped OpenAPI route where one exists. Platform recovery codes come from the generated onboarding contract and remain separate from operation-specific claims.
HTTP 400Invalid bounded Crypto Intelligence requestFollow published problem details; no recovery is invented here.HTTP 402x402 or MPP payment requiredFollow published problem details; no recovery is invented here.HTTP 409Idempotency or quote conflictFollow published problem details; no recovery is invented here.HTTP 503Qualified supply, durable state, or settlement is unavailableFollow published problem details; no recovery is invented here.insufficient_fundsinsufficient_fundsAdd enough of the quoted asset on the quoted network, then request a fresh quote. · retry: after actionwrong_network_or_assetwrong_network, wrong_asset, unsupported_network, unsupported_assetSwitch to the quote's exact network and asset, then request a fresh quote. · retry: after actionexpired_quotequote_expired, expired_quoteRequest a fresh quote and never reuse the expired authorization. · retry: after actionrejectedauthorization_rejected, payment_rejected, user_rejectedReview the maximum charge and approve again only if you still intend to pay. · retry: after actiontimeoutauthorization_timeout, payment_timeoutReconcile the existing idempotency key before deciding whether to retry. · retry: prohibited until reconciledunknown_settlementsettlement_unknown, unknown_settlementReconcile the existing operation and do not authorize or retry until settlement is definitive. · retry: prohibited until reconciled11 · Idempotency & safe replay
Where current OpenAPI requires an Idempotency-Key, that requirement is shown directly. Retention windows and scope are not invented.
Replay contract
The current mapped HTTP route requires Idempotency-Key. Retention duration and account scope are not published on this page.
Run the verified design state first to demonstrate safe replay semantics.
12 · Version history & related operations
The current contract, catalog, pricing, and observation identifiers are visible. Historical operation versions remain unclaimed until a canonical history exists.
Catalog 2026-08-02.2. OpenAPI 2026-07-29.1. Observed 2026-08-11T08:48:34.576Z.
No synthetic changelog, sunset date, compatibility window, or replacement history is generated here.
Current machine surfaces