listtransactions - Okcash RPC

listtransactions [account] [count=10] [from=0] [show_coinstake=1]

Returns up to 'count' most recent transactions skipping the first 'from' transactions for account 'account'.

Examples:

List the most recent 10 transactions in the systems
> okcashd listtransactions 

List transactions 100 to 120
> okcashd listtransactions "*" 20 100

As a json rpc call
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "listtransactions", "params": ["*", 20, 100] }' -H 'content-type: text/plain;' http://127.0.0.1:6969/


Okcash Core RPC documentation.

Okcash version: 5.0.0.3

OK RPC docs at:Github