You're viewing a demo portfolio

Join the waitlist
PRSM

get_crypto_history

Active

Tool of LastLook Data

declared in 2.12.0

Returns historical daily closing prices for any supported cryptocurrency over 30, 90, or 365 days. Use for trend analysis, drawdown calculation, or training data. Source: CoinGecko. Priced at $0.15 USDC via x402.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "coin",
    "days"
  ],
  "properties": {
    "coin": {
      "enum": [
        "BTC",
        "ETH",
        "SOL",
        "BNB",
        "XRP",
        "USDT",
        "USDC",
        "ADA",
        "AVAX",
        "DOGE",
        "DOT",
        "MATIC",
        "LINK",
        "LTC",
        "ATOM",
        "UNI",
        "SUI",
        "APT",
        "NEAR",
        "PEPE"
      ],
      "type": "string",
      "description": "Crypto symbol e.g. BTC, ETH, SOL"
    },
    "days": {
      "enum": [
        "30",
        "90",
        "365"
      ],
      "type": "string",
      "description": "History window: 30 ($0.15), 90 ($0.15), or 365 ($0.15) days"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

LastLook Data

https://github.com/zev-lll/lastlook-data

1/7 registries
View full server →
get_crypto_history — LastLook Data — PRSM MCP