Skip to content

GetPendingTransaction

• Returns a list of transactions currently waiting to be confirmed.

• Important for wallets and monitoring tools to track in-flight activity.

GetPendingTransaction
curl http://localhost:8492/pending_transactions
Response
{
"jsonrpc": "2.0",
"result": [],
"id": 0
}%