Skip to main content
Poll GET /deposits by source transaction hash to track a deposit through settlement. Use webhooks for event-driven updates.

Poll a deposit

Query the GET /deposits endpoint with the txHash parameter to look up a deposit by its source transaction hash.

Response

Each item in the deposits array has the following shape: The timing estimate is indicative, never a deadline or an SLA. It is resolved per request, so it can change between reads, and it is omitted whenever no estimate is available — treat its absence as normal. Full schema: GET /deposits. The deposit modal uses it to set the user’s expectation while a deposit is in flight.

Polling loop

Poll until the deposit reaches a terminal status (completed, failed, rejected, refunded, or ignored):
A 1-second interval works well for most use cases. Most deposits complete within seconds.