listunspent

v0.8.3

listunspent [minconf=1] [maxconf=9999999]  ["address",...]
Returns array of unspent transaction outputs
with between minconf and maxconf (inclusive) confirmations.
Optionally filtered to only include txouts paid to specified addresses.
Results are an array of Objects, each of which has:
{txid, vout, scriptPubKey, amount, confirmations}
Don't trust. Verify. Docs extracted from src/rpcrawtransaction.cpp#L168-L177.