CryptoTact Documentation

We invite you to join the growing CryptoTact community and experience the benefits of automated crypto investing for yourself. Sign up today and start trading smarter, not harder.

 Crypto Tact API – Unlock Your Trading Power

 Introduction to Crypto Tact

Crypto Tact is your trusted platform for secure, efficient crypto trading. Our API empowers you to automate strategies, manage orders, and access live market data seamlessly.

 Authentication & Security

Each API call requires these headers for secure access:

Authorization: Bearer <your API token>
Content-Type: application/json
  • Enable 2FA for your Crypto Tact account
  • Rotate your API keys regularly
  • Restrict API access using IP whitelisting

 Core API Endpoints

  • GET /v1/bot/status – View bot status and activity
  • POST /v1/order/create – Place buy/sell orders with custom parameters
  • GET /v1/order/status – Monitor order progress
  • GET /v1/account/balance – View current asset balances
  • GET /v1/market/ticker – Access live market prices
  • POST /v1/bot/start – Start automated trading bot
  • POST /v1/bot/stop – Pause trading bot
  • POST /v1/alerts/create – Set 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
ADA/USDT 1 3x
XRP/USDT 1 3x

 Advanced Features & Best Practices

  • Real-time webhook updates for instant notifications
  • Support for professional multi-account setups
  • Advanced order types for smart risk management
  • Detailed activity logs for full transparency
  • Error codes: 400, 401, 403, 500
  • Best practices: protect your API key, enable 2FA, rotate keys, limit access to trusted IPs

 Support

For questions or assistance:

Empower your crypto trading with Crypto Tact today!