Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2021 Changes in this version + type Creation struct + Cost float64 + CreatedSize float64 + Fee float64 + FulfilledAt time.Time + ID int + Pending bool + Price float64 + RequestedAt time.Time + RequestedSize float64 + Token string + type LvToken struct + Change1H float64 + Change24H float64 + ContractAddress string + Description string + Leverage float64 + Name string + Outstanding float64 + PositionPerShare float64 + PricePerShare float64 + Underlying string + UnderlyingMark float64 + type Redemption struct + Fee float64 + FulfilledAt time.Time + ID int + Pending bool + Price float64 + Proceeds float64 + RequestedAt time.Time + Size float64 + Token string + type RequestForCreatedLvToken struct + ProductCode string + Size string + func (req *RequestForCreatedLvToken) Method() string + func (req *RequestForCreatedLvToken) Path() string + func (req *RequestForCreatedLvToken) Payload() []byte + func (req *RequestForCreatedLvToken) Query() string + type RequestForCreatedLvTokens struct + func (req *RequestForCreatedLvTokens) Method() string + func (req *RequestForCreatedLvTokens) Path() string + func (req *RequestForCreatedLvTokens) Payload() []byte + func (req *RequestForCreatedLvTokens) Query() string + type RequestForLvBalances struct + func (req *RequestForLvBalances) Method() string + func (req *RequestForLvBalances) Path() string + func (req *RequestForLvBalances) Payload() []byte + func (req *RequestForLvBalances) Query() string + type RequestForLvToken struct + ProductCode string + func (req *RequestForLvToken) Method() string + func (req *RequestForLvToken) Path() string + func (req *RequestForLvToken) Payload() []byte + func (req *RequestForLvToken) Query() string + type RequestForLvTokens struct + func (req *RequestForLvTokens) Method() string + func (req *RequestForLvTokens) Path() string + func (req *RequestForLvTokens) Payload() []byte + func (req *RequestForLvTokens) Query() string + type RequestForRedemptionLvToken struct + ProductCode string + Size string + func (req *RequestForRedemptionLvToken) Method() string + func (req *RequestForRedemptionLvToken) Path() string + func (req *RequestForRedemptionLvToken) Payload() []byte + func (req *RequestForRedemptionLvToken) Query() string + type RequestForRedemptionLvTokens struct + func (req *RequestForRedemptionLvTokens) Method() string + func (req *RequestForRedemptionLvTokens) Path() string + func (req *RequestForRedemptionLvTokens) Payload() []byte + func (req *RequestForRedemptionLvTokens) Query() string + type ResponseForCreatedLvToken struct + Cost float64 + ID int + Pending bool + RequestedAt time.Time + RequestedSize float64 + Token string + type ResponseForCreatedLvTokens []Creation + type ResponseForLvBalances []TokenBalance + type ResponseForLvToken LvToken + type ResponseForLvTokens []LvToken + func (tokens ResponseForLvTokens) Products() []string + type ResponseForRedemptionLvToken struct + ID int + Pending bool + ProjectedProceeds float64 + RequestedAt time.Time + Size float64 + Token string + type ResponseForRedemptionLvTokens []Redemption + type TokenBalance struct + Balance float64 + Token string