Single crypto details

Get details on a specific crypto currency.

This endpoint allows you to get all details that we have on a specific cryptocurrency 🤖

https://api.koinju.io/cryptos/:id

Path parameters

Output format 🧬

payload variables

Example of reply

200 : OK, Server is happy to server you :-)

Here is you example :

{
  "count": 1,
  "payload": [
    {
      "name": "Bitcoin",
      "slug": "bitcoin",
      "symbol": "BTC",
      "id": "btc-bitcoin",
      "type": "coin",
      "white_paper": "https://bitcoin.org/bitcoin.pdf",
      "explorer": [
        "http://blockchain.com/explorer",
        "https://blockstream.info/",
        "https://blockchair.com/bitcoin"
      ],
      "source_code": "https://github.com/bitcoin/bitcoin",
      "website": "https://bitcoin.org/",
      "reddit": "https://www.reddit.com/r/bitcoin",
      "twitter": "https://twitter.com/bitcoincoreorg",
      "logo": "https://koinju-icons.s3-eu-west-1.amazonaws.com/cryptos/btc-bitcoin.png",
      "about": "Bitcoin is a cryptocurrency and worldwide payment system. It is the first decentralized digital currency, as the system works without a central bank or single administrator.",
      "hash_algorithm": "SHA256",
      "proof_type": "Proof of Work",
      "circulating_supply": 18509494,
      "total_supply": 18509494,
      "max_supply": 21000000,
      "ath_price": 19665.39,
      "ath_date": "2017-12-16T00:00:00.000Z",
      "market_pairs": {
        "bittrex": [
          "1ST-BTC",
          "ABYSS-BTC"
        ],
        "bitfinex": [
          "AGI-BTC",
          "AID-BTC"
        ]
      }
    }
  ]
}

Last updated