Skip to content

Commit

Permalink
deploy: a2d397a
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Dec 23, 2024
1 parent 782e5b3 commit c079bbd
Show file tree
Hide file tree
Showing 70 changed files with 3,152 additions and 688 deletions.
44 changes: 44 additions & 0 deletions ar/guides/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -8347,6 +8347,50 @@ <h3 id="مثال-41"><a class="header" href="#مثال-41">مثال</a></h3>
"id": "488c32e4dfcdc0fa376c2c2af2d572a12f4d33d3245689d1a9f74167f1e14678i0"
}
</code></pre>
</details>
<details>
<summary>
<code>GET</code>
<code><b>/r/utxo/&lt;OUTPOINT&gt;</b></code>
</summary>
<h3 id="description-44"><a class="header" href="#description-44">Description</a></h3>
<p>Get assets held by an unspent transaction output.</p>
<h3 id="examples"><a class="header" href="#examples">Examples</a></h3>
<p>Unspent transaction output with server without any indices:</p>
<pre><code class="language-bash">curl -s -H "Accept: application/json" \
http://0.0.0.0:80/r/utxo/4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b:0
</code></pre>
<pre><code class="language-json">{
"inscriptions": null,
"runes": null,
"sat_ranges": null,
"value": 5000000000
}
</code></pre>
<p>With rune, inscription, and sat index:</p>
<pre><code class="language-bash">curl -s -H "Accept: application/json" \
http://0.0.0.0:80/r/utxo/626860df36c1047194866c6812f04c15ab84f3690e7cc06fd600c841f1943e05:0
</code></pre>
<pre><code class="language-json">{
"inscriptions": [
"6fb976ab49dcec017f1e201e84395983204ae1a7c2abf7ced0a85d692e442799i0"
],
"runes": {
"UNCOMMON•GOODS": {
"amount": 6845,
"divisibility": 0,
"symbol": "⧉"
}
},
"sat_ranges": [
[
1905800627509113,
1905800627509443
]
],
"value": 330
}
</code></pre>
</details>

</main>
Expand Down
44 changes: 44 additions & 0 deletions ar/inscriptions/recursion.html
Original file line number Diff line number Diff line change
Expand Up @@ -3453,6 +3453,50 @@ <h3 id="مثال-15"><a class="header" href="#مثال-15">مثال</a></h3>
}
</code></pre>
</details>
<details>
<summary>
<code>GET</code>
<code><b>/r/utxo/&lt;OUTPOINT&gt;</b></code>
</summary>
<h3 id="description-18"><a class="header" href="#description-18">Description</a></h3>
<p>Get assets held by an unspent transaction output.</p>
<h3 id="examples"><a class="header" href="#examples">Examples</a></h3>
<p>Unspent transaction output with server without any indices:</p>
<pre><code class="language-bash">curl -s -H "Accept: application/json" \
http://0.0.0.0:80/r/utxo/4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b:0
</code></pre>
<pre><code class="language-json">{
"inscriptions": null,
"runes": null,
"sat_ranges": null,
"value": 5000000000
}
</code></pre>
<p>With rune, inscription, and sat index:</p>
<pre><code class="language-bash">curl -s -H "Accept: application/json" \
http://0.0.0.0:80/r/utxo/626860df36c1047194866c6812f04c15ab84f3690e7cc06fd600c841f1943e05:0
</code></pre>
<pre><code class="language-json">{
"inscriptions": [
"6fb976ab49dcec017f1e201e84395983204ae1a7c2abf7ced0a85d692e442799i0"
],
"runes": {
"UNCOMMON•GOODS": {
"amount": 6845,
"divisibility": 0,
"symbol": "⧉"
}
},
"sat_ranges": [
[
1905800627509113,
1905800627509443
]
],
"value": 330
}
</code></pre>
</details>
<p>   </p>
<p>Note: <code>&lt;SAT_NUMBER&gt;</code> only allows the actual number of a sat no other sat notations like degree, percentile or decimal. We may expand to allow those in the future.</p>
<p>Responses from most of the above recursive endpoints are JSON. For backwards compatibility, some endpoints are supported which only return plain-text responses.</p>
Expand Down
176 changes: 132 additions & 44 deletions ar/print.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ar/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ar/searchindex.json

