tai v0.0.28 Tai.VenueAdapters.Gdax.Products

Retrieves the available products on the GDAX exchange

Link to this section Summary

Link to this section Types

Link to this type

error_reason()

error_reason() ::
  :timeout | {:credentials, reason :: term()} | Tai.ServiceUnavailableError.t()
Link to this type

products()

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

Link to this section Functions

Link to this function

products(venue_id)

products(venue_id :: atom()) :: {:ok, [products()]} | {:error, error_reason()}