BtcTurk | Kripto API Documentation
  • General Information
  • API Access Permissions
  • Data Center
  • Recent changes
  • Authentication
    • Authentication V1
    • Usage
  • Public Endpoints
    • All Public Endpoints
    • Get Exchange Info
    • Get Tickers
    • Get OrderBook
    • Get Trades
    • Get OHLC Data
    • Get Kline Data
  • Private Endpoints
    • All Private Endpoints
    • Get Account Balance
    • Get User Transactions
    • Get Fiat Transactions
    • Get Crypto Transactions
    • Get Open Orders
    • Get All Orders
    • Get Single Order
    • Submit an Order
    • Cancel an Order
  • Rate Limits
  • Websocket Feed
    • WebSocket Authentication
    • Channel, Event and Model
    • Models
    • TradingView
  • Errors
  • Error Handling For Order Operations
    • Retry Strategy Guideline
  • Pairs Scale (Quantity/Price)
  • FAQ (Frequently Asked Questions)
  • Contact Us
Powered by GitBook
On this page

Was this helpful?

  1. Public Endpoints

All Public Endpoints

Endpoint Name
Path

ExchangeInfo

https://api.btcturk.com/api/v2/server/exchangeinfo

Ticker

https://api.btcturk.com/api/v2/ticker

Ticker-Currency

https://api.btcturk.com/api/v2/ticker/currency

Orderbook

https://api.btcturk.com/api/v2/orderbook

Trades

https://api.btcturk.com/api/v2/trades

OHLC

https://graph-api.btcturk.com/v1/ohlcs

Kline Data

https://graph-api.btcturk.com/v1/klines/history

PreviousUsageNextGet Exchange Info

Last updated 2 years ago

Was this helpful?