Skip to main content
Glama

get_supported_currencies

Retrieve available cryptocurrencies for creating payment orders in the Infini Payment system.

Instructions

Get list of all supported cryptocurrencies for creating orders.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'get_supported_currencies' tool. It uses the InfiniClient to make a GET request to the '/currency' endpoint and returns the result as a string.
    @mcp.tool() def get_supported_currencies() -> str: """ Get list of all supported cryptocurrencies for creating orders. """ result = client.request("GET", "/currency") return str(result)

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/yanboishere/infini-mcp'

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