pub enum Market {
Active,
ActiveCategory,
CategoryCount,
ActiveSlugs,
GetMarket,
OracleCandles,
FeedEvents,
Search,
}Variants§
Active
GET /markets/active — Browse active markets.
ActiveCategory
GET /markets/active/{categoryId} — Browse active markets by category.
CategoryCount
GET /markets/categories/count — Category counts.
ActiveSlugs
GET /markets/active/slugs — Active market slugs.
GetMarket
GET /markets/{addressOrSlug} — Get market details.
OracleCandles
GET /markets/{addressOrSlug}/oracle-candles — Oracle candlestick data.
FeedEvents
GET /markets/{slug}/get-feed-events — Feed events for a market.
Search
GET /markets/search — Semantic search for markets.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Market
impl RefUnwindSafe for Market
impl Send for Market
impl Sync for Market
impl Unpin for Market
impl UnsafeUnpin for Market
impl UnwindSafe for Market
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more