Discover/Eldorado API
live

Eldorado APIeldorado.gg

Access Eldorado.gg marketplace data via API: game currency listings, seller offers, item prices, and account listings across dozens of games.

Endpoint health
verified 2d ago
get_currency_offers
list_currency_games
list_account_offers
list_item_offers
4/4 passing latest checkself-healing
Endpoints
4
Updated
2d ago

What is the Eldorado API?

The Eldorado.gg API exposes 4 endpoints covering the full marketplace: game currency listings, per-game seller offers with computed average prices, item offers filterable by seller or search term, and account listings filterable by game. A single call to get_currency_offers returns individual seller prices, stock quantities, verification status, and an average USD price across the top N sellers — ready for price comparison or market-tracking applications.

This call costs1 credit / call— charged only on success
Try it

No input parameters required.

api.parse.bot/scraper/37b2dbc9-0e32-46bc-9e47-8a6ccf8232f5/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/37b2dbc9-0e32-46bc-9e47-8a6ccf8232f5/list_currency_games' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalmissing one? ·

Lists all games that have in-game currency available for sale on Eldorado.gg. Returns game IDs, names, currency titles, and SEO aliases. Use the game_id from results to query offers via get_currency_offers.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "games": "array of game currency entries with game_id, game_name, currency_title, seo_alias, is_popular",
    "total": "integer count of available currency games"
  },
  "sample": {
    "data": {
      "games": [
        {
          "game_id": "0",
          "game_name": "World of Warcraft",
          "seo_alias": "buy-wow-gold",
          "is_popular": true,
          "currency_title": "Gold"
        },
        {
          "game_id": "10",
          "game_name": "OSRS",
          "seo_alias": "osrs-gold",
          "is_popular": true,
          "currency_title": "Gold"
        }
      ],
      "total": 73
    },
    "status": "success"
  }
}

About the Eldorado API

Game Currency Data

list_currency_games returns every game that has in-game currency for sale on Eldorado.gg, including the game_id, game_name, currency_title, seo_alias, and an is_popular flag. The game_id field is the key used across the other endpoints. get_currency_offers takes a required game_id (e.g. '10' for Old School RuneScape, '0' for World of Warcraft), an optional sort parameter, and an optional top_n integer. The response includes a sellers array — each entry carrying the seller's username, verification status, USD price per unit, and stock quantity — plus a computed average_price_usd across the returned sellers and a price_unit_system string that tells you the denomination (e.g. Unit1000000 means price is per 1 million units).

Item and Account Listings

list_item_offers paginates through the Items category for any supported game, defaulting to Adopt Me (game_id '201'). Each offer object includes offer_id, title, item_name, item_type, rarity, description, price_per_unit, price_currency, and a USD-converted price. You can filter by seller_username to retrieve all listings from a specific shop, or pass a search string to match item names. Page size is capped at 50; the response includes total_offers, total_pages, and a has_more boolean for cursor-style iteration.

Account Listings

list_account_offers covers the Accounts category site-wide or scoped to a single game via game_id (e.g. '16' for Fortnite). Each offer carries offer_id, title, description, price, price_currency, price_usd, game_id, game_name, and game_seo_alias. The endpoint also exposes the site's per-game trade count, giving a signal of marketplace activity per title. Filtering by seller_username returns that seller's full account inventory across games or within a specific game.

Reliability & maintenanceVerified

The Eldorado API is a managed, monitored endpoint for eldorado.gg — not a raw scraper you maintain. Every endpoint is automatically health-checked on a schedule, and when eldorado.gg changes and a check fails, the API is automatically queued for repair and re-verified. It is built to keep working as the site underneath it changes.

This isn't an official eldorado.gg API — it's an independent, maintained REST wrapper over public data. Where the source has no official API (or only a limited one), Parse gives you a stable contract over a source that never promised one, and keeps it current. Need a new endpoint or field? You can revise it yourself in plain English and the agent rebuilds it against the live site in minutes — contributing the change back to the shared API is free.

Last verified
2d ago
Latest check
4/4 endpoints passing
Maintenance
Monitored & self-healing
Will this API break when the source site changes?+
It's built not to. Every endpoint is health-checked on a schedule with automated test probes. When the source site changes and a check fails, the API is automatically queued for repair and re-verified — that's the self-healing layer. Each API page shows when its endpoints were last verified. And because marketplace APIs are shared, any fix reaches everyone using it.
Is this an official API from the source site?+
No — Parse APIs are independent, managed REST wrappers over publicly available data. That is the point: where a site has no official API (or only a limited one), Parse gives you a maintained, monitored endpoint for that data and keeps it working as the site changes — so you get a stable contract over a source that never promised one.
Can I fix or extend this API myself if I need a new endpoint or field?+
Yes — and you don't have to wait on us. This API was generated by the Parse agent, which stays attached. Describe the change in plain English ("add an endpoint that returns reviews", "fix the price field") in the revise box on the API page or via the revise_api MCP tool, and the agent rebuilds it against the live site in minutes. Contributing the change back to the public API is free.
What happens if I call an endpoint that has an issue?+
Errors are machine-readable: a bad call returns a clean status with the list of available endpoints and a repair hint, so an agent (or you) can recover or trigger a fix instead of failing silently. Confirmed failures feed the automatic repair queue.
Common use cases
  • Track average USD price per 1M gold in OSRS over time using get_currency_offers with game_id='10'
  • Compare seller verification status and per-unit pricing across all currency sellers for a given game
  • Monitor a specific shop's item inventory and pricing using the seller_username filter in list_item_offers
  • Build a price alert tool that triggers when average_price_usd in get_currency_offers drops below a threshold
  • Catalog item rarity and type distribution for Adopt Me listings using item_type and rarity fields from list_item_offers
  • Aggregate Fortnite account listings by price range using list_account_offers with game_id='16'
  • Discover which games have active currency markets using the is_popular flag from list_currency_games
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo2005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000100 req/min
Team$300/mo20,000300 req/min
Company$1,000/mo100,000500 req/min

Each endpoint has a fixed posted price per successful call — most fall between 1 and 10 credits — shown on this API's page before you run it. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Eldorado.gg have an official developer API?+
Eldorado.gg does not publish a public developer API or developer documentation. This Parse API provides structured access to the marketplace data.
What does `price_unit_system` mean in `get_currency_offers`?+
It indicates the denomination for which prices are quoted. For example, Unit1000000 means each listed price is per 1 million units of the in-game currency. Always read this field before comparing prices across games, since different titles use different denominations.
Does the API cover seller reviews or feedback scores?+
Not currently. The sellers array in get_currency_offers and the offer objects in list_item_offers and list_account_offers include verification status and stock quantity but not review counts or ratings. You can fork this API on Parse and revise it to add a seller-reviews endpoint.
Is there a way to retrieve historical price data?+
Not currently. All four endpoints return current live listings. The API does not expose historical price series or time-stamped snapshots. You can fork this API on Parse and revise it to add a price-history endpoint if that data becomes accessible on the site.
How does pagination work across the listing endpoints?+
list_item_offers and list_account_offers both use 1-based page numbering via the page parameter. The page_size is capped at 50 per request. Each response returns total_offers, total_pages, and a has_more boolean so you can iterate through all results.
Page content last updated . Spec covers 4 endpoints from eldorado.gg.
Related APIs in MarketplaceSee all →