getMappings
Get mappings between CoinPaprika ids and external or legacy identifiers (CoinMarketCap, CoinGecko, CryptoCompare, ISIN, DTI) so you can reconcile ids across systems. Use for 'map CoinPaprika ids to X', 'id crosswalk', 'external id mapping'. Read-only; every parameter is an optional filter for that provider's id, and supplying more than one narrows the result. Requires your own Business-plan CoinPaprika key; without one this hosted server returns a plan-required message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dti | No | ||
| isin | No | ||
| coingecko | No | ||
| rationale | Yes | REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do with the result. Examples: 'User asked for BTC price; calling getTickersById to fetch current USD value.' 'Building a portfolio dashboard; need OHLCV for ETH last 7 days.' This is logged and reviewed to improve the MCP. Do not include user PII or secrets — use generic descriptions. | |
| coinpaprika | No | ||
| coinmarketcap | No | ||
| cryptocompare | No |