General Information
Welcome to BtcTurk’s trader and developer documentation. You can use our API to access all market data, trading and account management endpoints. In order to access the API, you will need an exchange account. The account can be created at anytime.
API Base URL: https://api.btcturk.com
All endpoints successful requests return JSON object model.
You can use pair symbol parameter in this format:
BTCTRY
All timestamps except OHLC Graph are in miliseconds. OHLC Graph returns values in seconds.
Authentication related requests must be send as
application/json
For
GET
endpoints, parameters must be sent as aquery string
.Parameters can be sent in any order.
You can check BtcTurk exchange status from: https://status.btcturk.com/
Last updated