Azaliumbit Documentation

Let’s contact now

AzaliumBit API – Your Next-Gen Crypto Trading Hub

Welcome to AzaliumBit – the platform that empowers you to trade smarter and faster. Our API helps you automate trades, manage your portfolio, and access advanced analytics – all in real-time.


Authentication & Security
For every API request, use these headers:
Authorization: Bearer <your API token>
Content-Type: application/json
Best security practices:

  • Enable 2FA for your AzaliumBit account
  • Store your API keys securely and rotate them regularly
  • Use IP whitelisting to protect your access

Core API Endpoints

  • GET /v1/bot/status – Monitor your bot’s real-time status
  • POST /v1/order/create – Place buy or sell orders with custom parameters
  • GET /v1/order/status – Check the status of your orders in real-time
  • GET /v1/account/balance – View your asset balances instantly
  • GET /v1/market/ticker – Get live market prices and updates
  • POST /v1/bot/start – Start your automated trading bot
  • POST /v1/bot/stop – Pause automated trading anytime
  • POST /v1/alerts/create – Set price alerts for your trades

Example Order Request

jsonCopyEdit{
"pair": "BTC/USDT",
"type": "buy",
"amount": 0.05,
"price": 30000
}


Supported Trading Pairs
Pair | Minimum Order | Leverage
BTC/USDT | 0.001 | 10x
ETH/USDT | 0.01 | 10x
BNB/USDT | 0.1 | 5x
SOL/USDT | 0.1 | 5x
ADA/USDT | 1 | 3x


API Request Guide

  • Choose your endpoint URL
  • Set the method (GET, POST)
  • Craft your JSON request body
  • Use your preferred REST client (like Postman or cURL)

Advanced Features

  • Real-time webhooks for instant alerts
  • Flexible order types to manage risk
  • Multi-account support for professional setups
  • Comprehensive activity logs for compliance

Error Handling

  • 400 Bad Request – Check your data and parameters
  • 401 Unauthorized – Verify your API token
  • 403 Forbidden – Action not permitted for your account
  • 500 Internal Server Error – Temporary issue, please retry

Best Practices

  • Never share your API key publicly
  • Use two-factor authentication for added security
  • Rotate API keys periodically
  • Restrict API access to trusted IP addresses

Support
Email: [email protected]

Start building your trading future with AzaliumBit today!