fingers
F
fingers
/price_history

price history

Recent price MOVEMENT of a crypto token over the last N days: price path, high/low, net change, range, how many intervals moved down, biggest drawdown, and a sp

liveunknown~5s typical
mcpfingers
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-co-fingersai-fingers /price_history for me.

Input

FieldTypeDescription
query*stringtoken name/ticker, OR a contract address for a DEX memecoin
daysnumberhow many days back (default 2)
chainstringchain for a contract address (bsc, ethereum, base, solana, robinhood, etc.)

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-co-fingersai-fingers","endpoint":"/price_history","input":{"query":"..."}}'
cli
npx cracked-ai run -p mcp-co-fingersai-fingers -e /price_history -i '{"query":"..."}'
mcp
run_tool({ provider: "mcp-co-fingersai-fingers", endpoint: "/price_history", input: {"query":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.