You're viewing a demo portfolio

Join the waitlist
PRSM

get_crypto_price

Active

Tool of LastLook Data

declared in 2.12.0

Returns the current USD price, 24h % change, market cap, and 24h volume for any supported cryptocurrency. Supported: BTC, ETH, SOL, BNB, XRP, USDT, USDC, ADA, AVAX, DOGE, DOT, MATIC, LINK, LTC, ATOM, UNI, SUI, APT, NEAR, PEPE. Source: CoinGecko. Priced at $0.02 USDC via x402 on Base.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "coin"
  ],
  "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, DOGE"
    }
  },
  "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 →