Skip to main content
Glama
__init__.py945 B
""" API tools - direct interactions with Odos platform endpoints. """ from .get_chain_token_prices import get_chain_token_prices from .get_contract_info import get_contract_info from .get_currencies import get_currencies from .get_current_block import get_current_block from .get_liquidity_sources import get_liquidity_sources from .get_quote_swap import get_quote_swap from .get_quote_zap import get_quote_zap from .get_router_address import get_router_address from .get_supported_chains import get_supported_chains from .get_supported_tokens import get_supported_tokens from .get_token_price import get_token_price # pylint: disable=duplicate-code __all__ = [ "get_quote_swap", "get_router_address", "get_quote_zap", "get_chain_token_prices", "get_contract_info", "get_currencies", "get_supported_tokens", "get_supported_chains", "get_current_block", "get_liquidity_sources", "get_token_price", ]

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/odos-xyz/odos-mcp'

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