Skip to content

Nutomic/coinarbitrage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coinarbitrage

A tool to help with arbitrage between cryptocurrency exchanges, currently supports korbit.co.kr and kraken.com. It fetches the prices of different coins from each exchange, and compares them to find the most profitable paris for arbitrage.

Example output:

+--------+--------------+------------------+----------------+---------------+---------------+
| Market | Kraken Price |     Korbit Price | Korbit Premium | Kraken Volume | Korbit Volume |
+--------+--------------+------------------+----------------+---------------+---------------+
|    sgb |    0.01115 € |    0.011965839 € |         7.32 % |      15 755 € |      12 906 € |
+--------+--------------+------------------+----------------+---------------+---------------+
|    axs |      7.238 € |      7.5681696 € |         4.56 % |      29 928 € |      14 785 € |
+--------+--------------+------------------+----------------+---------------+---------------+
|    ens |      12.82 € |      13.390699 € |         4.45 % |       4 967 € |       5 138 € |
+--------+--------------+------------------+----------------+---------------+---------------+
|    ape |    3.89505 € |       4.067565 € |         4.43 % |     171 619 € |       4 093 € |
+--------+--------------+------------------+----------------+---------------+---------------+
|    dai |   0.938365 € |       0.979871 € |         4.42 % |   3 499 104 € |       8 601 € |
+--------+--------------+------------------+----------------+---------------+---------------+
|   usdc |    0.93845 € |     0.97912496 € |         4.33 % |  19 818 282 € |      24 336 € |
+--------+--------------+------------------+----------------+---------------+---------------+
|   gala |    0.02375 € |    0.024778388 € |         4.33 % |       6 405 € |       5 851 € |
+--------+--------------+------------------+----------------+---------------+---------------+
|  ocean |     0.1622 € |      0.1691182 € |         4.27 % |      70 056 € |      34 303 € |
+--------+--------------+------------------+----------------+---------------+---------------+
|    chz | 0.13264999 € |      0.1382711 € |         4.24 % |      21 616 € |      13 339 € |
+--------+--------------+------------------+----------------+---------------+---------------+
|    fil |     4.0795 € |      4.2521996 € |         4.23 % |      24 816 € |      66 713 € |
+--------+--------------+------------------+----------------+---------------+---------------+
|   avax |     13.005 € |      13.554819 € |         4.23 % |     179 666 € |       6 545 € |
+--------+--------------+------------------+----------------+---------------+---------------+
|    mkr |      568.8 € |      592.69696 € |         4.20 % |      13 233 € |       3 406 € |
+--------+--------------+------------------+----------------+---------------+---------------+
|   doge |  0.0873965 € |     0.09101199 € |         4.14 % |     987 122 € |     146 070 € |
+--------+--------------+------------------+----------------+---------------+---------------+
|    eos |    0.94785 € |     0.98695797 € |         4.13 % |      44 663 € |       6 412 € |
+--------+--------------+------------------+----------------+---------------+---------------+
|    trx |   0.050931 € |    0.053029407 € |         4.12 % |     121 529 € |      46 491 € |
+--------+--------------+------------------+----------------+---------------+---------------+
|   flow | 0.90849996 € |       0.945555 € |         4.08 % |      26 988 € |       9 041 € |
+--------+--------------+------------------+----------------+---------------+---------------+
|  matic |     0.8763 € |       0.911985 € |         4.07 % |     407 667 € |      10 516 € |
+--------+--------------+------------------+----------------+---------------+---------------+
|    sol |     13.075 € |       13.59958 € |         4.01 % |   1 688 351 € |      14 330 € |
+--------+--------------+------------------+----------------+---------------+---------------+
|    eth |  1 253.185 € |      1 303.262 € |         4.00 % |  13 853 022 € |   1 017 123 € |
+--------+--------------+------------------+----------------+---------------+---------------+
|   qtum |    2.15347 € |       2.239492 € |         3.99 % |      20 418 € |       3 711 € |
+--------+--------------+------------------+----------------+---------------+---------------+
|    xrp | 0.36949998 € |     0.38422728 € |         3.99 % |   1 479 838 € |     829 369 € |
+--------+--------------+------------------+----------------+---------------+---------------+
|   sand |     0.5348 € |      0.5560684 € |         3.98 % |      30 930 € |      12 261 € |
+--------+--------------+------------------+----------------+---------------+---------------+
|    btc |  16 780.25 € |     17 445.582 € |         3.96 % |  24 346 888 € |   1 593 270 € |
+--------+--------------+------------------+----------------+---------------+---------------+
|    bch |     104.34 € |       108.4684 € |         3.96 % |     121 957 € |      21 252 € |
+--------+--------------+------------------+----------------+---------------+---------------+
|    icp |      4.031 € |        4.18879 € |         3.91 % |      21 452 € |       4 483 € |
+--------+--------------+------------------+----------------+---------------+---------------+
|    ada |  0.2962645 € |      0.3077623 € |         3.88 % |     793 188 € |       7 796 € |
+--------+--------------+------------------+----------------+---------------+---------------+
|   shib | 0.00000869 € | 0.000009026599 € |         3.87 % |      56 527 € |      24 645 € |
+--------+--------------+------------------+----------------+---------------+---------------+

Usage

Install Rust, clone the repo and execute cargo run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages