We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We already have a new offers table (and processor updating offers in a database) so should be easy to implement endpoints below:
/offers
/offers/{id}
/accounts/{account_id}/offers
/order_book
/paths
Each endpoint should be done as a separate PR.
This work is part of #1577.
The text was updated successfully, but these errors were encountered:
This is done cc @tamirms
Sorry, something went wrong.
abuiles
tamirms
No branches or pull requests
We already have a new offers table (and processor updating offers in a database) so should be easy to implement endpoints below:
/offers
(Add/offers
using new ingestion system. #1610)/offers/{id}
(Add /offers/{id} using new ingestion system #1602)/accounts/{account_id}/offers
(Use expingestion for/accounts/{account_id}/offers
#1694)/order_book
- I think order book graph can be used, it already has sorted order books inside, if not just use a DB. (Implement /order_book endpoint using experimental ingestion #1705)/paths
(already implemented)Each endpoint should be done as a separate PR.
This work is part of #1577.
The text was updated successfully, but these errors were encountered: