gdax-0.6.0.0: API Wrapping for Coinbase's GDAX exchange.

Safe HaskellNone
LanguageHaskell2010

Network.GDAX.Core

Documentation

class HasRestEndpoint a where Source #

Minimal complete definition

restEndpoint

class HasAccessKey a where Source #

Minimal complete definition

accessKey

class HasSecretKey a where Source #

Minimal complete definition

secretKey

class HasPassphrase a where Source #

Minimal complete definition

passphrase

gdaxGet :: (MonadIO m, MonadThrow m, FromJSON b) => Gdax -> Path -> m b Source #

gdaxSignedGet :: (MonadIO m, MonadThrow m, FromJSON b) => Gdax -> Path -> Params -> m b Source #

gdaxSignedPost :: (MonadIO m, MonadThrow m, ToJSON a, FromJSON b) => Gdax -> Path -> Params -> a -> m b Source #

gdaxSignedDelete :: (MonadIO m, MonadThrow m, FromJSON b) => Gdax -> Path -> Params -> m b Source #