Market Data

Get member levels

Description

Returns hash of minimum levels and the privileges they provide.

HttpRequest

GET https://trade.nebulaecn.com/api/v2/backend/public/member-levels

Responses

Get specified ticker

Description

Get ticker of specific market.

HttpRequest

GET https://trade.nebulaecn.com/api/v2/backend/public/markets/{market}/tickers

Parameters

Responses

Get tickers

Description

Get ticker of all markets (For response doc see /:market/tickers/ response).

HttpRequest

GET https://trade.nebulaecn.com/api/v2/backend/public/markets/tickers

Responses

Get OHLC

Description

Get OHLC(k line) of specific market.

HttpRequest

GET https://trade.nebulaecn.com/api/v2/backend/public/markets/{market}/k-line

Parameters

Responses

Get depth of specified market

Description

Get depth of specified market. Both asks and bids are sorted from highest price to lowest.

HttpRequest

GET https://trade.nebulaecn.com/api/v2/backend/public/markets/{market}/depth

Parameters

Responses

Get recent trades

Description

Get recent trades on market, each trade is included only once. Trades are sorted in reverse creation order.

HttpRequest

GET https://trade.nebulaecn.com/api/v2/backend/public/markets/{market}/trades

Parameters

Responses

Get the order book

Description

Get the order book of specified market.

HttpRequest

GET https://trade.nebulaecn.com/api/v2/backend/public/markets/{market}/order-book

Parameters

Responses

Get all markets

Description

Get all available markets.

HttpRequest

GET https://trade.nebulaecn.com/api/v2/backend/public/markets

Parameters

Responses

Get currencies

Description

Get list of currencies

HttpRequest

GET https://trade.nebulaecn.com/api/v2/backend/public/currencies

Parameters

Responses

Get a currency

Description

Get a currency

HttpRequest

GET https://trade.nebulaecn.com/api/v2/backend/public/currencies/{id}

Parameters

Responses

Last updated