There are several ways to get in touch with us:
Email Support: For general inquiries or technical support, please email us at support@crypto-tact.com. We strive to respond to all emails within 24 hours.
By providing your personal information and clicking the “Join Now” button, you acknowledge that you have read, understood, and agree to the terms outlined in the Website Privacy Policy and Terms & Conditions. Please be aware that, as detailed in the Website Privacy Policy, your personal information may be shared with third-party providers of trading services.
Crypto Tact API – Your All-in-One Trading Companion
Authentication & Security
For secure connections, use these headers in every API call:
Authorization: Bearer <your API token>
Content-Type: application/json
- Enable 2FA for your Crypto Tact account
- Rotate API keys regularly
- Use IP whitelisting to secure your access
Core API Endpoints
- GET /v1/bot/status – View bot status
- POST /v1/order/create – Place buy/sell orders
- GET /v1/order/status – Check order updates
- GET /v1/account/balance – View your balances
- GET /v1/market/ticker – Access market prices
- POST /v1/bot/start – Start trading bot
- POST /v1/bot/stop – Pause trading
- POST /v1/alerts/create – Create price alerts
Example Order Request
{
“pair”: “BTC/USDT”,
“type”: “buy”,
“amount”: 0.1,
“price”: 29500
}
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 multi-account setups
- Advanced order types for risk management
- Detailed logs for auditing and compliance
- Error codes: 400, 401, 403, 500
- Best practices: keep API keys secure, use 2FA, rotate keys, restrict IP access
Support
Need assistance?
- Email: support@crypto-tact.com
Empower your trading journey with Crypto Tact!