Type Definition calamari::PublicApiClient[][src]

type PublicApiClient = ApiClient<PublicClient>;
Expand description

Client for the public API. It implements all the methods under the PublicEndpoints trait.

Trait Implementations

impl PublicEndpoints for PublicApiClient[src]

fn time<'a, 'async_trait>(
    &'a self
) -> Pin<Box<dyn Future<Output = Result<String>> + Send + 'async_trait>> where
    'a: 'async_trait,
    Self: Sync + 'async_trait, 
[src]

fn system_status<'a, 'async_trait>(
    &'a self
) -> Pin<Box<dyn Future<Output = Result<String>> + Send + 'async_trait>> where
    'a: 'async_trait,
    Self: Sync + 'async_trait, 
[src]

fn assets<'a, 'async_trait>(
    &'a self,
    params: String
) -> Pin<Box<dyn Future<Output = Result<String>> + Send + 'async_trait>> where
    'a: 'async_trait,
    Self: Sync + 'async_trait, 
[src]

fn asset_pairs<'a, 'async_trait>(
    &'a self,
    params: String
) -> Pin<Box<dyn Future<Output = Result<String>> + Send + 'async_trait>> where
    'a: 'async_trait,
    Self: Sync + 'async_trait, 
[src]

fn ticker<'a, 'async_trait>(
    &'a self,
    params: String
) -> Pin<Box<dyn Future<Output = Result<String>> + Send + 'async_trait>> where
    'a: 'async_trait,
    Self: Sync + 'async_trait, 
[src]

fn ohlc<'a, 'async_trait>(
    &'a self,
    params: String
) -> Pin<Box<dyn Future<Output = Result<String>> + Send + 'async_trait>> where
    'a: 'async_trait,
    Self: Sync + 'async_trait, 
[src]

fn depth<'a, 'async_trait>(
    &'a self,
    params: String
) -> Pin<Box<dyn Future<Output = Result<String>> + Send + 'async_trait>> where
    'a: 'async_trait,
    Self: Sync + 'async_trait, 
[src]

fn trades<'a, 'async_trait>(
    &'a self,
    params: String
) -> Pin<Box<dyn Future<Output = Result<String>> + Send + 'async_trait>> where
    'a: 'async_trait,
    Self: Sync + 'async_trait, 
[src]

fn spread<'a, 'async_trait>(
    &'a self,
    params: String
) -> Pin<Box<dyn Future<Output = Result<String>> + Send + 'async_trait>> where
    'a: 'async_trait,
    Self: Sync + 'async_trait, 
[src]