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
+33-20Lines changed: 33 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,28 +75,41 @@ bybit_p2p library currently consists of just one module, which is used for direc
75
75
You can access P2P API documentation using this link: [Not Available at this moment in time](https://google.com/)
76
76
77
77
Here is a breakdown of how API methods correspond to appropriate bybit_p2p methods:
78
+
79
+
Advertisements:
80
+
| bybit_p2p method name | P2P API method name | P2P API endpoint path |
81
+
| --- | --- | --- |
82
+
| get_online_ads() | Get Market Online Ads list |[/v5/p2p/item/online](https://bybit-exchange.github.io/docs/p2p/ad/online-ad-list)|
83
+
| post_new_ad() | Post New Ad |[/v5/p2p/item/create](https://bybit-exchange.github.io/docs/p2p/ad/post-new-ad)|
84
+
| remove_ad() | Remove ad |[/v5/p2p/item/cancel](https://bybit-exchange.github.io/docs/p2p/ad/remove-ad)|
85
+
| update_ad() | Update / Relist My Ad |[/v5/p2p/item/update](https://bybit-exchange.github.io/docs/p2p/ad/update-list-ad)|
86
+
| get_ads_list() | Get ads list |[/v5/p2p/item/personal/list](https://bybit-exchange.github.io/docs/p2p/ad/ad-list)|
87
+
| get_ad_details() | Get ad detail |[/v5/p2p/item/info](https://bybit-exchange.github.io/docs/p2p/ad/ad-detail)|
88
+
89
+
Orders:
78
90
| bybit_p2p method name | P2P API method name | P2P API endpoint path |
79
91
| --- | --- | --- |
80
-
| get_current_balance() | Get current balance |[/v5/asset/transfer/query-account-coins-balance](https://bybit-exchange.github.io/docs/v5/asset/balance/all-balance)|
81
-
| get_account_information() | Get account information | /v5/p2p/user/personal/info |
82
-
| get_ads_list() | Get ads list | /v5/p2p/item/personal/list |
83
-
| get_ad_detail() | Get ad detail | /v5/p2p/item/info |
| get_chat_messages() | Get Chat Message |[/v5/p2p/order/message/listpage](https://bybit-exchange.github.io/docs/p2p/order/chat-msg)|
100
+
101
+
102
+
User:
103
+
| get_account_information() | Get Account Information |[/v5/p2p/user/personal/info](https://bybit-exchange.github.io/docs/p2p/user/acct-info)|
104
+
| 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
+
| get_user_payment_types() | Get User Payment |[/v5/p2p/user/payment/list](https://bybit-exchange.github.io/docs/p2p/user/user-payment)|
106
+
107
+
Misc:
108
+
| bybit_p2p method name | P2P API method name | P2P API endpoint path |
109
+
| --- | --- | --- |
110
+
| get_current_balance() | Get Coin Balance |[/v5/asset/transfer/query-account-coins-balance](https://bybit-exchange.github.io/docs/p2p/all-balance)|
111
+
112
+
More methods will come soon, allowing for more advanced operations.
0 commit comments