---
title: "Trending fungibles"
method: GET
path: "/v2/farcaster/fungible/trending/"
tags: ["Onchain"]
---

# Trending fungibles

`GET /v2/farcaster/fungible/trending/`

Fetch trending fungibles based on buy activity from watched addresses. Returns fungibles ranked by USD buy volume and buy count within the specified time window.

## Query parameters

- `network` 'base', required
- `time_window` '1h' | '6h' | '12h' | '24h' | '7d'

## Response `200`

Success

- object
  - `trending` object[], required
    - `fungible` object, required
      - `address` string, required — The contract address of the token
      - `decimals` integer, required — The number of decimals the token uses
      - `logo` string, nullable, required — The logo URL of the token
      - `name` string, required — The token name e.g. "Ethereum"
      - `network` 'ethereum' | 'optimism' | 'base' | 'arbitrum' | 'robinhood', required — A blockchain network e.g. "ethereum", "optimism", "base", "arbitrum", "robinhood"
      - `object` 'fungible', required
      - `price` object
        - `in_usd` string, required
      - `symbol` string, required — The token symbol e.g. "ETH"
      - `total_supply` string, nullable, required — The total supply of the token
    - `object` 'trending_fungible', required

## Other responses

- `400` — Bad Request
- `500` — Server Error

---

[API](https://skmtc.net/neynar/apis/neynar-api.md) · [All operations](https://skmtc.net/neynar/apis/neynar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/neynar/neynar-api/versions/dbb91bfb0d1a/schema)
