All Axion MCP Server tools require a valid API key. Include your key in the server configuration before using any tool.
crypto_tickers
List all available cryptocurrency tickers, optionally filtered by market type. Use this tool to discover what symbols are supported before requesting quotes or historical data.
Filter by market type. For example,
spot returns only spot market instruments.crypto_quote
Get current market details for a cryptocurrency, including price, volume, and other real-time or delayed fields.
The cryptocurrency ticker symbol. For example,
BTC for Bitcoin or ETH for Ethereum.crypto_prices
Retrieve historical price data for a cryptocurrency over a specified date range and time frame. Returns an OHLCV series.
The cryptocurrency ticker symbol. For example,
ETH for Ethereum.Start date for the price series in
YYYY-MM-DD format. For example, 2024-01-01.End date for the price series in
YYYY-MM-DD format. For example, 2024-12-31.Time frame for each data point. Common values:
1d (daily), 1wk (weekly), 1mo (monthly).