Post
Topic
Board Altcoin Discussion
Re: [Nxt] API of Nxt
by
kwilliams
on 29/04/2014, 02:08:11 UTC
Hey guys, what is the POST equivalent of this call:

curl "http://my-host.com/nxt?requestType=getAccountId&secretPhrase=whatever-is-clever"


I've tried:

curl --data-binary '{"requestType": "getAccountId", "secretPhrase":"whatever-is-clever"}' http://my-host.com/nxt

but it does not work