-
Hi, I am trying to use this sdk to make a simple app but when i try to do:
```
main = do
gdax
-
How are people handling errors returned by gdax?
For example, lets say I enter an order and gdax returns a http error
401 | Unauthorized – Invalid API Key
-- | --
OR
500 | Internal Server Er…
-
It would be nice if Finance::GDAX::API supported pagination for long lists such as `orders`, `fills`, etc.
-
For some reason, fully valid orders will sometimes fail.
Error: A GDAX API request failed. Bad Request.
-------Order-------
type:order
Time:null
…
-
It seems that if the order is not filled, GDAX does not even emit a "received" event through the WS api. We must figure out how to handle that, and if possible in some way which is coherent with the b…
-
Hi,
I am trying the dockerized version. When I run the `docker-compose up` with the following env file:
```
# General config properties. Properties with `NULL` should be replaced with your own exc…
-
We need a way to map currencies and trade pairs in both directions.
We already made some progress mapping trade pairs in Exchange_Session:
```
def get_pair_name(self, trade_name):
##…
-
I have run out of idea for solving this issue. I used docker compose to set up Tribeca, and I can get through the build process. I connect to the UI and get a blank dashboard with 'Not Connected' disp…
-
I see coinbase has a Pricing API to retrieve all these details, but didn't find anything in the GDAX documentation? Should I use coinbase API for pricing instead?
-
It would be great to support ingesting live data from the GDAX exchange on Cryptoviz. They have a websocket-based API and offer data in a similar format to Poloniex, so there shouldn't be a need for …