OUTCOME · Discover
What changes
Read-only projection; it grants no mutation, settlement, traffic, or authority change.
v2Funding & settlement
/api/v2/funding/depositsPURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
Use after funding coordinates are configured to reconcile the authenticated owner's observed chain deposits, confirmation progress, reserve evidence, and credit-availability posture without exposing wallet addresses or widening the owner boundary.
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
statequeryOptionalDETECTED | CONFIRMING | RESERVE_ATTESTED | CREDIT_PENDING | AVAILABLE | REJECTED | REORGEDExact uppercase lifecycle-state filter; omit it to include every state.EXAMPLEDETECTED
RESPONSES
{
"items": [
{
"deposit_id": "4f5d2c7a1be747f99d62a8c87345fce2",
"binding_id": "d9014c2174164a6cb86c74b4c0fd23e1",
"network_id": "bitcoin-mainnet",
"chain_code": "BTC",
"currency": "BTC",
"transaction_hash": "9e8f…",
"output_index": 0,
"block_hash": "000000…",
"block_height": 900000,
"amount": "0.12500000",
"confirmations_observed": 8,
"confirmations_required": 6,
"state": "AVAILABLE",
"observer_certificate_commitment": "sha256:…",
"collateral_entry_id": "a822…",
"detected_at": "2026-08-31T12:00:00Z",
"reserve_attested_at": "2026-08-31T12:05:00Z",
"available_at": "2026-08-31T12:06:00Z",
"updated_at": "2026-08-31T12:06:00Z",
"first_observed_valuation": {
"price_usd": "109500.12",
"value_usd": "13687.5150000000",
"price_evidence_id": "7ce2…",
"observed_at": "2026-08-31T12:00:00Z",
"source": "SIGNED_PRICE_EVIDENCE"
}
}
],
"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 ↗