Struct coinchecker::public::Public[][src]

pub struct Public { /* fields omitted */ }
Expand description

Public API

取引所の注文状況や公開されている取引の履歴、板情報を参照することができます。

https://coincheck.com/ja/documents/exchange/api#public

Implementations

ティッカー

各種最新情報を簡易に取得することができます。

https://coincheck.com/ja/documents/exchange/api#ticker

全取引履歴

最新の取引履歴を取得できます。

https://coincheck.com/ja/documents/exchange/api#public-trades

板情報

板情報を取得できます。

https://coincheck.com/ja/documents/exchange/api#order-book

レート取得

取引所の注文を元にレートを算出します。注文量を使用します。

https://coincheck.com/ja/documents/exchange/api#order-rate

レート取得

取引所の注文を元にレートを算出します。注文金額を使用します。

https://coincheck.com/ja/documents/exchange/api#order-rate

販売レート取得

販売所のレートを取得します。

https://coincheck.com/ja/documents/exchange/api#buy-rate

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

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

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.