Crate crypto_botters_bitflyer

Crate crypto_botters_bitflyer 

Source
Expand description

A crate for communicating with the bitFlyer API. For example usages, see files in the examples/ directory.

Structs§

BitFlyerChannelMessage
BitFlyerOptions
A struct that represents a set of BitFlyerOption s.
BitFlyerRequestHandler
A struct that implements RequestHandler
BitFlyerWebSocketHandler
A struct that implements WebSocketHandler

Enums§

BitFlyerHandlerError
BitFlyerHttpUrl
A enum that represents the base url of the BitFlyer HTTP API.
BitFlyerOption
Options that can be set when creating handlers
BitFlyerWebSocketUrl
A enum that represents the base url of the BitFlyer Realtime API

Type Aliases§

BitFlyerRequestError
BitFlyerRequestResult
The type returned by Client::request().