UNPKG

primetradeai_api

Version:

A package for Primetrade.ai api

115 lines 2.66 kB
{ "id": "bittrex", "name": "Bittrex", "countries": "US", "rateLimit": 1500, "has": { "CORS": true, "publicAPI": true, "privateAPI": true, "cancelOrder": true, "cancelOrders": false, "createDepositAddress": false, "createOrder": true, "createMarketOrder": false, "createLimitOrder": true, "deposit": false, "editOrder": "emulated", "fetchBalance": true, "fetchBidsAsks": false, "fetchClosedOrders": true, "fetchCurrencies": true, "fetchDepositAddress": true, "fetchFundingFees": false, "fetchL2OrderBook": true, "fetchMarkets": true, "fetchMyTrades": false, "fetchOHLCV": true, "fetchOpenOrders": true, "fetchOrder": true, "fetchOrderBook": true, "fetchOrderBooks": false, "fetchOrders": false, "fetchTicker": true, "fetchTickers": true, "fetchTrades": true, "fetchTradingFees": false, "fetchTradingLimits": false, "withdraw": true }, "urls": { "api": { "public": "https://bittrex.com/api", "account": "https://bittrex.com/api", "market": "https://bittrex.com/api", "v2": "https://bittrex.com/api/v2.0/pub" }, "www": "https://bittrex.com", "doc": [ "https://bittrex.com/Home/Api", "https://www.npmjs.org/package/node.bittrex.api" ], "fees": [ "https://bittrex.com/Fees", "https://support.bittrex.com/hc/en-us/articles/115000199651-What-fees-does-Bittrex-charge-" ] }, "api": { "v2": { "get": [ "currencies/GetBTCPrice", "market/GetTicks", "market/GetLatestTick", "Markets/GetMarketSummaries", "market/GetLatestTick" ] }, "public": { "get": [ "currencies", "markethistory", "markets", "marketsummaries", "marketsummary", "orderbook", "ticker" ] }, "account": { "get": [ "balance", "balances", "depositaddress", "deposithistory", "order", "orders", "orderhistory", "withdrawalhistory", "withdraw" ] }, "market": { "get": [ "buylimit", "buymarket", "cancel", "openorders", "selllimit", "sellmarket" ] } }, "timeframes": { "1m": "oneMin", "5m": "fiveMin", "30m": "thirtyMin", "1h": "hour", "1d": "day" }, "commonCurrencies": { "XBT": "BTC", "BCC": "BCH", "DRK": "DASH", "BITS": "SWIFT" } }