Feed 'MD' - View-only Firm Market data

Feed 'MD' is a separate feed reserved for view-only Market Data from LPs. It is accessible by Taker and Master account types.

Requests

Subscribe to all LPs:

{"event": "bind", "feed": "MD", "feedId": {"instrument": "BTC-USD"}}

Subscribe to selected LPs:

{"event": "bind", "feed": "MD", "feedId": {"instrument": "BTC-USD", "makers": [1, 2, 3]}}

For masters: subscribe on behalf of a subtaker:

{"event": "bind", "feed": "MD", "feedId": {"clientId": 123, "instrument": "BTC-USD"}}
{"event": "bind", "feed": "MD", "feedId": {"clientId": 123, "instrument": "BTC-USD", "makers": [1, 2, 3]}}

Feed handling is the same as for Feed 'B'

Feed 'B' - Global order book

Last updated