Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions api/v1_coins_volume_leaders.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ func (app *ApiServer) v1CoinsVolumeLeaders(c *fiber.Ctx) error {
l.address IS NOT NULL
AND NOT EXISTS (SELECT 1 FROM excluded_addresses WHERE excluded_addresses.address = l.address)
AND l.volume > 0
ORDER BY l.volume DESC
LIMIT @limit
OFFSET @offset;`

Expand Down
Loading