GET
/
changelog
/
ids
CLI
curl --request GET \
--url 'https://api-pro.coinpaprika.com/v1/changelog/ids' \
--header 'Authorization: <your-api-key>'
[
  [
    {
      "currency_id": "btc-bitcoin",
      "old_id": "btc-bitcoin123",
      "new_id": "btc-bitcoin456",
      "changed_at": "2022-07-15T07:00:00Z"
    }
  ]
]

Authorizations

Authorization
string
header
required

Query Parameters

page
number
default:1

Results page number. The number of records in the response is 100

Example:

2

Response

200
application/json

successful operation

The response is of type object[][].