Documentation menu

Endpoint: coins

GEThttps://crypto-craze.mimo.dev/api/coins/chainlink

Request

GETcoins
1fetch("https://crypto-craze.mimo.dev/api/coins/chainlink", {
2 headers: { "api-key": "YOUR_API_KEY" }
3})
4 .then((res) => res.json())
5 .then((json) => console.log(json))
6 .catch((error) => console.error(error))

Response

response.json
1{
2 "id": "chainlink",
3 "name": "Chainlink",
4 "symbol": "LINK",
5 "priceUsd": 18.95,
6 "change24h": 3.1,
7 "marketCapUsd": 11200000000
8}