> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cryptorank.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Endpoints Mapping

> Map your v2 calls onto v3: common workflows as before/after recipes, plus a full endpoint reference.

This page maps your existing v2 integration onto v3. Start with the **recipes** if you think in terms of screens and workflows — each shows a typical v2 call and the v3 calls that replace it.

Use the **full endpoint reference** at the bottom as the complete lookup table. End with the **checklist** before you cut over.

There is **no `full-metadata` endpoint in v3**. Where v2 returned an entire entity in one call, v3 splits the data across focused endpoints.

## Migration recipes

Each recipe shows one v2 call and the set of v3 calls that replace it. Request only the slices your screen needs — every call draws credits independently. **Minimum plan** reflects the highest-gated endpoint in the recipe.

### 1. Full coin card

| Was (v2)                        | Now (v3)                                                   |
| ------------------------------- | ---------------------------------------------------------- |
| `/currencies/:id/full-metadata` | `/currencies/:id` — core profile                           |
|                                 | `/currencies/:id/performance` — performance metrics        |
|                                 | `/currencies/:id/sparkline` — price & volume chart         |
|                                 | `/currencies/:id/contracts` — contract addresses           |
|                                 | `/currencies/:id/tokenomics` — supply & tokenomics summary |
|                                 | `/currencies/:id/analytics/returns` — periodic returns     |
|                                 | `/tickers` — markets for the coin                          |

Minimum plan: **Advanced**.

### 2. Tokenomics & unlocks

| Was (v2)                        | Now (v3)                                                    |
| ------------------------------- | ----------------------------------------------------------- |
| `/currencies/:id/vesting`       | `/currencies/:id/tokenomics` — supply overview              |
|                                 | `/currencies/:id/vesting/allocations` — allocations         |
|                                 | `/currencies/:id/vesting/schedule` — schedule by allocation |
|                                 | `/currencies/:id/vesting/events` — unlock events            |
| `/currencies/:id/vesting/chart` | `/currencies/:id/vesting/chart` — emission chart            |
| `/currencies/token-unlock`      | `/currencies/upcoming-token-unlocks` — across all coins     |

<Warning>
  `vesting/chart` now returns the **delta unlocked per period**, not a running
  cumulative total. A `from`/`to` window returns deltas inside the window only,
  without a baseline.
</Warning>

Minimum plan: **Pro**.

### 3. Fund data

| Was (v2)                   | Now (v3)                                       |
| -------------------------- | ---------------------------------------------- |
| `/funds/:id/full-metadata` | `/funds/:id` — fund profile                    |
|                            | `/funds/:id/top-investments` — top investments |
|                            | `/funds/:id/focus-area` — focus areas          |
|                            | `/funds/:id/stages` — investments by stage     |
|                            | `/funds/:id/country` — investments by country  |
|                            | `/funds/:id/co-investors` — co-investors       |

Minimum plan: **Business**.

### 4. Funding rounds

| Was (v2)                         | Now (v3)                                                   |
| -------------------------------- | ---------------------------------------------------------- |
| `/currencies/:id/funding-rounds` | `/funding-rounds/list` — feed of rounds                    |
|                                  | `/funding-rounds/:id` — round detail, incl. lead investors |

The list feed gives the overview; the detail endpoint adds lead-investor breakdown. Minimum plan: **Business**.

### 5. Drophunting

| Was (v2)                     | Now (v3)                                          |
| ---------------------------- | ------------------------------------------------- |
| `/drophunting/activity/:id`  | `/drophunting/list` — activities list             |
|                              | `/drophunting/:id` — activity profile             |
| `/drophunting/.../all-tasks` | `/drophunting/:id/tasks` — tasks for the activity |

Minimum plan: **Business**.

## Full endpoint reference

Complete v2 → v3 lookup by group. For renamed 1:1 endpoints, the v3 path is given directly; follow the reference page for renamed fields.

### Currencies & markets

| v2                              | v3                                                                               |
| ------------------------------- | -------------------------------------------------------------------------------- |
| `/currencies/map`               | `/currencies/map`, `/currencies/list`                                            |
| `/currencies/search`            | `/currencies/search`                                                             |
| `/currencies/:id`               | `/currencies/:id`                                                                |
| `/currencies/:id/full-metadata` | `/currencies/:id/performance`, `/contracts`, `/tokenomics`, `/analytics/returns` |
| `/currencies/:id/sparkline`     | `/currencies/:id/sparkline`                                                      |
| `/markets`                      | `/tickers`                                                                       |
| —                               | `/currencies/trending`, `/currencies/gainers-losers`, `/currencies/derivatives`  |

