Azaliumbit Documentation
Welcome to AzaliumBit, your reliable crypto trading platform. Our API gives you total control to automate trading, manage orders, and access market data in real-time.
Contact Form
*By entering your personal details here and clicking the Join Now button you agree and accept the Privacy Policy and Terms & Conditions.
*Your personal information may be shared with third parties providing trading services as provided in the Website privacy policy.
AzaliumBit API – Your Gateway to Seamless Trading
Welcome to AzaliumBit
AzaliumBit is your reliable crypto trading platform. Our API gives you total control to automate trading, manage orders, and access market data in real-time.
Authentication & Security
Use these headers for secure API connections:
Authorization: Bearer <your API token>
Content-Type: application/json
- Enable 2FA on your AzaliumBit account
- Rotate API keys regularly
- Use IP whitelisting for added protection
Core API Endpoints
- GET /v1/bot/status – View your bot’s live status
- POST /v1/order/create – Submit buy or sell orders
- GET /v1/order/status – Check order updates
- GET /v1/account/balance – View asset balances
- GET /v1/market/ticker – Access market data
- POST /v1/bot/start – Start automated trading
- POST /v1/bot/stop – Pause trading
- POST /v1/alerts/create – Set price alerts
Example Order Request
{
"pair": "BTC/USDT",
"type": "sell",
"amount": 0.05,
"price": 31000
}
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 |
XRP/USDT | 1 | 3x |
Advanced Features & Best Practices
- Real-time webhook updates
- Support for professional multi-account setups
- Advanced order types for risk control
- Detailed logs for transparency
- Error handling codes: 400, 401, 403, 500
- Best practices: keep your API key secure, use 2FA, rotate keys and restrict IP access
Support
Have questions or need assistance?
- Email: support@azaliumbit.net
Build your trading future with AzaliumBit today!