You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
I have a program which scans the markets of a list of tokens, some of which may not actually have any open orders. The problem is that the response to getMarket doesn't indicate which token it's for. A good general solution for this type of problem would be to accept a request id and echo that request id back with the response
The text was updated successfully, but these errors were encountered:
I have a program which scans the markets of a list of tokens, some of which may not actually have any open orders. The problem is that the response to
getMarket
doesn't indicate which token it's for. A good general solution for this type of problem would be to accept a request id and echo that request id back with the responseThe text was updated successfully, but these errors were encountered: