Get a list of unconfirmed transactions currently in the transaction pool by address.
GET /v2/accounts/{address}/transactions/pending
Get the list of pending transactions by address, sorted by priority, in decreasing order, truncated at the end at MAX. If MAX = 0, returns all pending transactions.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”An account public key.
Query Parameters
Section titled “Query Parameters ”Truncated number of transactions to display. If max=0, returns all pending txns.
Configures whether the response object is JSON or MessagePack encoded. If not provided, defaults to JSON.
Responses
Section titled “ Responses ”A potentially truncated list of transactions currently in the node’s transaction pool. You can compute whether or not the list is truncated if the number of elements in the top-transactions array is fewer than total-transactions.
PendingTransactions is an array of signed transactions exactly as they were submitted.
object
An array of signed transaction objects.
object
Total number of transactions in the pool.
PendingTransactions is an array of signed transactions exactly as they were submitted.
object
An array of signed transaction objects.
object
Total number of transactions in the pool.
Max must be a non-negative integer
An error response with optional data field.
object
object
An error response with optional data field.
object
object
Invalid API Token
An error response with optional data field.
object
object
An error response with optional data field.
object
object
Internal Error
An error response with optional data field.
object
object
An error response with optional data field.
object
object
Service Temporarily Unavailable
An error response with optional data field.
object
object
An error response with optional data field.
object
object
default
Section titled “default ”Unknown Error