BtcTurk | PRO API Documentation
Search…
BtcTurk | PRO API Documentation
General Information
Data Center
Authentication
Authentication V1
Usage
Testing
Public Endpoints
Exchange Info
Ticker
OrderBook
Trades
OHLC Data
Kline Data
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
Pairs Scale (Quantity/Price)
FAQ (Frequently Asked Questions)
Powered By
GitBook
Rate Limits
Retry-After
When you receive 429 (Too Many Requests) response, this indicates how long you have to wait before making a new request. Please refer to this link
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Retry-After
Rate limits for private endpoints are account based.
For public endpoints, rate limits are per ip.
Endpoints
Method
Requests per minute
Requests per second
All Endpoints
api/v1/*
*
600
Balance
/api/v1/users/balances
GET
120
CryptoWithdrawal
/api/v1/withdrawals/crypto
POST
10
Order
/api/v1/order
POST
300
10
/api/v1/order
DELETE
300
10
/api/v1/openOrders
GET
330
/api/v1/allOrders
GET
300
Trade
/api/v1/trades
GET
90
UserTransactions
/api/v1/users/transactions/trade
GET
90
/api/v1/users/transactions/trade/*
GET
90
/api/v1/users/transactions/crypto
GET
90
/api/v1/users/transactions/fiat
GET
90
Ticker
Private Endpoints - Previous
Cancel an Order
Next - Websocket Feed
WebSocket Authentication
Last modified
1mo ago
Copy link