Struct coinchecker::private::account::Account[][src]

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

Private API - Account

自分のアカウントの残高や、各種情報を取得することができます。

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

Implementations

残高

アカウントの残高を確認できます。 jpy, btc には未決済の注文に利用している jpy_reserved, btc_reserved は含まれていません。

https://coincheck.com/ja/documents/exchange/api#account-balance

送金履歴

ビットコインの送金履歴です。

https://coincheck.com/ja/documents/exchange/api#account-sends

受け取り履歴

ビットコインの受け取り履歴です。

https://coincheck.com/ja/documents/exchange/api#account-deposits

アカウント情報

アカウントの情報を表示します。

https://coincheck.com/ja/documents/exchange/api#account-info

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.