{"id":31406700,"url":"https://github.com/ndharmateja/coiny","last_synced_at":"2026-04-02T02:51:13.872Z","repository":{"id":178418286,"uuid":"661823000","full_name":"ndharmateja/coiny","owner":"ndharmateja","description":"A command line tool to get the top cryptocurrencies by market cap and latest prices of different cryptocurrencies in various currency options","archived":false,"fork":false,"pushed_at":"2023-07-07T00:23:36.000Z","size":415,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-24T13:17:45.163Z","etag":null,"topics":["bash","cli","command","command-line","command-line-tool","console","crypto","cryptocurrency","javascript","js","node","nodejs","shell","terminal"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ndharmateja.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-03T18:25:29.000Z","updated_at":"2023-07-06T22:34:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"f1f3a64f-ae3e-44a3-8868-b206f3066fd6","html_url":"https://github.com/ndharmateja/coiny","commit_stats":{"total_commits":147,"total_committers":2,"mean_commits":73.5,"dds":0.006802721088435382,"last_synced_commit":"bdfbeb44434dbb1118f7f4f51c8d7c85bdd3e68d"},"previous_names":["ndharmateja/cryptocurrencies_cli"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ndharmateja/coiny","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndharmateja%2Fcoiny","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndharmateja%2Fcoiny/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndharmateja%2Fcoiny/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndharmateja%2Fcoiny/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ndharmateja","download_url":"https://codeload.github.com/ndharmateja/coiny/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndharmateja%2Fcoiny/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277315138,"owners_count":25797569,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-27T02:00:08.978Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","cli","command","command-line","command-line-tool","console","crypto","cryptocurrency","javascript","js","node","nodejs","shell","terminal"],"created_at":"2025-09-29T18:52:49.232Z","updated_at":"2025-09-29T18:52:54.204Z","avatar_url":"https://github.com/ndharmateja.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Coiny\n\n## Description\n\n- Coiny is a command line tool to get the top cryptocurrencies by market cap and latest prices of different cryptocurrencies in various currency options.\n- It uses the Crypto Compare API. Users should first get an API Key (free) from [here](https://www.cryptocompare.com/cryptopian/api-keys) and set the key using the CLI.\n\n## Requirements\n\n- Node 20 or above.\n- npm\n\n## Examples\n\n### Check prices\n\n- Default (no options): Get top 10 coins by market cap\n- Use **-t** or **--top** option for specifying limit\n- Use **--coin** option for getting data for specific coins\n- Use **--curr** option for specifying currency (default: USD)\n\n```\n$ coiny check price\n\n+-----+-------+-------------+--------------+------------+\n|  #  | Coin  |    Price    | 24H Change % | Market Cap |\n+-----+-------+-------------+--------------+------------+\n|  1. |   BTC | $ 30,033.30 |      -1.54 % | $ 583.30 B |\n|  2. |   ETH |  $ 1,858.51 |      -2.72 % | $ 223.30 B |\n|  3. |  USDT |      $ 1.00 |      +0.01 % |  $ 85.80 B |\n|  4. |   XRP |      $ 0.47 |      -2.41 % |  $ 46.63 B |\n|  5. |   BNB |    $ 232.27 |      -2.78 % |  $ 36.67 B |\n|  6. |  USDC |      $ 1.00 |      +0.03 % |  $ 27.52 B |\n|  7. | STETH |  $ 1,858.14 |      -2.72 % |  $ 14.08 B |\n|  8. |   ADA |      $ 0.28 |      -1.06 % |  $ 12.65 B |\n|  9. |   SOL |     $ 19.99 |      +5.21 % |  $ 11.03 B |\n| 10. |   ARB |      $ 1.08 |      -2.79 % |  $ 10.81 B |\n+-----+-------+-------------+--------------+------------+\n```\n\n```\n$ coiny check price -t 7\n\n+----+-------+-------------+--------------+------------+\n| #  | Coin  |    Price    | 24H Change % | Market Cap |\n+----+-------+-------------+--------------+------------+\n| 1. |   BTC | $ 30,047.40 |      -1.49 % | $ 583.58 B |\n| 2. |   ETH |  $ 1,859.00 |      -2.69 % | $ 223.35 B |\n| 3. |  USDT |      $ 1.00 |      +0.01 % |  $ 85.80 B |\n| 4. |   XRP |      $ 0.47 |      -2.41 % |  $ 46.63 B |\n| 5. |   BNB |    $ 232.36 |      -2.74 % |  $ 36.69 B |\n| 6. |  USDC |      $ 1.00 |      +0.03 % |  $ 27.52 B |\n| 7. | STETH |  $ 1,858.63 |      -2.69 % |  $ 14.08 B |\n+----+-------+-------------+--------------+------------+\n```\n\n```\n$ coiny check price --top=25 --curr=GBP\n\n+-----+-------+-------------+--------------+------------+\n|  #  | Coin  |    Price    | 24H Change % | Market Cap |\n+-----+-------+-------------+--------------+------------+\n|  1. |   BTC | £ 23,593.60 |      -1.82 % | £ 458.23 B |\n|  2. |   ETH |  £ 1,458.68 |      -3.04 % | £ 175.26 B |\n|  3. |  USDT |      £ 0.78 |      -0.24 % |  £ 67.34 B |\n|  4. |   XRP |      £ 0.37 |      -2.63 % |  £ 36.67 B |\n|  5. |   BNB |    £ 182.52 |      -3.02 % |  £ 28.82 B |\n|  6. |  USDC |      £ 0.78 |      -0.24 % |  £ 21.60 B |\n|  7. | STETH |  £ 1,458.39 |      -3.04 % |  £ 11.05 B |\n|  8. |   ADA |      £ 0.22 |      -1.38 % |   £ 9.94 B |\n|  9. |   SOL |     £ 15.71 |      +5.01 % |   £ 8.67 B |\n| 10. |   ARB |      £ 0.85 |      -3.12 % |   £ 8.48 B |\n| 11. |   OKB |     £ 33.61 |      -2.10 % |   £ 7.93 B |\n| 12. |  DOGE |      £ 0.05 |      -2.98 % |   £ 7.20 B |\n| 13. |   APT |      £ 5.62 |      -4.12 % |   £ 5.86 B |\n| 14. |   LTC |     £ 75.24 |      -6.89 % |   £ 5.52 B |\n| 15. |   TRX |      £ 0.06 |      -0.27 % |   £ 5.45 B |\n| 16. | MATIC |      £ 0.52 |      -0.89 % |   £ 5.23 B |\n| 17. |  WETH |  £ 1,470.94 |      -3.04 % |   £ 5.01 B |\n| 18. |  LINK |      £ 4.79 |      -3.46 % |   £ 4.79 B |\n| 19. |   DOT |      £ 3.96 |      -3.51 % |   £ 4.79 B |\n| 20. |   BCH |    £ 220.52 |      +2.79 % |   £ 4.29 B |\n| 21. |  AVAX |      £ 9.80 |      -1.73 % |   £ 4.24 B |\n| 22. |   UNI |      £ 4.20 |      -1.41 % |   £ 4.20 B |\n| 23. |    OP |      £ 0.94 |      -3.07 % |   £ 4.03 B |\n| 24. |   XLM |      £ 0.08 |      -4.37 % |   £ 3.79 B |\n| 25. |  WBTC | £ 23,586.90 |      -1.82 % |   £ 3.71 B |\n+-----+-------+-------------+--------------+------------+\n```\n\n```\n$ coiny check price --curr=EUR\n\n+-----+-------+-------------+--------------+------------+\n|  #  | Coin  |    Price    | 24H Change % | Market Cap |\n+-----+-------+-------------+--------------+------------+\n|  1. |   BTC | € 27,591.90 |      -1.90 % | € 535.89 B |\n|  2. |   ETH |  € 1,707.57 |      -3.03 % | € 205.16 B |\n|  3. |  USDT |      € 0.92 |      -0.31 % |  € 78.79 B |\n|  4. |   XRP |      € 0.43 |      -2.86 % |  € 42.80 B |\n|  5. |   BNB |    € 213.70 |      -3.13 % |  € 33.74 B |\n|  6. |  USDC |      € 0.92 |      -0.30 % |  € 25.27 B |\n|  7. | STETH |  € 1,707.23 |      -3.03 % |  € 12.94 B |\n|  8. |   ADA |      € 0.26 |      -1.37 % |  € 11.63 B |\n|  9. |   SOL |     € 18.37 |      +4.91 % |  € 10.14 B |\n| 10. |   ARB |      € 0.99 |      -3.36 % |   € 9.90 B |\n+-----+-------+-------------+--------------+------------+\n```\n\n```\n$ coiny check price --coin=BTC,ETH,POLC,DOGE,USDT,ADA,BNB\n\n+----+------+-------------+--------------+------------+\n| #  | Coin |    Price    | 24H Change % | Market Cap |\n+----+------+-------------+--------------+------------+\n| 1. |  BTC | $ 30,011.10 |      -1.61 % | $ 582.87 B |\n| 2. |  ETH |  $ 1,856.08 |      -2.84 % | $ 223.00 B |\n| 3. | POLC |      $ 0.01 |      +1.71 % |   $ 2.69 B |\n| 4. | DOGE |      $ 0.07 |      -2.63 % |   $ 9.14 B |\n| 5. | USDT |      $ 1.00 |      +0.01 % |  $ 85.80 B |\n| 6. |  ADA |      $ 0.28 |      -1.34 % |  $ 12.61 B |\n| 7. |  BNB |    $ 231.99 |      -2.88 % |  $ 36.63 B |\n+----+------+-------------+--------------+------------+\n```\n\n```\n$ coiny check price --coin=BTC,XRP,ETH,ADA --curr=INR\n\n+----+------+----------------+--------------+---------------+\n| #  | Coin |     Price      | 24H Change % |  Market Cap   |\n+----+------+----------------+--------------+---------------+\n| 1. |  BTC | ₹ 2,195,040.20 |      +1.24 % | ₹ 42,631.86 B |\n| 2. |  XRP |        ₹ 34.04 |      +0.24 % |  ₹ 3,403.20 B |\n| 3. |  ETH |   ₹ 135,763.20 |      +0.00 % | ₹ 16,311.63 B |\n| 4. |  ADA |        ₹ 20.45 |      +1.48 % |    ₹ 920.07 B |\n+----+------+----------------+--------------+---------------+\n```\n\n### Key management\n\n```\n$ coiny key set\n\n? (https://www.cryptocompare.com/cryptopian/api-keys)\nEnter API Key: a5fa608621d26a886503d1de41cd91410142\nSuccessfully set the key.\n```\n\n```\n$ coiny key show\n\nAPI Key: a5fa608621d26a886503d1de41cd91410142\n```\n\n```\n$ coiny key remove\n\nSuccessfully removed the key.\n```\n\n## Usage\n\n```\n$ coiny --help\n\nUsage: coiny [options] [command]\n\nOptions:\n   -V, --version   output the version number\n   -h, --help      display help for command\n\nCommands:\n   key             Manage API key -\u003e Get at https://www.cryptocompare.com/cryptopian/api-keys\n   check           Check cryptocurrency coins prices\n   help [command]  display help for command\n```\n\n```\n$ coiny key --help\n\nUsage: coiny-key [options] [command]\n\nOptions:\n   -h, --help      display help for command\n\nCommands:\n   set             Set API Key -\u003e Get at https://www.cryptocompare.com/cryptopian/api-keys\n   show            Show API Key\n   remove          Remove API Key\n   help [command]  display help for command\n```\n\n```\n$ coiny check -help\n\nUsage: coiny-check [options] [command]\n\nOptions:\n   -h, --help display help for command\n\nCommands:\n   price [options]  Check price of coins. Gets list of top 10 coins by market cap if no options are specified. Use --coin option\n                    to get prices for specific coins.\n   help [command]   display help for command\n```\n\n```\n$ coiny check price --help\n\nUsage: coiny-check price [options]\n\nCheck price of coins. Gets list of top 10 coins by market cap if no options are specified. Use --coin option to get prices for\nspecific coins.\n\nOptions:\n   -t --top \u003climit\u003e   Get top coins by market cap (default: 10)\n   --curr \u003ccurrency\u003e  Change the currency (default: \"USD\")\n   --coin \u003ctype\u003e      Specific coin types comma separated\n   -h, --help         display help for command\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndharmateja%2Fcoiny","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fndharmateja%2Fcoiny","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndharmateja%2Fcoiny/lists"}