Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to retrieve the information of just only one specific filled order for a specific owner? #231

Open
Danilo-Araujo-Silva opened this issue Apr 29, 2022 · 3 comments

Comments

@Danilo-Araujo-Silva
Copy link

How can we the information of just only one specific filled order instead of loading all of them?
And also only the orders that were placed by a specific owner?

For example, we have this documentation here:
https://github.com/project-serum/serum-ts/tree/master/packages/serum

But we only have an example to be retrieving the info for filled orders, so if we are working with several markets this would be very time-consuming.

Maybe we could have something like:

await market.loadFills({ connection: connection, owner: owner.publicKey, clientId: clientId, exchangeId: exchangeId })
@Triggsy22
Copy link

Im facing many of the same issues you have.
But this one is absolutely crucial for me.
I cant use Serum if i can not get the informations of my orders.

Even the Exchanges like Mango are not using build in serum features.
Mango is using an Request to event-history-api-candles.herokuapp.com to get history orders in a specific timespan.
But also not filtered by owner.
Example: https://event-history-api-candles.herokuapp.com/tv/history?symbol=BTC%2FUSDC&resolution=60&from=1654221904&to=1654257904

@cloorem2
Copy link

bump

@Danilo-Araujo-Silva
Copy link
Author

I haven't used it yet,
but they recommended me to use

vybenetwork

for retrieving filled orders.

Please let me know if you have success with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants