latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2025-10-2028153455.3 KB

385d1aaf056f

Transactions

Wait for transaction by hash

Same as /transactions/by_hash, but will wait for a pending transaction to be committed. To be used as a long poll optimization by clients, to reduce latency caused by polling. The "long" poll is generally a second or less but dictated by the server; the client must deal with the result as if the request was a normal /transactions/by_hash request, e.g., by retrying if the transaction is pending.

get/transactions/wait_by_hash/{txn_hash}

Path parameters

txn_hashstring required

Hash of transaction to retrieve

Response

Transaction required— unresolved $ref