Returns the status of a transaction by hash.
The status key of the response provides a status of the transaction which is one of
The raw key provides the full response from the provider, which may provide additional information including links to block explorers and intermediary transactions. As each provider response is different it is up to clients to parse raw provider responses to use them.
Clients that did not submit their transaction via the Faraday API can still use this endpoint by providing:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Transaction hash to track
Optional quote ID if the transaction was not submitted via the Faraday API
OK
Transaction status successfully retrieved.
Provider name (e.g., "Skip Go", "Squid", "Axelar").
"Skip Go"
Raw provider payload for debugging or analytics.
Normalized transaction status (Pending, Completed, etc.)
submitted, pending, completed, failed, abandoned, unknown "pending"