Skip to content

Commit 41da782

Browse files
committed
README update
1 parent 315854a commit 41da782

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
- Easy & quick to work with
1010
- Actively developed and maintained
1111

12+
*originally developed by kolya5544*
13+
1214
## Features
1315

1416
bybit_p2p currently implements all methods available for P2P API. The library is in active development, so any newly released features will be added almost immediately. Here is a short list of what the library can do:
@@ -66,7 +68,7 @@ print(api.get_ads_list())
6668

6769
RSA users should also set `rsa=True` in the constructor. TR/KZ/NL/etc. users can manipulate `domain` and `tld` parameters, like `tld="kz"`.
6870

69-
You can find the complete Quickstart example here: [bybit_p2p quickstart](https://github.com/kolya5544/bybit_p2p/blob/master/examples/quickstart.py).
71+
You can find the complete Quickstart example here: [bybit_p2p quickstart](https://github.com/bybit-exchange/bybit_p2p/blob/master/examples/quickstart.py).
7072

7173
## Documentation
7274

@@ -100,6 +102,8 @@ Orders:
100102

101103

102104
User:
105+
| bybit_p2p method name | P2P API method name | P2P API endpoint path |
106+
| --- | --- | --- |
103107
| get_account_information() | Get Account Information | [/v5/p2p/user/personal/info](https://bybit-exchange.github.io/docs/p2p/user/acct-info) |
104108
| get_counterparty_info() | Get Counterparty User Info | [/v5/p2p/user/order/personal/info](https://bybit-exchange.github.io/docs/p2p/user/counterparty-user-info) |
105109
| get_user_payment_types() | Get User Payment | [/v5/p2p/user/payment/list](https://bybit-exchange.github.io/docs/p2p/user/user-payment) |
@@ -113,7 +117,7 @@ More methods will come soon, allowing for more advanced operations.
113117

114118
## Development
115119

116-
Contributions are welcome, non-breaking changes to the code are preferred.
120+
All contributions are welcome.
117121

118122
## License
119123

0 commit comments

Comments
 (0)