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

support for calls on the marketplace #9

Closed
ecbtln opened this issue Feb 11, 2014 · 3 comments
Closed

support for calls on the marketplace #9

ecbtln opened this issue Feb 11, 2014 · 3 comments

Comments

@ecbtln
Copy link
Owner

ecbtln commented Feb 11, 2014

  1. place an order
  2. view matched orders / open orders
  3. for matched orders that need btc pay, present this interface

will be able to cancel any orders listed as open

will work between any two assets

@ecbtln
Copy link
Owner Author

ecbtln commented Feb 11, 2014

Use this API calls to get orders

also show a checkbox to filter whether or not to show expired, but default to false in UI

get_orders(filters={'field': 'address', 'op': '==', 'value': BTC_ADDRESS}})

then show order matches (only of specific addresses)

get_order_matches(filters={'field': 'address', 'op': '==', 'value': BTC_ADDRESS}, is_mine=True)

@ecbtln
Copy link
Owner Author

ecbtln commented Feb 13, 2014

for the order matches, we only care about those that require BTCPay (one of the assets is BTC). We'll then separate the ones that we are awaiting payment for with the ones where we only have a certain amount of time to pay

@ecbtln
Copy link
Owner Author

ecbtln commented Feb 13, 2014

b337845 fixes this

@ecbtln ecbtln closed this as completed Feb 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant