Skip to main content
Glama

get-user-balance

Retrieve user balances from social platforms (Farcaster, Twitter, Telegram) by providing platform type and user ID. Integrates with MCP server for standardized social and onchain data access.

Input Schema

NameRequiredDescriptionDefault
platformYesSocial platform (farcaster, twitter, telegram)
userIdYesFarcaster ID (FID) or username of the user

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "platform": { "description": "Social platform (farcaster, twitter, telegram)", "type": "string" }, "userId": { "description": "Farcaster ID (FID) or username of the user", "type": "string" } }, "required": [ "platform", "userId" ], "type": "object" }

Other Tools

Related Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Beyond-Network-AI/beyond-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server