Skip to content

ChipaDevTeam/AxiomTradeAPI-py

Repository files navigation

docs
👉 Join us on Discord
if you are looking to build a bot, let us build it for you! check Our shop

AxiomTradeAPI-py

A Python wrapper for the Axiom Trade 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

pip install axiomtradeapi

🔧 Usage

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

🐜 License

This project is licensed under the MIT License.

📩 Contact

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

About

The `axiom.trade/@chipa` API for python

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages