Check RAVN swap status
ravn_statusCheck a swap's status using its quoteToken and execution ref. Returns authoritative updates when the venue provides them, and honestly reports 'unknown' otherwise.
Instructions
Poll the status of a swap by its quoteToken and the ref returned by ravn_execute (deposit address for DEPOSIT venues, statusRef for SIGNATURE venues). Status is authoritative where the venue exposes it; some venues (Rift, Jupiter, Bebop, 0x Gasless) report 'unknown' honestly rather than guessing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | deposit address (DEPOSIT venues) or statusRef (SIGNATURE venues) from ravn_execute | |
| apiKey | No | Your RAVN API key, if you have one — raises your rate limit (see https://docs.ravn.exchange/tools/get-api-key) | |
| quoteToken | Yes | The quoteToken from ravn_quote — the venue is decoded from it |