I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: JSON-API authentication

dashed-slug.net Forums General discussion JSON-API authentication Reply To: JSON-API authentication

#9311
alexg
Keymaster

Hello,

To get the JSON-API key remotely, it is necessary to have the user name and password of the user.

To see how to get the API key, please see the following section in the documentation:

“APIs, APIs everywhere!” -> “Wallets JSON API” -> “Programmatic access to the Transactions API” -> “Getting a key”

The documentation showcases how to do this from the shell using curl. You can do this using your language of choice, as long as you can hold cookies between requests.

with regards