Documentation ¶
Index ¶
Constants ¶
View Source
const PATH = "/v1/me/getcollateral"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Response ¶
type Response struct { Collateral float64 `json:"collateral"` // This is the amount of deposited in Japanese Yen. OpenPositionPNL float64 `json:"open_position_pnl"` // This is the profit or loss from valuation. RequireCollateral float64 `json:"require_collateral"` // This is the current required margin. KeepRate float64 `json:"keep_rate"` // This is the current maintenance margin. }
Click to show internal directories.
Click to hide internal directories.