craysiii / binance

API Wrapper for the Binance cryptocurrency exchange written in Ruby.
MIT License
97 stars 79 forks source link

Add 'Test new order' endpoint #1

Closed fab closed 6 years ago

fab commented 6 years ago

Hey @craysiii, thanks for making this gem. I noticed you were missing the Test new order endpoint from the Binance Public API. I added it since it makes testing this gem a lot easier.

craysiii commented 6 years ago

Funny, I've been busy with work and neglecting this project. Just came back to see that you had forked, and now a PR? Awesome!

I did notice that I forgot this endpoint. This will be accepted, and i will be releasing a new version of the gem in the next couple days, after I modify some endpoints that were added/changed/deleted from the new docs that were released last week.

Thank you! Websockets are coming next.