GET
/
coins
/
mappings
CLI
curl --request GET \
--url 'https://api-pro.coinpaprika.com/v1/coins/mappings?coinpaprika=btc-bitcoin' \
--header 'Authorization: <your-api-key>'
[
  {
    "coinpaprika": "btc-bitcoin",
    "coinmarketcap": "1",
    "coingecko": "bitcoin",
    "cryptocompare": "1",
    "isin": "XTV15WLZJMF0",
    "dti": "V15WLZJMF",
    "updated_at": "2024-12-12T13:13:28Z"
  }
]

Authorizations

Authorization
string
header
required

Query Parameters

coinpaprika
string

Coinpaprika API ID of a coin you want to map to the other provider API IDs

coinmarketcap
string

Coinmarketcap API ID of a coin you want to map to the other provider API IDs

coingecko
string

Coingecko API ID of a coin you want to map to the other provider API IDs

cryptocompare
string

Cryptocompare API ID of a coin you want to map to the other provider API IDs

isin
string

ISIN ID of a coin you want to map to the other provider API IDs

dti
string

Digital Token Identifier of a coin you want to map to the other provider API IDs

Response

200
application/json

successful operation

The response is of type object[].