Post
Topic
Board Altcoin Discussion
Re: [Nxt] API of Nxt
by
Come-from-Beyond
on 03/01/2014, 07:31:07 UTC
Come-from-Beyond
I can not find a way to get a transaction id for an alias. This is not possible?  
I looked at GET & POST APIs. Nothing.

This can be done with getAccountTransactionIds and getTransaction. getTransaction returns transaction data, u should check ones with type == 1 and subtype == 1.
If u don't know the account then u r supposed to scan the whole blockchain.