Large diffs are not rendered by default.

44 changes: 44 additions & 0 deletions de/guides/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -8347,6 +8347,50 @@ <h3 id="beispiel-41"><a class="header" href="#beispiel-41">Beispiel</a></h3>
"id": "488c32e4dfcdc0fa376c2c2af2d572a12f4d33d3245689d1a9f74167f1e14678i0"
}
</code></pre>
</details>
<details>
<summary>
<code>GET</code>
<code><b>/r/utxo/&lt;OUTPOINT&gt;</b></code>
</summary>
<h3 id="description-44"><a class="header" href="#description-44">Description</a></h3>
<p>Get assets held by an unspent transaction output.</p>
<h3 id="examples"><a class="header" href="#examples">Examples</a></h3>
<p>Unspent transaction output with server without any indices:</p>
<pre><code class="language-bash">curl -s -H "Accept: application/json" \
http://0.0.0.0:80/r/utxo/4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b:0
</code></pre>
<pre><code class="language-json">{
"inscriptions": null,
"runes": null,
"sat_ranges": null,
"value": 5000000000
}
</code></pre>
<p>With rune, inscription, and sat index:</p>
<pre><code class="language-bash">curl -s -H "Accept: application/json" \
http://0.0.0.0:80/r/utxo/626860df36c1047194866c6812f04c15ab84f3690e7cc06fd600c841f1943e05:0
</code></pre>
<pre><code class="language-json">{
"inscriptions": [
"6fb976ab49dcec017f1e201e84395983204ae1a7c2abf7ced0a85d692e442799i0"
],
"runes": {
"UNCOMMON•GOODS": {
"amount": 6845,
"divisibility": 0,
"symbol": "⧉"
}
},
"sat_ranges": [
[
1905800627509113,
1905800627509443
]
],
"value": 330
}
</code></pre>
</details>

</main>
Expand Down
44 changes: 44 additions & 0 deletions de/inscriptions/recursion.html
Original file line number Diff line number Diff line change
Expand Up @@ -3453,6 +3453,50 @@ <h3 id="beispiel-15"><a class="header" href="#beispiel-15">Beispiel</a></h3>
}
</code></pre>
</details>
<details>
<summary>
<code>GET</code>
<code><b>/r/utxo/&lt;OUTPOINT&gt;</b></code>
</summary>
<h3 id="description-18"><a class="header" href="#description-18">Description</a></h3>
<p>Get assets held by an unspent transaction output.</p>
<h3 id="examples"><a class="header" href="#examples">Examples</a></h3>
<p>Unspent transaction output with server without any indices:</p>
<pre><code class="language-bash">curl -s -H "Accept: application/json" \
http://0.0.0.0:80/r/utxo/4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b:0
</code></pre>
<pre><code class="language-json">{
"inscriptions": null,
"runes": null,
"sat_ranges": null,
"value": 5000000000
}
</code></pre>
<p>With rune, inscription, and sat index:</p>
<pre><code class="language-bash">curl -s -H "Accept: application/json" \
http://0.0.0.0:80/r/utxo/626860df36c1047194866c6812f04c15ab84f3690e7cc06fd600c841f1943e05:0
</code></pre>
<pre><code class="language-json">{
"inscriptions": [
"6fb976ab49dcec017f1e201e84395983204ae1a7c2abf7ced0a85d692e442799i0"
],
"runes": {
"UNCOMMON•GOODS": {
"amount": 6845,
"divisibility": 0,
"symbol": "⧉"
}
},
"sat_ranges": [
[
1905800627509113,
1905800627509443
]
],
"value": 330
}
</code></pre>
</details>
<p>   </p>
<p>Note: <code>&lt;SAT_NUMBER&gt;</code> only allows the actual number of a sat no other sat notations like degree, percentile or decimal. We may expand to allow those in the future.</p>
<p>Responses from most of the above recursive endpoints are JSON. For backwards compatibility, some endpoints are supported which only return plain-text responses.</p>
Expand Down
Loading

0 comments on commit c079bbd

Please sign in to comment.