THORChain Swap Webhooks and Event Polling

THORChain Swap does not emit webhooks. The site holds no accounts and no server-side user state, so there is no subscription to register a callback URL against. Swap state lives on the chains themselves, and that is where an agent should watch for it.

Watch a swap instead

A swap started through this interface is an ordinary on-chain transaction. Track it with the public THORChain APIs:

Poll on the pace of the source chain's block time (Bitcoin minutes, Ethereum seconds) and stop when the outbound transaction is confirmed. There is no rate-limit benefit to polling faster than a block.

Watch protocol state

Status of this interface

If a genuine event-push product is ever added here, it will be documented on this page and in the OpenAPI description first.

Related

This page as markdown: /developers/webhooks.md