OUTCOME · Discover
What changes
Read-only projection; it grants no mutation, settlement, traffic, or authority change.
v2Funding & settlement
/api/v2/funding/reconciliation-incidentsPURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
Use when funding operations or an agent must investigate owner-scoped exceptions between chain observations, reserve evidence, and the retained deposit projection.
OUTCOME · Discover
Read-only projection; it grants no mutation, settlement, traffic, or authority change.
WHY IT MATTERS
ISOLATION + AUTHORITY
Owner, workspace, network, instrument, wallet, rail, custody, collateral, compliance, and settlement authorities remain separate. A prepared route, observed deposit, accepted intent, completed consent, reservation, broadcast, or Explorer record does not itself prove final settlement or authorize value movement.
BEFORE YOU CALL
WHAT TO DO NEXT
AGENT GUIDANCE
The exact deployed parameters, schemas, responses, security requirements, and Hybrid-Chain agent metadata are authoritative at this operation's production OpenAPI JSON Pointer. The readable tables below add integration guidance; the deployed OpenAPI controls if guidance and the machine contract ever differ.
Open the authoritative production contract ↗EXTENDED INTEGRATION GUIDANCE
Examples illustrate integration intent; the referenced OpenAPI operation and component schemas define the executable shape.
PARAMETERS
AuthorizationheaderRequiredBearer tokenCredential containing the funding:read scope.EXAMPLEBearer hc_live_…
cursorqueryOptionalopaque 32-character hexadecimal cursornext_cursor returned by the preceding owner-scoped page; reuse only with the same state filter.EXAMPLEbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
limitqueryOptionalinteger · 1–200 · default 50Maximum newest records returned.EXAMPLE50
statequeryOptionalOPEN | RESOLVED | DISMISSEDExact uppercase lifecycle-state filter; omit it to include every state.EXAMPLEOPEN
RESPONSES
{
"items": [
{
"incident_id": "a1142230ba6b47c99bfb50dbd174ea64",
"deposit_id": "4f5d2c7a1be747f99d62a8c87345fce2",
"collateral_account_id": "8ad7…",
"source_observation_commitment": "sha256:…",
"state": "OPEN",
"reason_code": "CONFIRMATION_REGRESSION",
"resolution_code": null,
"resolution_commitment": null,
"resolution_certificate_id": null,
"opened_event_id": "11dc…",
"resolution_event_id": null,
"opened_at": "2026-08-31T12:10:00Z",
"resolved_at": null,
"amount": "0.12500000",
"currency": "BTC",
"balance_changed_by_resolution": false
}
],
"next_cursor": null,
"limit": 50
}{
"code": "invalid_query",
"message": "A query field is malformed or unknown."
}invalid_query{
"code": "invalid_credentials",
"message": "The bearer credential is missing, invalid, or expired."
}invalid_credentials{
"code": "insufficient_scope",
"message": "The bearer lacks exact funding:read authority."
}insufficient_scope{
"code": "invalid_funding_query",
"message": "The cursor, limit, or exact lifecycle state is invalid."
}invalid_funding_query{
"code": "funding_unavailable",
"message": "The authoritative owner-scoped funding projection is unavailable."
}funding_unavailableOPERATIONAL NOTES
This route is implemented in canonical gateway source and appears in the production OpenAPI snapshot observed 2026-09-11T06:35:11.572Z. Authentication, tenant, feature, venue, and market policy still apply.
Verify the exact production OpenAPI operation ↗Return to the V2 directory ↗