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: [Feature Request] API Key Auth instead of Login Creds

dashed-slug.net Forums General discussion [Feature Request] API Key Auth instead of Login Creds Reply To: [Feature Request] API Key Auth instead of Login Creds

#6014
alexg
Keymaster

Hello Philipp,

Unfortunately only the exchange extension was built explicitly with this architecture. The parent plugin does not give you an API key.

However, you can access the JSON API via curl and perform operations with the plugin. Please see the documentation under APIs -> Wallets JSON API -> Accessing the JSON API from cURL for more details. You will also find some documentation on the JSON API in the same document. This is the same API that the frontend uses to communicate with the backend.

Essentially a cookie holds a session ID which you can think of as an “API key” that you are granted as soon as you login with username/password.

Let me know if you need any help with this.

with regards