C
Coinfuty
/get_price_history
Historical Series (price, OI, funding, long/short, liquidation, volume)
Historical time series for one coin. metric=price returns OHLC candles with volume; oi returns open-interest candles (USD); funding returns OI-weighted funding-
liveverifiedunknown~5s typical
mcpprobedcoinfuty
$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-com-coinfuty-coinfuty /get_price_history for me.
Input
| Field | Type | Description |
|---|---|---|
| symbol* | string | Coin ticker, e.g. BTC |
| metric* | string (price | oi | funding | long_short | liquidation | volume) | |
| tf | string (1h | 4h | 12h | 1d) | Timeframe per point, default 1d |
| limit | integer | Number of most recent points, default 100 |
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-com-coinfuty-coinfuty","endpoint":"/get_price_history","input":{"symbol":"...","metric":"price"}}'cli
npx cracked-ai run -p mcp-com-coinfuty-coinfuty -e /get_price_history -i '{"symbol":"...","metric":"price"}'mcp
run_tool({ provider: "mcp-com-coinfuty-coinfuty", endpoint: "/get_price_history", input: {"symbol":"...","metric":"price"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.