We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd7aef commit d062a99Copy full SHA for d062a99
docs/src/inscriptions/recursion.md
@@ -40,7 +40,7 @@ The recursive endpoints are:
40
- `/r/blocktime`: UNIX time stamp of latest block.
41
- `/r/children/<INSCRIPTION_ID>`: the first 100 child inscription ids.
42
- `/r/children/<INSCRIPTION_ID>/<PAGE>`: the set of 100 child inscription ids on `<PAGE>`.
43
-- `/r/inscription/:inscription_id`: information about an inscription
+- `/r/inscription/<INSCRIPTION_ID>`: information about an inscription
44
- `/r/metadata/<INSCRIPTION_ID>`: JSON string containing the hex-encoded CBOR metadata.
45
- `/r/sat/<SAT_NUMBER>`: the first 100 inscription ids on a sat.
46
- `/r/sat/<SAT_NUMBER>/<PAGE>`: the set of 100 inscription ids on `<PAGE>`.
0 commit comments