Marketplace
No threads yet
Live

get_market_trading_summary_by_instrument

idx.co.id

Retrieves the latest overall market trading summary from https://idx.co.id grouped by instrument type. Returns instrument-level aggregate Volume, Value, and Frequency for Saham, ETF, Waran, DIRE, and Structured Warrant.

Parameters1
Runs8
Updated8d ago
Operational8 runs · 100% succeeded
30 days agotoday

Playground

Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.

What is get_market_trading_summary_by_instrument?

Retrieves the latest overall market trading summary from https://idx.co.id grouped by instrument type. Returns instrument-level aggregate Volume, Value, and Frequency for Saham, ETF, Waran, DIRE, and Structured Warrant. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass timeout_seconds and get the result back without maintaining a scraper.

Response

{
  "count": 0,
  "summaries": [
    {}
  ],
  "trading_date": "<string>"
}

Call it

curl --location 'https://us-prod.notte.cc/functions/424b8b73-0df3-4f71-acf8-79c39cc228f5/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "424b8b73-0df3-4f71-acf8-79c39cc228f5",
    "variables": {
        "timeout_seconds": 35
    }
}'

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="424b8b73-0df3-4f71-acf8-79c39cc228f5") — the "get_market_trading_summary_by_instrument" function, which retrieves the latest overall market trading summary from https://idx.co.id grouped by instrument type. Returns instrument-level aggregate Volume, Value, and Frequency for Saham, ETF, Waran, DIRE, and Structured Warrant..

It takes timeout_seconds (int). Return the result as structured JSON.