Recommend this page to a friend! |
Classes of Hicri | BTCTurk PHP API | README.md | Download |
|
DownloadPHP API client for btcturk.comA simple API client, written with PHP for btcturk.com. BtcTurk is a cryptocurrency exchange operating in Turkey. Offers crypto trading service. There are various crypto services available. For additional information about API visit https://docs.btcturk.com/ BtcTurk API Terms of Service Requirements
InstallationThe preferred way to install this extension is through composer. Either run
or add
Basic usageExample
Available methodsExchangeexchange-infoYou can use exchangeinfo endpoint for all tradable pairs and their quantity or price scales.
TickersPairUsing the pairSymbol parameter, you can send a request for a single pair.
currencycurrency parameter can be used for all symbol pairs.
OrderBookorderbookGet a list of all open orders for a product.
TradestradesGets a list the latest trades for a product.
OHLC DataOHLCopen, high, low, close, volume, total and average information can be viewed with OHLC enpoint.
Account BalanceBalanceFor more information you can check our Authentication V1 article. All asset information can be viewed with the Account Balance endpoint.
TransactionsTransactionsFor more information you can check our Authentication V1 article. 6 parameters can be used to access user transactions.
Fiat TransactionsFor more information you can check our Authentication V1 article. 4 parameters can be used to access user fiat transactions.
Crypto TransactionsFor more information you can check our Authentication V1 article. 4 parameters can be used to access user fiat transactions.
OrdersOpen OrdersList your current open orders. Only open or un-settled orders are returned by default. As soon as an order is no longer open and settled, it will no longer appear in the default request.
All OrdersRetrieve all orders of any status.
Single OrderGet a single order by orderId. For all transactions related to the private endpoint, you must authorize before sending your request.
Testing
CreditsLicenseThe MIT License (MIT). Please see License File for more information. |