diff --git a/docs/src/inscriptions/recursion.md b/docs/src/inscriptions/recursion.md index dfe7dc540b..086e6e69c7 100644 --- a/docs/src/inscriptions/recursion.md +++ b/docs/src/inscriptions/recursion.md @@ -38,6 +38,7 @@ The recursive endpoints are: - `/r/blockheight`: latest block height. - `/r/blockinfo/`: block info. `` 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/`: the first 100 child inscription ids. - `/r/children//`: the set of 100 child inscription ids on ``. - `/r/children//inscriptions`: details of the first 100 child inscriptions. @@ -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