Skip to main content

General Information

General Information

Welcome to HFT Developer Handbook. You can use our API to access all market, trading and wallet data. In order to access the API, you will need an account. The account can be created at anytime on the BtcTurk | HFT portal.​

  • All Rest API endpoint responses and WebSocket messages are in JSON object model.
  • You can use pairSymbol parameter in this format: BTCTRY
  • All Rest API requests must be send as application/json
  • For GET endpoints, parameters should be provided either as a query string or as a specific id.
  • When authenticating Rest API HMAC, the parameters must be sent through the header. More detail: link
  • During WebSocket Authentication operations, it is required to send the necessary auth parameters over the header in the request you open a connection. More detail: link