Advertisement
Guest User

Untitled

a guest
Jul 19th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. { data:
  2. [ { id: 1,
  3. name: 'Bitcoin',
  4. symbol: 'BTC',
  5. website_slug: 'bitcoin',
  6. rank: 1,
  7. circulating_supply: 17158762,
  8. total_supply: 17158762,
  9. max_supply: 21000000,
  10. quotes: [Object],
  11. last_updated: 1532039785 },
  12. { id: 1027,
  13. name: 'Ethereum',
  14. symbol: 'ETH',
  15. website_slug: 'ethereum',
  16. rank: 2,
  17. circulating_supply: 100795211,
  18. total_supply: 100795211,
  19. max_supply: null,
  20. quotes: [Object],
  21. last_updated: 1532039794 },
  22. { id: 52,
  23. name: 'XRP',
  24. symbol: 'XRP',
  25. website_slug: 'ripple',
  26. rank: 3,
  27. circulating_supply: 39315683476,
  28. total_supply: 99991900487,
  29. max_supply: 100000000000,
  30. quotes: [Object],
  31. last_updated: 1532039835 },
  32. { id: 1831,
  33. name: 'Bitcoin Cash',
  34. symbol: 'BCH',
  35. website_slug: 'bitcoin-cash',
  36. rank: 4,
  37. circulating_supply: 17246375,
  38. total_supply: 17246375,
  39. max_supply: 21000000,
  40. quotes: [Object],
  41. last_updated: 1532039793 },
  42. { id: 1765,
  43. name: 'EOS',
  44. symbol: 'EOS',
  45. website_slug: 'eos',
  46. rank: 5,
  47. circulating_supply: 896149492,
  48. total_supply: 900000000,
  49. max_supply: 1000000000,
  50. quotes: [Object],
  51. last_updated: 1532039796 },
  52. { id: 512,
  53. name: 'Stellar',
  54. symbol: 'XLM',
  55. website_slug: 'stellar',
  56. rank: 6,
  57. circulating_supply: 18766656221,
  58. total_supply: 104125061584,
  59. max_supply: null,
  60. quotes: [Object],
  61. last_updated: 1532039846 },
  62. { id: 2,
  63. name: 'Litecoin',
  64. symbol: 'LTC',
  65. website_slug: 'litecoin',
  66. rank: 7,
  67. circulating_supply: 57480332,
  68. total_supply: 57480332,
  69. max_supply: 84000000,
  70. quotes: [Object],
  71. last_updated: 1532039829 },
  72. { id: 2010,
  73. name: 'Cardano',
  74. symbol: 'ADA',
  75. website_slug: 'cardano',
  76. rank: 8,
  77. circulating_supply: 25927070538,
  78. total_supply: 31112483745,
  79. max_supply: 45000000000,
  80. quotes: [Object],
  81. last_updated: 1532039798 },
  82. { id: 1720,
  83. name: 'IOTA',
  84. symbol: 'MIOTA',
  85. website_slug: 'iota',
  86. rank: 9,
  87. circulating_supply: 2779530283,
  88. total_supply: 2779530283,
  89. max_supply: 2779530283,
  90. quotes: [Object],
  91. last_updated: 1532039794 },
  92. { id: 825,
  93. name: 'Tether',
  94. symbol: 'USDT',
  95. website_slug: 'tether',
  96. rank: 10,
  97. circulating_supply: 2707140346,
  98. total_supply: 3080109502,
  99. max_supply: null,
  100. quotes: [Object],
  101. last_updated: 1532039847 } ],
  102. metadata:
  103. { timestamp: 1532039448,
  104. num_cryptocurrencies: 1656,
  105. error: null } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement