Struct bittrex::Client [] [src]

pub struct Client { /* fields omitted */ }

Bittrex API client.

Methods

impl Client
[src]

Public API methods.

[src]

Used to get the open and available trading markets at Bittrex along with other meta data.

[src]

Used to get all supported currencies at Bittrex along with other meta data.

[src]

Used to get the current tick values for a market.

[src]

Used to get the last 24 hour summary of all active exchanges.

[src]

Used to get the last 24 hour summary of the given market.

[src]

Used to get retrieve the order book for a given market.

Panics if the depth is bigger than 50.

[src]

Used to retrieve the latest trades that have occured for a specific market.

impl Client
[src]

Private API methods.

Note: All this methods will panic if the client is not logged in.

[src]

Gets the balances of the Bittrex account.

Note: it will panic if not logged in.

impl Client
[src]

[src]

Creates a new client with default configuration.

[src]

Logs the client in for future private method access.

Note: This will not perform any request to Bittrex, it will only store the API key and the secret for future use.

Trait Implementations

impl Debug for Client
[src]

[src]

Formats the value using the given formatter.