Documentation menu

Endpoint: coins

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

Request

GETcoins
1fetch("https://crypto-craze.mimo.dev/api/coins/ripple", {
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": "ripple",
3 "name": "XRP",
4 "symbol": "XRP",
5 "priceUsd": 0.62,
6 "change24h": -2.3,
7 "marketCapUsd": 33500000000
8}