Bitcoin Api

Fragen sie die aktuellen Bitcoin Preise mit dieser Api ab
Kommentar abgeben zu diesen Beitrag/Code ?
Dann hier klicken

Der hier verwendete Code

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.0/jquery-ui.min.js"></script>
<style>
body {
margin-top: 30px;
}
h1 {
font-size: 60px;
margin-bottom: 30px;
}
.table {
border-radius: 5px;
width: 50%;
margin: 0 auto;
margin-top: 30px;
margin-bottom: 30px;
float: none;
}
</style>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<h1 class="text-center">Bitcoin Price</h1>
</div>
</div>
<div class="row">
<div class="col-md-3 col-md-offset-1 col-sm-4">
<h2 class="text-center usd-price"></h2>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX