For a deeper look into our Elektron API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 1 1 1

MarketMaker L2 data

I have question related to MarketMaker Level2 data.

I do see "Action" attribute contains Add or Update. Is it possible to get 'Delete' actions also in MarketMaker depth type ?

If possible then can you please provide sample on how the data looks like.

treprdp-apiwebsocketsrrto
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
38.1k 69 35 53

@krishna muppavarapu

The Market Maker domain provides access to market maker quotes and trade information. The list of market makers is sent in the form of a Map. There are three actions for map entries: Add, Update, and Delete.

Therefore, it is possible to get the Delete action for the Market Maker domain. It looks like:

       {
          "Action":"Delete",
          "Key":"MzYuNTlh"
        }

It contains the Delete action and Key. No map entry payload is included when the action is Delete.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea