Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 900 Bytes

File metadata and controls

9 lines (8 loc) · 900 Bytes

ENDPOINT OVERVIEW

Name Category Status Description
Summary Endpoint(See sample) Summary Mandatory Overview of market data for all tickers
Endpoint 1 (See sample) /asset Recommended In depth details on crypto currencies available on the exchange.
Endpoint 2(See sample) /ticker Mandatory 24-hour rolling window price change statistics for all markets.
Endpoint 3(See sample) /orderbook Mandatory Market depth of a trading pair. One array containing a list of ask prices and another array containing bid prices. Query for level 2 order book with full depth available as minimum requirement.
Endpoint 4(See sample) /trades Mandatory Recently completed trades for a given market. 24 hour historical full trades available as minimum requirement.