ExOpenSea.Collections.Show (ex_open_sea v0.0.7)

Return in-depth information about an individual collection, including real time statistics such as floor price.

https://docs.opensea.io/reference/retrieving-a-single-collection

Link to this section Summary

Link to this section Types

@type api_key() :: ExOpenSea.ApiKey.t()
Link to this type

collection()

@type collection() :: ExOpenSea.Collection.t()
Link to this type

error_reason()

@type error_reason() :: :not_found | :parse_result_item | String.t()
Link to this type

raw_payload()

@type raw_payload() :: map()
@type result() ::
  {:ok, collection(), raw_payload()}
  | {:error, error_reason(), raw_payload() | nil}
@type slug() :: ExOpenSea.Collection.slug()

Link to this section Functions

Link to this function

get(collection_slug, api_key)

@spec get(slug(), api_key()) :: result()