Marketplace
No threads yet
Live

list_currency_games

eldorado.com

Returns all games in the Currency category from the Eldorado.gg game library on https://eldorado.com. Includes every non-empty game field exposed by the source.

Parameters2
Runs10
Updated8d ago
Operational10 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 list_currency_games?

Returns all games in the Currency category from the Eldorado.gg game library on https://eldorado.com. Includes every non-empty game field exposed by the source. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass locale, timeout_seconds and get the result back without maintaining a scraper.

Response

{
  "count": 0,
  "games": [
    {}
  ],
  "locale": "<string>"
}

Call it

curl --location 'https://us-prod.notte.cc/functions/152c7509-d863-417b-be60-547e41fdd495/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "152c7509-d863-417b-be60-547e41fdd495",
    "variables": {
        "locale": "en-US",
        "timeout_seconds": 20
    }
}'

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="152c7509-d863-417b-be60-547e41fdd495") — the "list_currency_games" function, which returns all games in the Currency category from the Eldorado.gg game library on https://eldorado.com. Includes every non-empty game field exposed by the source..

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