API Documentation

Build on top of afixcrypto with our REST API

Coming Soon

Our public API is currently in private beta. If you'd like early access, send us an email at api@afixcrypto.com with your use case.

What you'll be able to do

  • Query live BTC signals programmatically
  • Place trades via REST endpoints
  • Subscribe to real-time trade updates via WebSocket
  • Manage deposits and withdrawals
  • Pull complete trade history

Authentication

All API requests will require a Bearer token in the Authorization header.

curl https://api.afixcrypto.com/v1/signals \
  -H "Authorization: Bearer YOUR_API_KEY"