chain/showChain
Renders the entire chain.
If stop and stop values are provided, only the blocks between the start and stop sequences will be shown.
Request
{
  start?: number | null
  stop?: number | null
} | undefined
Response
{
  content: string[]
}