CryptoTact Documentation

Welcome to Crypto Tact – your trusted crypto trading solution. Our API allows you to automate trades, access market data, and manage your portfolio efficiently and securely.

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

PairMinimum OrderLeverage
BTC/USDT0.00110x
ETH/USDT0.0110x
BNB/USDT0.15x
SOL/USDT0.15x
ADA/USDT13x
XRP/USDT13x

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?

Empower your trading journey with Crypto Tact!