gfrdegdergr
This commit is contained in:
18
websea/main.py
Normal file
18
websea/main.py
Normal file
@@ -0,0 +1,18 @@
|
||||
from curl_cffi import requests
|
||||
|
||||
|
||||
class WebSea:
|
||||
def __init__(self):
|
||||
self.session = requests.Session()
|
||||
|
||||
self.url = "https://coapi.websea.com"
|
||||
|
||||
def wallet_list(self):
|
||||
|
||||
self.session.get(
|
||||
url=f"{self.url}/openApi/wallet/list"
|
||||
)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
url = "https://coapi.websea.com"
|
||||
Reference in New Issue
Block a user