ExMagicEden.Rpc.GetListedNFTsByQueryLite (ex_magic_eden v0.0.5)
This is an undocumented RPC API endpoint that takes a mongodb query and returns a list of json results. The query parameter is required.
https://www.mongodb.com/docs/manual/reference/operator/query/
Link to this section Summary
Link to this section Types
Link to this type
error_reason()
@type error_reason() :: :parse_result_item | String.t()
Link to this type
listed_nft()
@type listed_nft() :: ExMagicEden.ListedNFT.t()
Link to this type
mongo_query()
@type mongo_query() :: ExMagicEden.MongoQuery.t() | String.t()
Link to this type
result()
@type result() :: {:ok, [listed_nft()]} | {:error, error_reason()}
Link to this section Functions
Link to this function
call(mongo_query)
@spec call(mongo_query()) :: result()