Skip to main content
GET
/
v2
/
farcaster
/
fungible
/
trending
/
Trending fungibles
curl --request GET \
  --url https://api.neynar.com/v2/farcaster/fungible/trending/ \
  --header 'x-api-key: <api-key>'
{
  "trending": [
    {
      "object": "trending_fungible",
      "fungible": {
        "object": "fungible",
        "network": "base",
        "address": "<string>",
        "name": "<string>",
        "symbol": "<string>",
        "decimals": 123,
        "total_supply": "<string>",
        "logo": "<string>",
        "price": {
          "in_usd": "<string>"
        }
      }
    }
  ]
}

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Query Parameters

network
enum<string>
required
Available options:
base
time_window
enum<string>
default:24h

Time window for trending calculations e.g. "1h", "6h", "12h", "24h", "7d"

Available options:
1h,
6h,
12h,
24h,
7d

Response

Success