Skip to content

Commit e63f7e9

Browse files
committed
readme
1 parent 68b7a8e commit e63f7e9

File tree

1 file changed

+66
-2
lines changed

1 file changed

+66
-2
lines changed

README.md

Lines changed: 66 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,66 @@
1-
# bybit.go.api
2-
Bybit Official Open API SDK
1+
# bybit-go-api
2+
[![GO 1.21.0](https://img.shields.io/badge/Go-1.21.0-brightgreen.svg)](https://github.com/wuhewuhe/bybit-go-api) [![Contributor Victor](https://img.shields.io/badge/contributor-Victor-blue.svg)](https://github.com/wuhewuhe/bybit-go-api) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/wuhewuhe/bybit-go-api/blob/main/LICENSE)
3+
## Table of Contents
4+
- [About](#about)
5+
- [Development](#development)
6+
- [Installation](#installation)
7+
- [Usage](#usage)
8+
- [Contact](#contact)
9+
- [Contributors](#contributors)
10+
- [Donations](#donations)
11+
## About
12+
The Official Go Lang API connector for Bybit's HTTP and WebSocket APIs.
13+
14+
Dive into a plethora of functionalities:
15+
- Market Data Retrieval
16+
- Trade Execution
17+
- Position Management
18+
- Account and Asset Info Retrieval
19+
- User and Upgrade Management
20+
- Public Websocket Streaming
21+
- Private Websocket Streaming
22+
- Lending Institution and Client
23+
- Broker Earning Data
24+
25+
bybit-go-api provides an official, robust, and high-performance go connector to Bybit's trading APIs.
26+
27+
Initially conceptualized by esteemed go developer Victor, this module is now maintained by Bybit's in-house go experts.
28+
29+
Your contributions are most welcome!
30+
31+
## Development
32+
bybit-go-api is under active development with the latest features and updates from Bybit's API implemented promptly. The module utilizes minimal external libraries to provide a lightweight and efficient experience. If you've made enhancements or fixed bugs, please submit a pull request.
33+
34+
## Installation
35+
Ensure you have go 1.21.0 or higher. You can include bybit-go-api in your project using Maven or Gradle.
36+
37+
## Usage
38+
Note: Replace placeholders (like YOUR_API_KEY, links, or other details) with the actual information. You can also customize this template to better fit the actual state and details of your Java API.
39+
### Rest API
40+
### Websocket public channel
41+
### Websocket private channel
42+
43+
## Contact
44+
For support, join our Bybit API community on [Telegram](https://t.me/Bybitapi).
45+
46+
## Contributors
47+
List of other contributors
48+
<table>
49+
<tr>
50+
<td align="center">
51+
<a href="https://github.com/wuhewuhe">
52+
<img src="https://avatars.githubusercontent.com/u/32245754?v=4" width="100px;" alt=""/>
53+
<br />
54+
<sub>
55+
<b>Victor</b>
56+
</sub>
57+
</a>
58+
<br />
59+
<a href="https://github.com/wuhewuhe/bybit-java-api/commits?author=wuhewuhe" title="Code">💻</a>
60+
<a href="https://github.com/wuhewuhe/bybit-java-api/commits?author=wuhewuhe" title="Documentation">📖</a>
61+
</td>
62+
</tr>
63+
</table>
64+
65+
## Donations
66+
Your donations keep our development active and our community growing. Donate USDT to our [ERC20 Wallet Address](0x238bbb45af1254e2fd76564c9b56042c452f3d6e).

0 commit comments

Comments
 (0)