Live
list_market_quotes
api.worldmonitor.appReturns Gulf market indices, currencies and oil quotes, cryptocurrency prices, or stablecoin market and peg-health data from https://worldmonitor.app.
Parameters4
Runs8
Updated3d ago
Operational8 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 list_market_quotes?
Returns Gulf market indices, currencies and oil quotes, cryptocurrency prices, or stablecoin market and peg-health data from https://worldmonitor.app. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass data_type, crypto_ids, stablecoin_ids, timeout_seconds and get the result back without maintaining a scraper.
Response
{
"count": 0,
"records": [
{}
],
"summary": {},
"metadata": {},
"data_type": "<string>"
}Call it
curl --location 'https://us-prod.notte.cc/functions/8fe38173-e94e-450b-ab8f-b6f5688be341/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "8fe38173-e94e-450b-ab8f-b6f5688be341",
"variables": {
"data_type": "gulf",
"crypto_ids": ["bitcoin", "ethereum"],
"stablecoin_ids": [],
"timeout_seconds": 30
}
}'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="8fe38173-e94e-450b-ab8f-b6f5688be341") — the "list_market_quotes" function, which returns Gulf market indices, currencies and oil quotes, cryptocurrency prices, or stablecoin market and peg-health data from https://worldmonitor.app.. It takes data_type (str), crypto_ids (list[str]), stablecoin_ids (list[str]), timeout_seconds (int). Return the result as structured JSON.