Contracts
Create Contract
Create a conditional contract with escrow
POST
Create Contract
Request
UUID of the other party.
Contract title.
Contract description.
Amount to lock in escrow.
Currency code.
Array of conditions, each with
id (string), type (enum), description (string), and optional params.Days until deadline (optional).
Response
The escrow amount is debited from the creator’s wallet immediately.
Create Contract