coinbase / coinbase-exchange-ruby

DEPRECATED — Official Ruby library for the GDAX API
Apache License 2.0
122 stars 100 forks source link

Update documentation based on GET /fills deprecation notice #38

Closed mchalise closed 4 years ago

mchalise commented 5 years ago

There's a giant deprecation notice for the GET /fills endpoint https://docs.gdax.com/#fills

The README on this project needs to be updated to have an example of how to pass in the product_id or order_id.

Coinbase::Exchange::BadRequestError: {"message":"query must contained either product_id or order_id"}

I am getting this error.

mchalise commented 5 years ago

GET /products

Will provide product ids. But I am now confused on how to do pagination any idea?

drewrothstein commented 4 years ago

Hi, we are closing out PRs + Issues as this project is being archived.