Get all transactions in blocks since block blockhash, or all transactions if omitted.
blockhashstringoptionaltarget_confirmationsnumberoptionalinclude_watchonlybooleanoptionalinclude_removedbooleanoptionalcurl --user myuser --data-binary '{"jsonrpc":"1.0","id":"1","method":"listsinceblock","params":["blockhash"]}' -H 'content-type:text/plain;' http://127.0.0.1:8332/{
"transactions": [
{
"address": "bc1q...",
"category": "receive",
"amount": 0.50000000,
"confirmations": 12,
"blockhash": "00000000000000...",
"txid": "a1075db55d..."
}
],
"lastblock": "00000000000000..."
}