BTCMarkets / API

API
119 stars 30 forks source link

Market API doesn't support USD for BTC? #58

Closed consultantcraig closed 6 years ago

consultantcraig commented 6 years ago

When you visit this link:

https://api.btcmarkets.net/market/BTC/AUD/orderbook

You'll get the order book data in AUD.

When you visit this link:

https://api.btcmarkets.net/market/BTC/USD/orderbook

An error (error code 5) is returned.

Is USD not supported in this context? I was unable to find a list of accepted currency codes. Thanks!

martin-nginio commented 6 years ago

Hi @consultantcraig

USD trading is not supported at this stage. If we decide to support USD, it will be announced to our customers.

Thanks.

Regards, Martin

consultantcraig commented 6 years ago

Thanks Martin. Turns out many exchanges do not support USD (I'm working on an exchange aggregation console) and I'll have to do real-time currency conversion in several cases, going to try money.js.