value-transfer
Poll a transfer to completion
Upstream events collapsed into the three stages the Progress screen renders, plus terminal and pollAfterMs so the client neither interprets event names nor owns the cadence. Re-poll after pollAfterMs until terminal is true. txHash speeds up the lookup. Only call this for a quote with trackable: true — a same-chain send has no upstream record.
get/value-transfer/status/{quoteId}
Path parameters
quoteIdstring required
Query parameters
txHashstring required
Response
Current transfer status
Example response
{
"status": "PROCESSING",
"stage": "bridging",
"explorerUrl": "https://layerzeroscan.com/tx/0xabc…"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.