cerberus-index
C
cerberus-index
/get_token_ohlc

get token ohlc

OHLC price-history candles for an XRPL token — open/high/low/close plus volume per interval, the series behind a candlestick chart. `interval` is 5 | 15 | 60 |

liveunknown~5s typical
mcpcerberus-index
$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-cerberusindex-cerberus-index /get_token_ohlc for me.

Input

FieldTypeDescription
issuer*string
currency*string
intervalstring default "60"
barsinteger default 168
fxstring

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-cerberusindex-cerberus-index","endpoint":"/get_token_ohlc","input":{"issuer":"...","currency":"...","interval":"60","bars":168}}'
cli
npx cracked-ai run -p mcp-com-cerberusindex-cerberus-index -e /get_token_ohlc -i '{"issuer":"...","currency":"...","interval":"60","bars":168}'
mcp
run_tool({ provider: "mcp-com-cerberusindex-cerberus-index", endpoint: "/get_token_ohlc", input: {"issuer":"...","currency":"...","interval":"60","bars":168} })

Try it

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