Struct bittrex::Client

source ·
pub struct Client { /* private fields */ }
Expand description

Bittrex API client.

Implementations§

Private API methods.

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

Gets the balances of the Bittrex account.

Note: it will panic if not logged in.

Public API methods.

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

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

Used to get the current tick values for a market.

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

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

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

Panics if the depth is bigger than 50.

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

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§

Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.