- `/r/children/`: the first 100 child inscription ids. - `/r/children//`: the set of 100 child inscription ids on ``. - `/r/metadata/`: JSON string containing the hex-encoded CBOR metadata. - `/r/sat/`: the first 100 inscription ids on a sat. - `/r/sat//`: the set of 100 inscription ids on ``. - `/r/sat//at/`: the inscription id at `` of all inscriptions on a sat. `` may be a negative number to index from the back. `0` being the first and `-1` being the most recent for example. Note: `` 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. Responses from the above recursive endpoints are JSON. For backwards compatibility additional endpoints are supported, some of which return plain-text responses. - `/blockheight`: latest block height. - `/blockhash`: latest block hash. - `/blockhash/`: block hash at given block height.