Skip to main content
Glama
aadarshvelu

Derive MCP Server

by aadarshvelu

get_spot_feed_history

Retrieve historical spot price data for cryptocurrencies like ETH or BTC within specified timeframes and intervals to analyze market trends.

Instructions

Get historical spot price data for a currency

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
currencyYesCurrency, e.g. ETH, BTC
start_timestampYesStart timestamp in seconds
end_timestampYesEnd timestamp in seconds
periodYesTime interval between data points in seconds

Implementation Reference

  • The `getSpotFeedHistory` method, which executes the tool logic by making a POST request to `public/get_spot_feed_history`.
    getSpotFeedHistory(params: GetSpotFeedHistoryParams): Promise<unknown> {
      return this.post('public/get_spot_feed_history', params);
    }

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/aadarshvelu/derive-mcp'

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