# Get volume for a token by chain/address Returns aggregated volume data for the specified token contract on a certain chain. Rate Limit: This endpoint has a stricter rate limit of 1 request per second. Endpoint: GET /token/volume/{chain}/{address} Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `chain` (string, required) - `address` (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"