Fetch Trending Fungibles is an example object payload from Neynar, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"operationId": "fetch-trending-fungibles",
"method": "GET",
"path": "/v2/farcaster/fungible/trending/",
"summary": "Trending fungibles",
"description": "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.",
"tags": [
"Onchain"
],
"parameters": [
{
"name": "network",
"in": "query",
"required": true,
"description": "",
"schema": {
"enum": [
"base"
],
"type": "string"
}
},
{
"name": "time_window",
"in": "query",
"required": false,
"description": "Time window for trending calculations e.g. \"1h\", \"6h\", \"12h\", \"24h\", \"7d\"",
"schema": {
"default": "24h",
"enum": [
"1h",
"6h",
"12h",
"24h",
"7d"
],
"type": "string"
}
}
],
"requestBody": null,
"responses": {
"200": {
"description": "Success",
"schema": {
"properties": {
"trending": {
"items": {
"properties": {
"fungible": {
"properties": {
"address": {
"description": "The contract address of the token",
"type": "string"
},
"decimals": {
"description": "The number of decimals the token uses",
"type": "integer"
},
"logo": {
"description": "The logo URL of the token",
"nullable": true,
"type": "string"
},
"name": {
"description": "The token name e.g. \"Ethereum\"",
"type": "string"
},
"network": {
"$ref": "#/components/schemas/Network"
},
"object": {
"enum": [
"fungible"
],
"type": "string"
},
"price": {
"properties": {
"in_usd": {
"type": "string"
}
},
"required": [
"in_usd"
],
"type": "object"
},
"symbol": {
"description": "The token symbol e.g. \"ETH\"",
"type": "string"
},
"total_supply": {
"description": "The total supply of the token",
"nullable": true,
"type": "string"
}
},
"required": [
"object",
"network",
"name",
"symbol",
"address",
"decimals",
"total_supply",
"logo"
],
"type": "object"
},
"object": {
"enum": [
"trending_fungible"
],
"type": "string"
}
},
"required": [
"object",
"fungible"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"trending"
],
"type": "object"
},
"example": null
},
"400": {
"description": "Bad Request",
"schema": {
"$ref": "#/components/schemas/ErrorRes"
},
"example": null
},
"500": {
"description": "Server Error",
"schema": {
"$ref": "#/components/schemas/ErrorRes"
},
"example": null
}
}
}
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/fetch-trending-fungibles"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.