Neynar · Schema

FungiblesResponseSchema

Response containing fungible details

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
fungibles array
View JSON Schema on GitHub

JSON Schema

fungiblesresponseschema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/FungiblesResponseSchema",
  "title": "FungiblesResponseSchema",
  "description": "Response containing fungible details",
  "properties": {
    "fungibles": {
      "items": {
        "$ref": "#/components/schemas/FarcasterFungible"
      },
      "type": "array"
    }
  },
  "required": [
    "fungibles"
  ],
  "type": "object"
}