### Vesting & token unlocks

| v2                              | v3                                                                            |
| ------------------------------- | ----------------------------------------------------------------------------- |
| `/currencies/:id/vesting`       | `/currencies/:id/vesting/allocations`, `/vesting/schedule`, `/vesting/events` |
| `/currencies/:id/vesting/chart` | `/currencies/:id/vesting/chart`                                               |
| `/currencies/token-unlock`      | `/currencies/upcoming-token-unlocks`                                          |

### Funds

| v2                         | v3                                                                 |
| -------------------------- | ------------------------------------------------------------------ |
| `/funds`, `/funds/:id`     | `/funds/list`, `/funds/:id`                                        |
| `/funds/map`               | `/funds/map`                                                       |
| `/funds/:id/full-metadata` | `/funds/:id/top-investments`, `/focus-area`, `/stages`, `/country` |
| —                          | `/funds/:id/co-investors`                                          |

### Funding rounds & public sales

| v2                                                             | v3                                                                |
| -------------------------------------------------------------- | ----------------------------------------------------------------- |
| `/currencies/:id/funding-rounds`, `/currencies/funding-rounds` | `/funding-rounds/list`                                            |
| —                                                              | `/funding-rounds/:id` (with lead investors)                       |
| —                                                              | `/funding-rounds/trends`, `/funding-rounds/most-active-investors` |
| `/currencies/public-sales`                                     | `/public-sales/list`, `/public-sales/:id`                         |
| —                                                              | `/public-sales/trends`                                            |

### Team & persons

| v2                                         | v3                                                                 |
| ------------------------------------------ | ------------------------------------------------------------------ |
| ` /funds/:id/team`, `/launchpads/:id/team` |                                                                    |
| —                                          | `/persons/map`, `/persons/list`                                    |
| —                                          | `/persons/:id`, `/persons/:id/positions`, `/persons/:id/education` |

### Drophunting

| v2                           | v3                                      |
| ---------------------------- | --------------------------------------- |
| `/drophunting/activity/:id`  | `/drophunting/:id`                      |
| `/drophunting/.../all-tasks` | `/drophunting/:id/tasks`                |
| —                            | `/drophunting/list`, `/drophunting/map` |

### Exchanges

| v2                             | v3                                  |
| ------------------------------ | ----------------------------------- |
| `/exchanges`, `/exchanges/:id` | `/exchanges/list`, `/exchanges/:id` |
| `/exchanges/:id/full-metadata` | —                                   |
| —                              | `/exchanges/:id/reserves`           |
| —                              | `/exchanges/:id/volume-chart`       |
| `/exchanges/map`               | `/exchanges/map`                    |

### Launchpads, ecosystems, news

| v2                                            | v3                                     |
| --------------------------------------------- | -------------------------------------- |
| `/launchpads`, `/launchpads/:id`              | `/launchpads/list`, `/launchpads/:id`  |
| `/launchpads/:id/full-metadata`               | `/public-sales/list?launchpadIds=:id`  |
| `/ecosystems/:id`, `/ecosystems/:id/projects` | `/ecosystems/:id`                      |
| `/ecosystems/map`, `/ecosystems/tags`         | `/ecosystems/list`, `/ecosystems/tags` |
| `/news/feed`                                  | `/news/feed`                           |
| —                                             | `/news/:id/main-text`                  |

### Core & global

| v2                     | v3                                                     |
| ---------------------- | ------------------------------------------------------ |
| `/global`              | `/global/market`                                       |
| `/global` (dominance)  | `/global/dominance`, `/global/dominance/chart`         |
| —                      | `/global/fear-greed`, `/global/fear-greed/chart`       |
| —                      | `/global/altcoin-index`, `/global/altcoin-index/chart` |
| `/token-platforms/map` | `/blockchains/map`, `/blockchains/list`                |
| `/currencies/fiat`     | `/fiat/list`                                           |

<Warning>
  Two cross-cutting rules that can break clients silently:

  * **`convert`** applies to **fiat conversion only**. It does not convert between cryptocurrencies.
  * **ATH / ATL / high24h / low24h are always returned in USD** and are never affected by `convert`.
</Warning>
