pub enum CCAPIEndpoint {
Show 31 variants
AvailableCoinList,
HistoricalDaily,
BalanceDistribution,
IndicesOHLCV,
SpotOHLCV,
SpotInstrumentMetadata,
SpotMarkets,
SpotMarketsInstruments,
FuturesOHLCV,
FuturesMarkets,
OptionsOHLCV,
OptionsMarkets,
DerIndicesOHLCV,
DerIndicesMarkets,
OCDEXOHLCV,
OCDEXMarkets,
OCCoreETHBlocks,
OCCoreAssetsByChain,
OCCoreAssetByAddress,
OCCoreSupply,
AssetMetadata,
AssetEvents,
AssetCodeRepo,
AssetDiscord,
AssetReddit,
AssetTelegram,
AssetTwitter,
NewsLatestArticles,
NewsSources,
NewsCategories,
OverviewMktCapOHLCV,
}
Expand description
All supported API endpoints.
Variants§
AvailableCoinList
HistoricalDaily
BalanceDistribution
IndicesOHLCV
SpotOHLCV
SpotInstrumentMetadata
SpotMarkets
SpotMarketsInstruments
FuturesOHLCV
FuturesMarkets
OptionsOHLCV
OptionsMarkets
DerIndicesOHLCV
DerIndicesMarkets
OCDEXOHLCV
OCDEXMarkets
OCCoreETHBlocks
OCCoreAssetsByChain
OCCoreAssetByAddress
OCCoreSupply
AssetMetadata
AssetEvents
AssetCodeRepo
AssetDiscord
AssetReddit
AssetTelegram
AssetTwitter
NewsLatestArticles
NewsSources
NewsCategories
OverviewMktCapOHLCV
Implementations§
Auto Trait Implementations§
impl Freeze for CCAPIEndpoint
impl RefUnwindSafe for CCAPIEndpoint
impl Send for CCAPIEndpoint
impl Sync for CCAPIEndpoint
impl Unpin for CCAPIEndpoint
impl UnwindSafe for CCAPIEndpoint
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