winder / Robinhood4j

Robinhood API Client Library
4 stars 0 forks source link

//val call = apiClient.crypto.getQuoteSymbols("ETHUSD,BTCUSD") #1

Open shijocj1978 opened 4 years ago

shijocj1978 commented 4 years ago

Did you got a chance to check this call is working? I have been trying to get multiple quotes with single API call so that I can reduce the server calls but I am getting 404 not found error.

winder commented 4 years ago

You may need to do some debugging on the library. I reverse engineered some internal APIs to get it working at the time and am not actively using it these days