wisespace-io / bitfinex-rs

Bitfinex trading api
Other
57 stars 33 forks source link

Support for /symbols endpoint #8

Open agodnic opened 5 years ago

agodnic commented 5 years ago

Hi!

Are you interested in adding support for the /symbols endpoint?

I could submit a PR for it.

wisespace-io commented 5 years ago

@unterkontrolle Your link points to the ticker endpoint, did you mean https://docs.bitfinex.com/reference#rest-public-symbols ?

agodnic commented 5 years ago

@unterkontrolle Your link points to the ticker endpoint, did you mean https://docs.bitfinex.com/reference#rest-public-symbols ?

Ouch! I pasted the wrong link.

Yes, I meant that one.

curl --request GET --url https://api.bitfinex.com/v1/symbols

wisespace-io commented 5 years ago

Yes, if you can, it would be a nice contribution.