Get transaction status

Returns the status of a transaction by hash.

The status key of the response provides a status of the transaction which is one of

  • submitted
  • pending
  • completed
  • failed
  • abandoned
  • unknown

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.

Query Parameters

Clients that did not submit their transaction via the Faraday API can still use this endpoint by providing:

  • tx_hash (required, path) — The transaction hash on the source chain.
  • quote_id (optional, query string) — If the transaction originated from a Faraday quote, include the quote UUID to link to the original quote record.
Path Params
string
required

Transaction hash to track

Query Params
string

Optional quote ID if the transaction was not submitted via the Faraday API

Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json