forked from binary-com/websockets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (19 loc) · 1.2 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
26
27
---
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 the 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, drop by the <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">Quick Start</a> and look at our <a href="/demos">code samples in different languages</a></li>
<li><a href="/applications">Register your application</a> so as to obtain an app_id</li>
<li>Read the <a href="/guide">Binary API Guide</a></li>
<li>Explore the API using the <a href="/api">API Playground</a></li>
</ul>
<p>We also provide a higher-level api library, to help you use our service easier.</p>
<p><a href="https://github.com/binary-com/binary-live-api">Get binary-live-api from GitHub</a></p>
<p>Have more questions?</p>
<p>
<a class="button" href="https://binary.vanillacommunity.com"><span>Visit the Dev Forum</span></a>
</p>