Neynar · Example Payload

Fetch Relevant Frames

Fetch a list of mini apps relevant to the user based on casts by users with strong affinity score for the user

Frame

Fetch Relevant Frames 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.

Top-level fields

operationIdmethodpathsummarydescriptiontagsparametersrequestBodyresponses

Example Payload

Raw ↑
{
  "operationId": "fetch-relevant-frames",
  "method": "GET",
  "path": "/v2/farcaster/frame/relevant/",
  "summary": "Relevant mini apps",
  "description": "Fetch a list of mini apps relevant to the user based on casts by users with strong affinity score for the user",
  "tags": [
    "Frame"
  ],
  "parameters": [
    {
      "name": "viewer_fid",
      "in": "query",
      "required": true,
      "description": "FID of the user to fetch relevant mini apps for",
      "schema": {
        "minimum": 1,
        "type": "integer"
      }
    },
    {
      "name": "time_window",
      "in": "query",
      "required": false,
      "description": "Time window used to limit statistics used to calculate mini app relevance",
      "schema": {
        "default": "7d",
        "enum": [
          "1h",
          "6h",
          "12h",
          "24h",
          "7d"
        ],
        "example": "7d",
        "type": "string"
      }
    },
    {
      "name": "networks",
      "in": "query",
      "required": false,
      "description": "List of blockchain networks by which to filter results.  Mini apps included in the results will specify at least one of the supplied networks or specify none. The list can be provided as comma-separated string or array.",
      "schema": {
        "example": [
          "ethereum",
          "base",
          "solana"
        ],
        "items": {
          "description": "Networks supported by mini apps",
          "enum": [
            "ethereum",
            "base",
            "arbitrum",
            "arbitrum-sepolia",
            "base-sepolia",
            "degen",
            "gnosis",
            "optimism",
            "optimism-sepolia",
            "polygon",
            "ethereum-sepolia",
            "zora",
            "unichain",
            "monad-testnet",
            "celo",
            "solana"
          ],
          "example": "base",
          "type": "string"
        },
        "title": "MiniappNetworksSchema",
        "type": "array"
      }
    }
  ],
  "requestBody": null,
  "responses": {
    "200": {
      "description": "Success",
      "schema": {
        "properties": {
          "relevant_frames": {
            "items": {
              "properties": {
                "frame": {
                  "description": "FrameV2 object",
                  "properties": {
                    "author": {
                      "$ref": "#/components/schemas/User"
                    },
                    "frames_url": {
                      "description": "Launch URL of the mini app",
                      "type": "string"
                    },
                    "image": {
                      "description": "URL of the image",
                      "type": "string"
                    },
                    "manifest": {
                      "$ref": "#/components/schemas/FarcasterManifest"
                    },
                    "metadata": {
                      "properties": {
                        "html": {
                          "$ref": "#/components/schemas/HtmlMetadata"
                        }
                      },
                      "required": [
                        "html"
                      ],
                      "type": "object"
                    },
                    "title": {
                      "description": "Button title of a mini app",
                      "type": "string"
                    },
                    "version": {
                      "description": "Version of the mini app, 'next' for v2, 'vNext' for v1",
                      "type": "string"
                    }
                  },
                  "required": [
                    "version",
                    "image",
                    "frames_url"
                  ],
                  "type": "object"
                },
                "remaining_relevant_users": {
                  "description": "Array of remaining relevant users in dehydrated form",
                  "items": {
                    "$ref": "#/components/schemas/UserDehydrated"
                  },
                  "type": "array"
                },
                "top_relevant_users": {
                  "description": "Array of the most relevant users",
                  "items": {
                    "$ref": "#/components/schemas/User"
                  },
                  "type": "array"
                }
              },
              "required": [
                "frame",
                "top_relevant_users",
                "remaining_relevant_users"
              ],
              "type": "object"
            },
            "type": "array"
          }
        },
        "required": [
          "relevant_frames"
        ],
        "type": "object"
      },
      "example": null
    }
  }
}

Work with this as data

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-relevant-frames"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.