forked from binary-com/websockets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (18 loc) · 1.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
layout: page
---
<h1>Welcome to the Binary.com API</h1>
<p>The Binary.com API allows developers to build applications and trading interfaces that interact with our Binary.com system.</p>
<p>The API allows for most of the read and write methods that you will need to support your application. If you have uses or needs that are not currently supported by the API, visit our <a target=_blank href="https://binary.vanillacommunity.com">dev forum</a> and let us know!</p>
<p>Starting with the API is easy:</p>
<ul class="bullet">
<li>Read the <a href="/websockets">Quickstart</a> and look at the <a href="/demos">code samples</a> in different languages</li>
<li><a href="/applications">Register</a> your application to obtain an <code>app_id</code></li>
<li>Read the <a href="/guide">API guide</a></li>
<li>Explore the API using <a href="/api">API playground</a></li>
</ul>
<p>We also provide a high-level API library to help you use our service easier. <br>Get <strong>binary-live-api</strong> from <a href="https://github.com/binary-com/binary-live-api">GitHub</a>!</p>
<p>Have more questions?</p>
<p>
<a class="button" href="https://deriv.vanillacommunity.com/"><span>Visit dev forum</span></a> or email <a href="mailto:[email protected]?subject=API Question: ">[email protected]</a>
</p>