> For the complete documentation index, see [llms.txt](https://docs.cyberscope.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cyberscope.io/api/coinmarketcap-rating.md).

# Coinmarketcap Rating

<mark style="color:blue;">`GET`</mark> `https://www.coinscope.co/api/cmc/rating`

{% tabs %}
{% tab title="200: OK " %}

````javascript
```json
[
  {
    "coinId": 825,
    "rating": 95,
    "ratingDate": "2023-03-10T08:51:33.385Z",
    "ratingUrl": "https://www.cyberscope.io/cyberscan?network=ETH&address=0xdac17f958d2ee523a2206206994597c13d831ec7"
  },
  {
    "coinId": 19762,
    "rating": 71,
    "ratingDate": "2023-03-10T08:51:33.395Z",
    "ratingUrl": "https://www.cyberscope.io/cyberscan?network=ETH&address=0x4521c9ad6a3d4230803ab752ed238be11f8b342f"
  },
  {
    "coinId": 22153,
    "rating": 66,
    "ratingDate": "2023-03-10T08:51:33.400Z",
    "ratingUrl": "https://www.cyberscope.io/cyberscan?network=BSC&address=0x56d594d76b37be83c54abf8a4747d60ce58d32c2"
  }
]
```
````

{% endtab %}
{% endtabs %}
