wisespace-io / bitfinex-rs

Bitfinex trading api
Other
57 stars 33 forks source link

Add ledgers API #4

Closed sebnow closed 5 years ago

sebnow commented 5 years ago

Query parameters shouldn't be signed. The only way to currently provide them is to add them to the URL path, which results in them being signed. For now, I've omitted them, and I'll try to add query parameter support in a separate PR.

wisespace-io commented 5 years ago

@sebnow Thank you for the contribution