Live
get_card_price_history
rip.funReturns timestamped card price history points with source and non-empty market metadata from https://rip.fun over a selectable time range.
Parameters2
Runs5
Updated1d ago
Operational5 runs · 100% succeeded
30 days ago90 days agoranfailednot checkedtoday
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is get_card_price_history?
Returns timestamped card price history points with source and non-empty market metadata from https://rip.fun over a selectable time range. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass card_id, time_range and get the result back without maintaining a scraper.
Response
{
"price_points": [
{}
]
}Call it
curl --location 'https://us-prod.notte.cc/functions/9954fb71-55cc-4eb5-8d1d-ed793e1e7c76/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "9954fb71-55cc-4eb5-8d1d-ed793e1e7c76",
"variables": {
"card_id": "sm0_ja-4",
"time_range": "30d"
}
}'Ask an agent
Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.
prompt
Use the Anything API MCP server (https://anything.notte.cc/mcp). Call run(function_id="9954fb71-55cc-4eb5-8d1d-ed793e1e7c76") — the "get_card_price_history" function, which returns timestamped card price history points with source and non-empty market metadata from https://rip.fun over a selectable time range.. It takes card_id (str), time_range (str). Return the result as structured JSON.