Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
elocremarc committed Oct 7, 2024
1 parent 500f19e commit 8323709
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/src/inscriptions/recursion.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ The recursive endpoints are:
- `/r/blockheight`: latest block height.
- `/r/blockinfo/<QUERY>`: block info. `<QUERY>` may be a block height or block hash.
- `/r/blocktime`: UNIX time stamp of latest block.
- `/r/charms`: the current charms and associated names
- `/r/children/<INSCRIPTION_ID>`: the first 100 child inscription ids.
- `/r/children/<INSCRIPTION_ID>/<PAGE>`: the set of 100 child inscription ids on `<PAGE>`.
- `/r/children/<INSCRIPTION_ID>/inscriptions`: details of the first 100 child inscriptions.
Expand Down Expand Up @@ -138,6 +139,26 @@ percentile in sats/vB.
}
```

- `/r/charms`

```json
{
"πŸ‘Ή": "cursed",
"πŸͺ»": "epic",
"🧿": "rare",
"πŸͺ™": "coin",
"🌱": "uncommon",
"πŸŽƒ": "mythic",
"9️⃣": "nineball",
"πŸ”“": "unbound",
"❀️‍πŸ”₯": "vindicated",
"♻️": "reinscription",
"πŸ€”": "lost",
"🌝": "legendary",
"πŸ”₯": "burned"
}
```

- `/r/children/60bcf821240064a9c55225c4f01711b0ebbcab39aa3fafeefe4299ab158536fai0/inscriptions/49`:

```json
Expand Down

0 comments on commit 8323709

Please sign in to comment.