Market API

  • Description
  • API endpoint
  • Request limits
  • Tickers
    • get Average price
    • get Ticker list

Market API

version 1

Historical data on the prices of cryptocurrency and fiat currency in the format of trading candles. All data is available for sorting by the most popular markets. Current price tickers. Exchange rates, weighted average prices.

API endpoint

https://api.bitaps.com/market/v1/

Request limits

For API, restrictions of requests by IP addresses apply. Standard limit 60 requests within 5 seconds for a single IP address. If you need more requests, then you need to purchase an API token. For questions about obtaining a token API, contact support@bitaps.com. If the limit is exceeded, a page with the status 429 to many requests is given in response to the request. If an error is received, you should wait for the time limit to be restored, otherwise the IP address will be blocked for 3 minutes. The current status of the limits can be found in the response headers Ratelimit-Remaining and Ratelimit-Reset .

Tickers

Average price
get /ticker/{pair}
Average price for trading pair.
Path parameters
pair
string
Trading pair [btcusd, btcusdt, btceur, bchusd, ltcusd, ethusd, etheur, bnbusd]
required
Responses
application/json
200
data
object
required
   last
float
Lats price
required
   last_change
float
Last price change
required
   open
float
Open price
required
   high
float
24 hours maximum
required
   low
float
24 hours minimum
required
   markets
integer
Count of markets used to calculate the weighted average price
required
time
integer
Request time
required
Ticker list
get /tickers/{id_list}
Ticker list for trading pairs and markets.
Path parameters
id_list
string
Ticker list [btcusd, btcusdt, btceur, bchusd, ltcusd, ethusd, etheur, bnbusd] or markets [HITBTC, BITFINEX, BITSTAMP, COINBASEPRO, KRAKEN, GEMINI, BINANCE, COINEX, BITFOREX, HUOBI] comma separated.
required
Responses
application/json
200
data
object
A dictionary with tickers, where the keys of the dictionary are the specified tickers in request
required
time
integer
Request time
required