arbitova_get_escrow
Fetch the current on-chain state of an escrow to check delivery status, verify deadlines, and retrieve buyer, seller, amount, and verification details before confirming or disputing.
Instructions
Fetch the current on-chain state of an escrow: buyer, seller, amount, deadlines, status, verificationURI, and deliveryHash. Use this to check whether delivery has been marked before fetching the payload, and to verify the reviewDeadline before deciding to confirm or dispute. Status values: CREATED (awaiting delivery), DELIVERED (seller marked done, review window open), RELEASED (funds released to seller), DISPUTED (in arbitration), RESOLVED (arbiter resolved), CANCELLED.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| escrowId | Yes | The escrow ID to query |