Metadata-Version: 2.4
Name: defisocket
Version: 1.5.2
Summary: Ofiicial Python SDK for the DefiSocket API, providing easy access to DeFi data and functionalities.
Author-email: Eren Nevin <eren.m.nevin@gmail.com>
License: MIT
Project-URL: Homepage, https://defisocket.com
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2
Requires-Dist: python-dotenv>=1
Requires-Dist: websockets>=14
Dynamic: license-file

Official package to use Defisocket api from Python

1- Install from PyPi
2- Make sure DEFISOCKET_URL is stored in your .env file. Default value is https://api.defisocket.com
3- Import LiveStream or HistoricalStream from defisocket
