Topics
Replies

perjohan.alzen
20 Jul 2021, 09:58

RE:

amusleh said:

Hi,

Its possible but Open API is not the rioght solution for what you are after, Open API is for building trading apps and it uses OAuth authentication.

You have to first get an access token and then you will be able to use the API, and the access token has an expiry which you have to monitor and refresh it by using the refresh token.

What you can do is to get an acess token for your API application, then use that access token on your Azure Functions to access API, you also have to refresh the token once is expired or before its expiry.

I recommend you to read the Open API documentation and check our samples for Open API.NET.

 

I think I see what you mean. I still need a local API application? And access that app from my Azure Function?

Is there a way to read the account balance, not using Open API (or FIX)?


@perjohan.alzen