coinapi-sdk icon indicating copy to clipboard operation
coinapi-sdk copied to clipboard

SDKs for CoinAPI

Results 27 coinapi-sdk issues
Sort by recently updated
recently updated
newest added

Hey, Sorry I had to reach out to you here but I need to talk to a dev before I consider buying data. My question is regarding the collection of...

… the java sdk because instant.now() might have higher precision the 7 on jdk > 8

This would allow us to not having to call the endpoint to get all and then Filter but use the enum directly. What do you think?

Doing a call with the Java SDK i get this Error: ``` Caused by: java.lang.RuntimeException: the response code for url is an ERROR code: url = /v1/ohlcv/COINBASE_SPOT_BTC_USD/history?period_id=3YRS&time_start=2019-05-06T17:06:29.688072100Z response code =...

A specialization for the `shared_ptr` data type was added to ModelBase member functions fromString, fromJson, toJson and toHttpContent. As ModelBase was auto generated, the real fix should be addressed by...

wontfix

``` Environment: OS: Linux Mint 20.1 Kernel: 5.4.0-80-generic CPU: Intel© Core™ i7-2600K CPU @ 3.40GHz × 4 Mem: 24 GB ``` I'm testing the Go websocket client, but are having...

enhancement

CoinAPI provides data on request limits, exchanges used in aggregation of OHLCV data, and possibly more that I'm not aware of in the response headers. As far as I can...

enhancement

How would one achieve retrieving data from the API using Rust?

enhancement
question

When calling some methods from the SDK, like `Client#exchange_rates_get_specific_rate`, there are some edge cases - in particular, the test API Key has no access to the "specific exchange rate" endpoint,...

bug
enhancement

This commit adds optional type annotations to function parameters in the COIN_API_SDK class in the coinapi_v1.ts file. Parameters that were previously of type 'string' are now annotated as 'string |...