Tai.VenueAdapters.Gdax.Products (tai v0.0.75)

Hydrates the available products on the GDAX exchange

Link to this section Summary

Link to this section Types

Link to this type

error_reason()

Specs

error_reason() ::
  :timeout
  | {:credentials, reason :: term()}
  | {:service_unavailable, reason :: String.t()}

Specs

product() :: Tai.Venues.Product.t()

Specs

venue() :: Tai.Venue.id()

Link to this section Functions

Link to this function

products(venue_id)

Specs

products(venue()) :: {:ok, [product()]} | {:error, error_reason()}