GET
/
coins
CLI
curl --request GET \
--url 'https://api.coinpaprika.com/v1/coins'
[
  {
    "id": "btc-bitcoin",
    "name": "Bitcoin",
    "symbol": "BTC",
    "rank": 1,
    "is_new": false,
    "is_active": true,
    "type": "coin"
  }
]

Response

200
application/json

successful operation

The response is of type object[].