4,156 questions
4,369 answers
5,718 comments
Is there a variation in the command listlockunspent that will allow me to query on a specific address alone?
I'm afraid there's not currently an API for doing this, so you'd need to use listlockunspent together with gettxout to find out the corresponding address. Or use listunspent with it.