Pending
Last updated
Last updated
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.
An account public key
[A-Z0-9]{58}
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.
PendingTransactions is an array of signed transactions exactly as they were submitted.