Skip to main content
Glama

getCoin

Retrieve comprehensive metadata for any cryptocurrency, including name, symbol, total supply, image, and pools, by providing its coin symbol. Designed for cryptocurrency research and Ethereum automation.

Instructions

Given a coin symbol, fetch the metadata about a coin (name, symbol, total supply, image, pools).

Input Schema

NameRequiredDescriptionDefault
symbolYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "symbol": { "type": "string" } }, "required": [ "symbol" ], "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/NaniDAO/agentek'

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