Check Transaction Status
Information Endpoints
Get Transaction Status
Description: This endpoint retrieves the status of a transaction submitted through /send-transactions.
Headers:
x-api-key:YOUR_API_KEY
Query Parameters:
hash(string, optional): On-chain transaction hash returned after the transaction is sent. Use the exact hash value starting with0x.txId(string, optional): Internal transaction ID returned by/prepare-transactions. Use this when the on-chain transaction hash is not available yet.
At least one of hash or txId is required. Do not send a request body, because this endpoint only accepts GET.
GET
Check Transaction Status
Retrieves the status of a transaction submitted through
If the transaction failed, the response includes the stored error:
/send-transactions.
Query Parameters
hash(optional): On-chain transaction hash returned after the transaction is sent. Use the exact hash value starting with0x.txId(optional): Internal transaction ID returned by/prepare-transactions. Use this when the on-chain transaction hash is not available yet.
hash or txId is required. Do not include --data in the request, because this endpoint only accepts GET.
Example
Response
Authorizations
Query Parameters
On-chain transaction hash returned after the transaction is sent. Use the exact value starting with 0x.
Internal transaction ID returned by /prepare-transactions. Use this when the on-chain transaction hash is not available yet.