---
title: "Fetch fungibles"
method: GET
path: "/v2/farcaster/fungibles/"
tags: ["Onchain"]
---

# Fetch fungibles

`GET /v2/farcaster/fungibles/`

Fetch details for fungible assets identified by fungible identifiers.

## Query parameters

- `fungibles` string, required
- `viewer_fid` number

## Headers

- `x-neynar-experimental` boolean

## Response `200`

Success

- FungiblesResponseSchema — Response containing fungible details
  - `fungibles` FarcasterFungible[], required
    - `cast_count` integer, required — The total number of comments on the token
    - `fungible` Fungible, 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
      - `symbol` string, required — The token symbol e.g. "ETH"
      - `total_supply` string, nullable, required — The total supply of the token
    - `object` 'farcaster_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)
