You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@
9
9
- Easy & quick to work with
10
10
- Actively developed and maintained
11
11
12
+
*originally developed by kolya5544*
13
+
12
14
## Features
13
15
14
16
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())
66
68
67
69
RSA users should also set `rsa=True` in the constructor. TR/KZ/NL/etc. users can manipulate `domain` and `tld` parameters, like `tld="kz"`.
68
70
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).
70
72
71
73
## Documentation
72
74
@@ -100,6 +102,8 @@ Orders:
100
102
101
103
102
104
User:
105
+
| bybit_p2p method name | P2P API method name | P2P API endpoint path |
106
+
| --- | --- | --- |
103
107
| get_account_information() | Get Account Information |[/v5/p2p/user/personal/info](https://bybit-exchange.github.io/docs/p2p/user/acct-info)|
104
108
| get_counterparty_info() | Get Counterparty User Info |[/v5/p2p/user/order/personal/info](https://bybit-exchange.github.io/docs/p2p/user/counterparty-user-info)|
105
109
| 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.
113
117
114
118
## Development
115
119
116
-
Contributions are welcome, non-breaking changes to the code are preferred.
0 commit comments