Get the list of pending transactions, sorted by priority, in decreasing order, truncated at the end at MAX. If MAX = 0, returns all pending transactions.
/v2/transactions/pending
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.
json
, msgpack
Given a transaction ID of a recently submitted transaction, it returns information about it. There are several cases when this might succeed:
/v2/transactions/pending/{txid}
A transaction ID
[A-Z0-9]+
Configures whether the response object is JSON or MessagePack encoded. If not provided, defaults to JSON.
json
, msgpack