Added

20.03.2026 - Fungibles volume sorting


Fungibles API - Trading Volume Sorting (Non-breaking)

Added

Added market_data.trading_volumes.volume_1d as a new sorting option for the fungibles list endpoint.

Description

The sort query parameter on GET /v1/fungibles/ now accepts two new values:

  • -market_data.trading_volumes.volume_1d: Sort by 24-hour trading volume, descending (highest first).
  • market_data.trading_volumes.volume_1d: Sort by 24-hour trading volume, ascending (lowest first).

These complement the existing sorting options (market cap, price, and percent change periods).

Affected Endpoints

  • GET /v1/fungibles/

Usage

GET /v1/fungibles/?sort=-market_data.trading_volumes.volume_1d

Impact

No breaking changes. This is an additive change — two new enum values are added to the existing sort parameter. Existing sort values continue to work as before.