Skip to main content
Look up on-chain DvpProposal and Dvp contracts for a given list of settlement IDs. Use it to discover the state of active settlements before proposing, accepting, or allocating.

Request

string[]
required
Settlement identifiers to look up.

Response

DiscoveredContract[]
Matching DvP-related contracts, each with contract ID, template ID, and payload.

Example

DvP flow

GetSettlementContracts is typically called by the counterparty before AcceptDvp, and by the proposer before Allocate, to discover the relevant contract IDs. Full sequence: PayDvpFeeProposeDvpAcceptDvpPayAllocFeeAllocate.