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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 2 2 3

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 512.0 KiB each and 1.0 MiB total.

@krishna muppavarapu

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If so please can you click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,


AHS


1 Answer

· Write an Answer
Upvotes
Accepted
78.8k 250 52 74

@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 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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