Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
6448710
Topic
313082
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