Returns up to 'count' most recent transactions for the wallet.
labelstringoptionalcountnumberoptionalskipnumberoptionalinclude_watchonlybooleanoptionalcurl --user myuser --data-binary '{"jsonrpc":"1.0","id":"1","method":"listtransactions","params":["*",10]}' -H 'content-type:text/plain;' http://127.0.0.1:8332/[
{
"address": "bc1q...",
"category": "receive",
"amount": 0.50000000,
"confirmations": 12,
"txid": "a1075db55d...",
"time": 1713571767
}
]