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 Jun 8, 2020. It is now read-only.
First of all thank you very much for this great stream api. Just a quick question for the GDAX api, how do I listen to my fills ? I can listen to all the fills like below, the trade object doesn't even have an orderID, but ideally my fills should be pushed to me, any ideas? Thank you again for this great API.
I've implemented this in pull request #160. I'm using it currently. It returns a UserTrade object (subclass of the Trade object) that contains the orderID information.
Hi guys,
First of all thank you very much for this great stream api. Just a quick question for the GDAX api, how do I listen to my fills ? I can listen to all the fills like below, the trade object doesn't even have an orderID, but ideally my fills should be pushed to me, any ideas? Thank you again for this great API.
The text was updated successfully, but these errors were encountered: