getMappings
Cross-reference CoinPaprika IDs with external identifiers like CoinGecko, CoinMarketCap, ISIN, and DTI. Returns matching mapping rows or an empty list.
Instructions
Cross-reference CoinPaprika ids with external or legacy identifiers. Returns crosswalk rows linking a CoinPaprika id to its external ids; only matching rows return and no match returns an empty list. Use for 'map CoinPaprika id to CoinGecko', 'which coin is this CoinMarketCap id', 'find id for an ISIN'. Read-only. All params are optional string filters; provide at least one, extra filters narrow further: coinpaprika (a CoinPaprika id), coinmarketcap, coingecko, cryptocompare (each that provider's id), isin (an ISIN code), dti (a Digital Token Identifier). Requires a Business plan (COINPAPRIKA_API_KEY).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dti | No | DTI to look up | |
| isin | No | ISIN to look up | |
| coingecko | No | CoinGecko ID to look up | |
| coinpaprika | No | CoinPaprika ID to look up | |
| coinmarketcap | No | CoinMarketCap ID to look up | |
| cryptocompare | No | CryptoCompare ID to look up |