Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
value
— transaction ID hash of the pending transaction to retrieve
Response
txID
— unique transaction identifier hashraw_data
— raw transaction data containing:contract
— array with transaction contract detailsref_block_bytes
— reference block bytes for validationref_block_hash
— hash of the reference blockexpiration
— transaction expiration timestamptimestamp
— transaction creation timestampfee_limit
— maximum fee allowed for this transaction
signature
— array of transaction signaturesret
— transaction result information (if available)
Use case
Thewallet/gettransactionfrompending
method is used for:
- Checking the status of a specific pending transaction by its ID.
- Retrieving detailed information about unconfirmed transactions for verification.
- Building transaction tracking systems that monitor pending transactions.
- Validating transaction parameters before confirmation in custom applications.
- Implementing transaction status polling for user interfaces and notifications.
If the transaction is no longer in the pending pool (either confirmed or dropped), this method will return an error. Use this method immediately after broadcasting a transaction for best results.
Body
application/json
Transaction ID hash of the pending transaction to retrieve