Documentation

Azaliumbit Documentation

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

  • Enable 2FA for your AzaliumBit account
  • Rotate your API keys periodically
  • Use IP whitelisting to limit access

Core API Endpoints

  • GET /v1/bot/status – Monitor your bot’s live performance
  • POST /v1/order/create – Place buy/sell orders with flexible parameters
  • GET /v1/order/status – Track your orders in real-time
  • GET /v1/account/balance – View your current balances
  • GET /v1/market/ticker – Access live market data and trends
  • POST /v1/bot/start – Start automated trading instantly
  • POST /v1/bot/stop – Pause trading activities as needed
  • POST /v1/alerts/create – Create custom price alerts

Example Order Request

{
“pair”: “ETH/USDT”,
“type”: “buy”,
“amount”: 0.2,
“price”: 1900
}

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


API Request Details

  • Endpoint URL
  • Request Method (GET, POST)
  • JSON Request Body

Use your favorite REST client to test these requests.


Advanced Features

  • Real-time webhook updates
  • Advanced order types for better risk management
  • Multi-account support for professional trading
  • Detailed logs for compliance and auditing

Error Handling

  • 400 Bad Request – Check your request data
  • 401 Unauthorized – Invalid or expired API token
  • 403 Forbidden – Action not permitted for your account
  • 500 Internal Server Error – Retry in a moment

Best Practices

  • Keep your API token private and secure
  • Use strong passwords and enable 2FA
  • Rotate API keys regularly
  • Restrict API access to trusted IP addresses

Support
Email: [email protected]
Telegram: @AzaliumBitSupport

Get started with AzaliumBit today and take your trading to the next level!