# Get volume for a token by pricing ID Returns aggregated volume data for the specified token ID, optionally broken down by time granularity. Rate Limit: This endpoint has a stricter rate limit of 1 request per second. Endpoint: GET /token/volume/{id} Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `id` (string, required) ## Query parameters: - `timeLast` (string) - `granularity` (string) Enum: "1h", "24h", "7d", "1w" ## Response 200 fields (application/json): - `inUSD` (number,null) Example: 78885.30107270926 - `outUSD` (number,null) Example: 35819.741134643555 - `inValue` (number,null) Example: 18.680140332941466 - `outValue` (number,null) Example: 8.482160776528666 - `time` (string,null) Example: "2025-08-20T09:00:00Z"