API calls from C#

Hello.
I want to create a Windows Form application (Windows Desktop application) for send trading orders and get Volatility signals, but I have a few questions:

1: I can´t find the URL for API calls on https://developers.binary.com/api/ (official API documentation). I can run some tests on these webpage and works fine, but I dont know what is the URL for use on my code. Where I can find the URL for call API methods?
2: Maybe, I need to register my application, but the application registration form ask for a Redirect URL. My application is a desktop application and not a Web application. What Redirect URL must use for it?
3: I have a authorization token. However, Binary.com API shows methods that can be run without authorization, like ticks history and others. How can run these API methods from my desktop application?

Can you help me, please?

Thanks.

Comments

Sign In or Register to comment.