File tree 1 file changed +42
-0
lines changed
1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -3166,6 +3166,48 @@ curl -s -H "Accept: application/json" \
3166
3166
```
3167
3167
</details >
3168
3168
3169
+ <details >
3170
+ <summary >
3171
+ <code>GET</code>
3172
+ <code><b>/r/undelegated-content/<INSCRIPTION_ID></b></code>
3173
+ </summary >
3174
+
3175
+ ### Description
3176
+ Undelegated content of an inscription.
3177
+
3178
+ </details >
3179
+
3180
+
3181
+ <details >
3182
+ <summary >
3183
+ <code>GET</code>
3184
+ <code><b>/r/output/<OUTPUT_ID></b></code>
3185
+ </summary >
3186
+
3187
+ ### Description
3188
+ Information about an output.
3189
+
3190
+ ### Example
3191
+ ``` bash
3192
+ curl -s -H " Accept: application/json" \
3193
+ http://0.0.0.0:80/r/output/4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b:0
3194
+ ```
3195
+ ``` json
3196
+ {
3197
+ "address" : " 04678afdb0fe5548271967f1a67130b7105cd6a828e03909a67962e0ea1f61deb649f6bc3f4cef38c4f35504e51ec112de5c384df7ba0b8d578a4c702b6bf11d5f" ,
3198
+ "indexed" : true ,
3199
+ "value" : 5000000000 ,
3200
+ "inscriptions" : [],
3201
+ "runes" : {},
3202
+ "sat_ranges" : [
3203
+ [0 , 5000000000 ]
3204
+ ],
3205
+ "spent" : false ,
3206
+ "transaction" : " 4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b"
3207
+ }
3208
+ ```
3209
+ </details >
3210
+
3169
3211
<details >
3170
3212
<summary >
3171
3213
<code>GET</code>
You can’t perform that action at this time.
0 commit comments