GET ZKE Data
REST API Baseurl : https://openapi.zke.com
https://openapi.zke.com
[Trade ]
The trades endpoint is to return data on all recently completed trades for a given market pair.
Path: /open/pub/trades
Method: GET
Description:
Parameters
N/A
Query
Response:
[Ticker]
The ticker endpoint is to provide a 24-hour pricing and volume summary for each market pair available on the exchange.
Path: /open/pub/ticker
Method: GET
Description:
Parameters
N/A
Response:
[Asset]
The assets endpoint is to provide a detailed summary for each currency available on the exchange.
Path: /open/pub/asset
Method: GET
Description:
Parameters
N/A
Response:
[OrderBook]
The order book endpoint is to provide a complete level 2 order book (arranged by best asks/bids) with full depth returned for a given market pair.
Path: /open/pub/orderbook
Method: GET
Description:
Parameters
N/A
Query
Response:
[SUMMARY]
The summary endpoint is to provide an overview of market data for all tickers and all market pairs on the exchange.
Path: /open/api/get_allticker
Method: GET
Description:
Parameters
N/A
Response:
Last updated