forked from ChipaDevTeam/PocketOptionAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (46 loc) · 1.76 KB
/
index.html
File metadata and controls
46 lines (46 loc) · 1.76 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PocketOptionAPI Async Docs</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1>PocketOptionAPI Async</h1>
<nav>
<a href="index.html">Home</a>
<a href="quickstart.html">Quickstart</a>
<a href="api.html">API Reference</a>
<a href="examples.html">Examples</a>
<a href="faq.html">FAQ</a>
</nav>
</header>
<main>
<h2>What is PocketOptionAPI Async?</h2>
<div class="card">
<p><b>PocketOptionAPI Async</b> is a modern, asynchronous Python library for interacting with the Pocket Option trading platform. It allows you to automate trading, retrieve market data, manage orders, and more, all with a simple and robust async API.</p>
<ul>
<li>Connect to Pocket Option with your SSID</li>
<li>Place and track orders (CALL/PUT)</li>
<li>Get real-time candles and market data</li>
<li>Check balances, order results, and more</li>
<li>Perfect for bot developers and trading automation</li>
</ul>
</div>
<h3>Why use this library?</h3>
<ul>
<li>Fully async for high performance</li>
<li>Easy to use and well-documented</li>
<li>Actively maintained and open source</li>
<li>Works with both demo and real accounts</li>
</ul>
<div class="advert">
Want a custom trading bot? <a href="https://shop.chipatrade.com/products/create-your-bot?variant=42924637487206" target="_blank">Let us build it for you!</a>
</div>
</main>
</body>
<script src="codeblock.js"></script>
</html>