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. Private Endpoints

All Private Endpoints

PreviousGet Kline DataNextGet Account Balance

Last updated 2 years ago

Was this helpful?

Endpoint Name
Path

Balances
https://api.btcturk.com/api/v1/users/balances
User Trade Transactions
https://api.btcturk.com/api/v1/users/transactions/trade
User Fiat Transactions
https://api.btcturk.com/api/v1/users/transactions/fiat
User Crypto Transactions
https://api.btcturk.com/api/v1/users/transactions/crypto
Open Orders
https://api.btcturk.com/api/v1/openOrders
All Orders
https://api.btcturk.com/api/v1/allOrders
Order/{OrderId}
https://api.btcturk.com/api/v1/order/{orderId}
Submit Order
https://api.btcturk.com/api/v1/order
Cancel Order
https://api.btcturk.com/api/v1/order