Skip to main content
Glama

get_etf_price

Retrieve current buy and sell prices for ETF tokens across multiple blockchain networks including Ethereum, Arbitrum, and Polygon.

Instructions

Get buy and sell prices for an ETF token.

Args: chain_id: Chain ID (1, 10, 56, 100, 137, 8453, 42161) etf_token_address: Address of the ETF token Returns: JSON string with buy and sell prices for the ETF token.

Input Schema

NameRequiredDescriptionDefault
chain_idYes
etf_token_addressYes

Input Schema (JSON Schema)

{ "properties": { "chain_id": { "title": "Chain Id", "type": "string" }, "etf_token_address": { "title": "Etf Token Address", "type": "string" } }, "required": [ "chain_id", "etf_token_address" ], "type": "object" }

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/VolumeFi/mcpPADEX'

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