TM
True Markets Market Data
/get_price_history
get price history
Get historical price data for one or more tokens. Returns timestamped price points. No authentication required.
liveunknown~5s typical
mcptruemarketsmarket
$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-truemarkets-marketdata /get_price_history for me.
Input
| Field | Type | Description |
|---|---|---|
| resolution | string | Interval between points: 5s, 1m, 5m, 1h, 1d (default: 5m) |
| symbols* | string | Comma-separated asset symbols (e.g., SOL,BTC,ETH) |
| window | string | Lookback period: 1h, 4h, 1d, 7d, 1M (default: 1d) |
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-truemarkets-marketdata","endpoint":"/get_price_history","input":{"symbols":"..."}}'cli
npx cracked-ai run -p mcp-co-truemarkets-marketdata -e /get_price_history -i '{"symbols":"..."}'mcp
run_tool({ provider: "mcp-co-truemarkets-marketdata", endpoint: "/get_price_history", input: {"symbols":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.