coinbase / coinbase-pro-node

DEPRECATED — The official Node.js library for Coinbase Pro
Apache License 2.0
844 stars 316 forks source link

Fixes #196 - add optional order_id param to getFills type #344

Closed aricallen closed 6 years ago

aricallen commented 6 years ago

Updates the FillFilter type so getFills will not complain when trying to provide an order_id parameter. This mirrors the functionality in the API - https://docs.pro.coinbase.com/#list-fills

fb55 commented 6 years ago

Thanks a lot!