AM
Arzbin MCP Server
/get_market_history
Get market history
Returns OHLC history for a fiat, gold, or crypto market. Days are clamped to 1-365.
liveverifiedunknown~5s typical
mcpprobedarzbinmcpserver
$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-arzbin-market-data /get_market_history for me.
Input
| Field | Type | Description |
|---|---|---|
| assetType* | string | Asset type: fiat, gold, or crypto. |
| code* | string | Market code, such as USD, EMAMI, GOLD_GRAM, USDT, BTC. |
| days | integer | Number of days of history to return, from 1 to 365. default 30 |
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-arzbin-market-data","endpoint":"/get_market_history","input":{"assetType":"...","code":"...","days":30}}'cli
npx cracked-ai run -p mcp-com-arzbin-market-data -e /get_market_history -i '{"assetType":"...","code":"...","days":30}'mcp
run_tool({ provider: "mcp-com-arzbin-market-data", endpoint: "/get_market_history", input: {"assetType":"...","code":"...","days":30} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.