Get a specific pending transaction.
GET /v2/transactions/pending/{txid}
Given a transaction ID of a recently submitted transaction, it returns information about it. There are several cases when this might succeed:
- transaction committed (committed round > 0)
- transaction still in the pool (committed round = 0, pool error = "")
- transaction removed from pool due to error (committed round = 0, pool error != "") Or the transaction may have happened sufficiently long ago that the node no longer remembers it, and this will return an error.
Authorizations
Parameters
Path Parameters
A transaction ID
Query Parameters
Configures whether the response object is JSON or MessagePack encoded. If not provided, defaults to JSON.
Responses
200
Given a transaction ID of a recently submitted transaction, it returns information about it. There are several cases when this might succeed:
- transaction committed (committed round > 0)
- transaction still in the pool (committed round = 0, pool error = "")
- transaction removed from pool due to error (committed round = 0, pool error != "")
Or the transaction may have happened sufficiently long ago that the node no longer remembers it, and this will return an error.
Details about a pending transaction. If the transaction was recently confirmed, includes confirmation details like the round and reward details.
object
The application index if the transaction was found and it created an application.
The number of the asset’s unit that were transferred to the close-to address.
The asset index if the transaction was found and it created an asset.
Rewards in microalgos applied to the close remainder to account.
Closing amount for the transaction.
The round where this transaction was confirmed, if present.
Application state delta.
Key-value pairs for StateDelta.
object
Represents a TEAL value delta.
object
[at] delta action.
[bs] bytes value.
[ui] uint value.
Local state key/value changes for the application being executed by this transaction.
Application state delta.
object
Application state delta.
Key-value pairs for StateDelta.
object
Represents a TEAL value delta.
object
[at] delta action.
[bs] bytes value.
[ui] uint value.
Logs for the application being executed by this transaction.
Indicates that the transaction was kicked out of this node’s transaction pool (and specifies why that happened). An empty string indicates the transaction wasn’t kicked out of this node’s txpool due to an error.
Rewards in microalgos applied to the receiver account.
Rewards in microalgos applied to the sender account.
The raw signed transaction.
object
Details about a pending transaction. If the transaction was recently confirmed, includes confirmation details like the round and reward details.
object
The application index if the transaction was found and it created an application.
The number of the asset’s unit that were transferred to the close-to address.
The asset index if the transaction was found and it created an asset.
Rewards in microalgos applied to the close remainder to account.
Closing amount for the transaction.
The round where this transaction was confirmed, if present.
Application state delta.
Key-value pairs for StateDelta.
object
Represents a TEAL value delta.
object
[at] delta action.
[bs] bytes value.
[ui] uint value.
Local state key/value changes for the application being executed by this transaction.
Application state delta.
object
Application state delta.
Key-value pairs for StateDelta.
object
Represents a TEAL value delta.
object
[at] delta action.
[bs] bytes value.
[ui] uint value.
Logs for the application being executed by this transaction.
Indicates that the transaction was kicked out of this node’s transaction pool (and specifies why that happened). An empty string indicates the transaction wasn’t kicked out of this node’s txpool due to an error.
Rewards in microalgos applied to the receiver account.
Rewards in microalgos applied to the sender account.
The raw signed transaction.
object
400
Bad Request
An error response with optional data field.
object
object
An error response with optional data field.
object
object
401
Invalid API Token
An error response with optional data field.
object
object
An error response with optional data field.
object
object
404
Transaction Not Found
An error response with optional data field.
object
object
An error response with optional data field.
object
object
default
Unknown Error