docs
👉 Join us on Discord
if you are looking to build a bot, let us build it for you! check Our shop
A Python wrapper for the Axiom Trade API. Easily interact with Axiom Trade's trading features using Python.
- Access market data
- Place and manage trades
- Retrieve account details
- Comprehensive logging support
- More features coming soon!
pip install axiomtradeapi
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)
If you find this project useful, consider supporting us by signing up with our affiliate link:
👉 Axiom Trade Affiliate
This project is licensed under the MIT License.
For questions or suggestions, feel free to open an issue or reach out!