Skip to main content
POST
Confirm escrow deposit
Manual deposit-confirmation fallback when on-chain auto-detect misses your transfer. Idempotent on duplicate (quoteId, txHash).
Scope payouts:write · rate-limited

Headers

string
required
API key.
string
Optional.

Request body

string
required
UUID of the original quote. Must be in awaiting_escrow_deposit.
string
required
0x-prefixed transaction hash. Teel verifies the on-chain amount, address, and chain match.

Response

boolean
Always true on success. No other fields — fetch detail via GET /rfq/status/{quoteId}.

Errors

When not to call this

Don’t call in the first few minutes — auto-detect is actively watching. Only fall back here if the quote status hasn’t moved minutes after your tx confirmed on-chain.