Metadata-Version: 2.4
Name: axiomtradeapi
Version: 0.1.0
Summary: A Python client for the AxiomTrade API.
Home-page: https://github.com/ChipaDevTeam/AxiomTradeAPI-py
Author: ChipaDevTeam
Author-email: 
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

[docs](https://chipadevteam.github.io/AxiomTradeAPI-py) <br>
👉 [Join us on Discord](https://discord.gg/p7YyFqSmAz) <br>
if you are looking to build a bot, let us build it for you! check [Our shop](https://shop.chipatrade.com/products/create-your-bot?variant=42924637487206)
# AxiomTradeAPI-py

A Python wrapper for the [Axiom Trade](https://axiom.trade/@chipa) API. Easily interact with Axiom Trade's trading features using Python.

## 📌 Features
- Access market data  
- Place and manage trades  
- Retrieve account details  
- Comprehensive logging support
- More features coming soon!  

## 🚀 Installation
```bash
pip install axiomtradeapi
```

## 🔧 Usage
```python
import logging
from axiomtradeapi import AxiomTradeClient

# Initialize client with debug logging
client = AxiomTradeClient(log_level=logging.DEBUG)

# Get account balance
balance = client.get_balance()
print(balance)

# Or use default INFO level logging
client = AxiomTradeClient()  # Uses logging.INFO by default
balance = client.get_balance()
print(balance)
```

## 💡 Support Us
If you find this project useful, consider supporting us by signing up with our affiliate link:  
👉 [Axiom Trade Affiliate](https://axiom.trade/@chipa)  

## 🐜 License
This project is licensed under the MIT License.

## 📩 Contact
For questions or suggestions, feel free to open an issue or reach out!

