Skip to main content
Version: testnet (v0.71)

Observe markets depth updates

Subscribe to a stream of updates on market depth for a given market

Query Parameters
    marketIds string[]

    List of market IDs to be obtained in the subscription.

Responses

A successful response.(streaming responses)


Schema
    error object
    code int32
    details object[]
    @type string
    message string
    result object
    update object[]

    List of market depth update data.

    buy object[]

    Collection of updated price levels for the buy side of the book.

    numberOfOrders uint64
    price string
    volume uint64
    marketId string
    previousSequenceNumber uint64
    sell object[]

    Collection of updated price levels for the sell side of the book.

    numberOfOrders uint64
    price string
    volume uint64
    sequenceNumber uint64
Loading...