Skip to content

Commit

Permalink
add fdv
Browse files Browse the repository at this point in the history
  • Loading branch information
Zagarazhi committed Aug 20, 2024
1 parent dec7445 commit ebd2af2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared/trade.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ type AggregatedAsset struct {
Percentage float64 `json:"percentage"`
Volume float64 `json:"volume"`
MarketCap float64 `json:"marketCap"`
FDV float64 `json:"fdv"`
}
type ExchangesHistory struct {
Exchange string `json:"exchange"`
Expand Down

0 comments on commit ebd2af2

Please sign in to comment.