get_crypto_price
ActiveTool of LastLook Data
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
}Parent server
LastLook Data
https://github.com/zev-lll/lastlook-data
1/7 registries