<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>TrueBlocks on </title>
    <link>/</link>
    <description>Recent content in TrueBlocks on </description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-US</language>
    <lastBuildDate>Tue, 06 Oct 2020 08:47:36 +0000</lastBuildDate>
    
        <atom:link href="/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Introduction</title>
      <link>/docs/</link>
      <pubDate>Tue, 06 Oct 2020 08:48:23 +0000</pubDate>
      
      <guid>/docs/</guid>
      <description>&lt;!-- markdownlint-disable MD041 MD033 --&gt;
&lt;p&gt;Are blockchains really meeting their promise?&lt;/p&gt;
&lt;h2 id=&#34;problem-statement&#34;&gt;Problem Statement&lt;/h2&gt;
&lt;p&gt;If you&amp;rsquo;re like us, you fell in love with blockchains because of the promise they provide: world-wide, private, and permissionless
access to the most accurate and agreed-upon data ever produced. Near perfect data.&lt;/p&gt;
&lt;p&gt;But in reality, it&amp;rsquo;s as if we&amp;rsquo;re just lost at sea. Awash in bytes.&lt;/p&gt;
&lt;img src=&#34;//localhost:1313/docs/img/steam-boat-off-a-harbor.jpg&#34; alt=&#34;Who&#39;s stearing this boat?&#34; width=&#34;500&#34;/&gt;
&lt;h2 id=&#34;world-wide&#34;&gt;World-wide&lt;/h2&gt;
&lt;p&gt;Blockchains are supposed to be world-wide. Are they? Yes, they are.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>FAQ</title>
      <link>/faq/</link>
      <pubDate>Sun, 18 Feb 2024 13:06:08 -0300</pubDate>
      
      <guid>/faq/</guid>
      <description>&lt;nav id=&#34;TableOfContents&#34;&gt;
  &lt;ul&gt;
    &lt;li&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href=&#34;#usage&#34;&gt;&lt;em&gt;Usage&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&#34;#running-a-node&#34;&gt;&lt;em&gt;Running a Node&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&#34;#building-the-unchained-index&#34;&gt;&lt;em&gt;Building the Unchained Index&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&#34;#build-problems&#34;&gt;&lt;em&gt;Build Problems&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&#34;#about-the-project&#34;&gt;&lt;em&gt;About the project&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;
  &lt;/ul&gt;
&lt;/nav&gt;

&lt;h3 id=&#34;usage&#34;&gt;&lt;em&gt;Usage&lt;/em&gt;&lt;/h3&gt;
&lt;h4 id=&#34;-can-i-get-my-balance-for-a-given-token&#34;&gt;&amp;ndash; Can I get my balance for a given token?&lt;/h4&gt;
&lt;p&gt;Yes. There is. In fact, this is one of TrueBlocks&amp;rsquo; most important features. Simply do &lt;code&gt;chifra export --statements &amp;lt;address(es)&amp;gt;&lt;/code&gt; or query the API serve with &lt;code&gt;http://localhost:8080/export?addr=&amp;lt;address&amp;gt;&amp;amp;statements&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Note that &lt;code&gt;chifra export&lt;/code&gt; has many, many other options which produce similarly-informative data such as &lt;code&gt;--logs&lt;/code&gt;, &lt;code&gt;--appearances&lt;/code&gt;, &lt;code&gt;--neighbors&lt;/code&gt;, &lt;code&gt;--accounting&lt;/code&gt;, and so on. See the entire help file with &lt;code&gt;chifra export --help&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>TrueBlocks in Berlin - 2023</title>
      <link>/tutorials/</link>
      <pubDate>Tue, 05 Sep 2023 19:25:12 +0200</pubDate>
      
      <guid>/tutorials/</guid>
      <description>&lt;!-- smarkdownlint-disable --&gt;
&lt;p&gt;An interactive demonstration of TrueBlocks at dAppCon Berlin 2023.&lt;/p&gt;
&lt;h3 id=&#34;prior-to-attending-the-session&#34;&gt;Prior to attending the session&lt;/h3&gt;
&lt;p&gt;To save time for everyone, please complete the &lt;a href=&#34;#prerequisites&#34;&gt;Prerequisites&lt;/a&gt; before you come.&lt;/p&gt;
&lt;h3 id=&#34;what-we-hope-to-accomplish&#34;&gt;What we hope to accomplish&lt;/h3&gt;
&lt;pre&gt;&lt;code class=&#34;language-plaintext&#34;&gt;&amp;quot;Accessing Ethereum data from a locally running Ethereum node
is orders of magnitude better than accessing it remotely.&amp;quot;

Thomas Jay Rush, every day
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We hope to show why:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Running a local Ethereum node is not that hard,&lt;/li&gt;
&lt;li&gt;The RPC is broken, but it can be fixed,&lt;/li&gt;
&lt;li&gt;Web 2.0 APIs delivering Web 3.0 data makes NO SENSE!
&lt;ul&gt;
&lt;li&gt;Rate limiting slows the world to molasses,&lt;/li&gt;
&lt;li&gt;Thier non-standard endpoints will capture you,&lt;/li&gt;
&lt;li&gt;They MUST know who you are so they can rate limit you,&lt;/li&gt;
&lt;li&gt;The API game is winner-take-all. Witness Google,&lt;/li&gt;
&lt;li&gt;How do we know they&amp;rsquo;re not lying?&lt;/li&gt;
&lt;li&gt;Why wouldn&amp;rsquo;t regulators shut them down?&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Content addressable data stores hold the key.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h3&gt;
&lt;p&gt;TrueBlocks is built from source and, therefore, you&amp;rsquo;ll need a few build tools. Run the following commands depending on your operating system.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>TrueBlocks Papers</title>
      <link>/papers/</link>
      <pubDate>Wed, 22 Jun 2022 13:06:08 -0300</pubDate>
      
      <guid>/papers/</guid>
      <description>&lt;p&gt;2023&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;//localhost:1313/papers/2023/specification-for-the-unchained-index-v2.0.0-release.pdf&#34;&gt;Unchained Index Spec v2.0.0-release&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;//localhost:1313/papers/2023/specification-for-the-unchained-index-v0.51.0-beta.pdf&#34;&gt;Unchained Index Spec v0.51.0-beta (deprecated)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;2022&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;//localhost:1313/papers/2022/file-format-spec-v0.40.0-beta.pdf&#34;&gt;Unchained Index File Format Spec (v0.40.0-beta - deprecated)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;2021&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;//localhost:1313/papers/2021/the-difference-between-trueBlocks-and-rotki-and-trueBlocks-and-thegraph.pdf&#34;&gt;The Difference Between TrueBlocks and theGraph&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;2020&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;//localhost:1313/papers/2020/index-chunk-file-format.pdf&#34;&gt;Index Chunk File Format (deprecated)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;//localhost:1313/papers/2020/bloom-filter-file-format.pdf&#34;&gt;Bloom Filter File Format (deprecated)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;2018&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;//localhost:1313/papers/2017/decentralized-off-chain-per-block-accounting-monitoring-and-reconciliation-for-blockchains.pdf&#34;&gt;Decentralized, Off-Chain, per-Block Accounting, Monitoring, and Reconciliation for Blockchains&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;//localhost:1313/papers/2017/enhanced-adaptive-bloom-filters-for-identifying-transactions-of-interest.pdf&#34;&gt;Enhanced Adaptive Bloom Filters for Identifying Transactions of Interest&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;//localhost:1313/papers/2017/faster-richer-fully-customizable-data-from-programmable-blockchains.pdf&#34;&gt;Faster, Richer, Fully Customizable Data from Programmable Blockchains&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    
    <item>
      <title>Drafts</title>
      <link>/drafts/</link>
      <pubDate>Mon, 16 Nov 2020 13:59:39 +0100</pubDate>
      
      <guid>/drafts/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Blog</title>
      <link>/blog/</link>
      <pubDate>Tue, 06 Oct 2020 08:49:55 +0000</pubDate>
      
      <guid>/blog/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Data model</title>
      <link>/data-model/</link>
      <pubDate>Tue, 06 Oct 2020 08:49:55 +0000</pubDate>
      
      <guid>/data-model/</guid>
      <description>&lt;p&gt;Reference pages about working with Ethereum and TrueBlocks-collected data.
&lt;a href=&#34;./intro&#34;&gt;Jump to the data model introduction&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Chifra Command Line</title>
      <link>/chifra/</link>
      <pubDate>Tue, 06 Oct 2020 08:48:45 +0000</pubDate>
      
      <guid>/chifra/</guid>
      <description>&lt;p&gt;The chifra command provides access to all the applications and tools available:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-[shell]&#34;&gt;Purpose:
  Access to all TrueBlocks tools (chifra &amp;lt;cmd&amp;gt; --help for more).

  Accounts:
    list          list every appearance of an address anywhere on the chain
    export        export full detail of transactions for one or more addresses
    monitors      add, remove, clean, and list address monitors
    names         query addresses or names of well known accounts
    abis          fetches the ABI for a smart contract
  Chain Data:
    blocks        retrieve one or more blocks from the chain or local cache
    transactions  retrieve one or more transactions from the chain or local cache
    receipts      retrieve receipts for the given transaction(s)
    logs          retrieve logs for the given transaction(s)
    traces        retrieve traces for the given transaction(s)
    when          find block(s) based on date, blockNum, timestamp, or &#39;special&#39;
  Chain State:
    state         retrieve account balance(s) for one or more addresses at given block(s)
    tokens        retrieve token balance(s) for one or more addresses at given block(s)
  Admin:
    status        report on the status of the TrueBlocks system
    serve         serve the TrueBlocks API using the flame server
    scrape        scan the chain and update (and optionally pin) the TrueBlocks index of appearances
    chunks        manage and investigate chunks and bloom filters
    init          initialize the TrueBlocks system by downloading from IPFS
  Other:
    quotes        update or display Ethereum price data, this tool has been deprecated
    explore       open a local or remote explorer for one or more addresses, blocks, or transactions
    slurp         fetch data from EtherScan for any address
  Flags:
    -h, --help    display this help screen

  Use &amp;quot;chifra [command] --help&amp;quot; for more information about a command.
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Click on the links to the left for more information on each command&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Contact</title>
      <link>/contact/</link>
      <pubDate>Thu, 27 Aug 2020 19:25:12 +0200</pubDate>
      
      <guid>/contact/</guid>
      <description>&lt;p&gt;The best way to contact us is through Discord, but if you must send us a note at &lt;strong&gt;info at quickblocks dot io&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Privacy Policy</title>
      <link>/privacy-policy/</link>
      <pubDate>Thu, 27 Aug 2020 19:23:18 +0200</pubDate>
      
      <guid>/privacy-policy/</guid>
      <description>&lt;p&gt;TrueBlocks doesn&amp;rsquo;t track anything!!&lt;/p&gt;</description>
    </item>
    
    <item>
      <title></title>
      <link>/api/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/api/</guid>
      <description>&lt;!DOCTYPE html&gt;
&lt;html&gt;

&lt;head&gt;
  &lt;meta charset=&#34;utf8&#34; /&gt;
  &lt;title&gt;TrueBlocks API&lt;/title&gt;
  &lt;!-- needed for adaptive design --&gt;
  &lt;meta name=&#34;viewport&#34; content=&#34;width=device-width, initial-scale=1&#34;&gt;
  &lt;style&gt;
    body {
      padding: 0;
      margin: 0;
    }
  &lt;/style&gt;
  &lt;script src=&#34;https://cdn.redoc.ly/redoc/v2.1.3/bundles/redoc.standalone.js&#34;&gt;&lt;/script&gt;
  &lt;style data-styled=&#34;true&#34; data-styled-version=&#34;6.1.8&#34;&gt;
    .gikxZY {
      width: calc(100% - 40%);
      padding: 0 40px;
    }

    /*!sc*/
    @media print,
    screen and (max-width: 75rem) {
      .gikxZY {
        width: 100%;
        padding: 40px 40px;
      }
    }

    /*!sc*/
    .jSgyLg {
      width: calc(100% - 40%);
      padding: 0 40px;
    }

    /*!sc*/
    @media print,
    screen and (max-width: 75rem) {
      .jSgyLg {
        width: 100%;
        padding: 0px 40px;
      }
    }

    /*!sc*/
    data-styled.g4[id=&#34;sc-hLQSwg&#34;] {
      content: &#34;gikxZY,jSgyLg,&#34;
    }

    /*!sc*/
    .hNzKJC {
      padding: 40px 0;
    }

    /*!sc*/
    .hNzKJC:last-child {
      min-height: calc(100vh + 1px);
    }

    /*!sc*/
    .hNzKJC&gt;.hNzKJC:last-child {
      min-height: initial;
    }

    /*!sc*/
    @media print,
    screen and (max-width: 75rem) {
      .hNzKJC {
        padding: 0;
      }
    }

    /*!sc*/
    .cSNAXN {
      padding: 40px 0;
      position: relative;
    }

    /*!sc*/
    .cSNAXN:last-child {
      min-height: calc(100vh + 1px);
    }

    /*!sc*/
    .cSNAXN&gt;.cSNAXN:last-child {
      min-height: initial;
    }

    /*!sc*/
    @media print,
    screen and (max-width: 75rem) {
      .cSNAXN {
        padding: 0;
      }
    }

    /*!sc*/
    .cSNAXN:not(:last-of-type):after {
      position: absolute;
      bottom: 0;
      width: 100%;
      display: block;
      content: &#39;&#39;;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    /*!sc*/
    data-styled.g5[id=&#34;sc-eDLKkx&#34;] {
      content: &#34;hNzKJC,cSNAXN,&#34;
    }

    /*!sc*/
    .imiXRU {
      width: 40%;
      color: #ffffff;
      background-color: #263238;
      padding: 0 40px;
    }

    /*!sc*/
    @media print,
    screen and (max-width: 75rem) {
      .imiXRU {
        width: 100%;
        padding: 40px 40px;
      }
    }

    /*!sc*/
    data-styled.g6[id=&#34;sc-jTQCzO&#34;] {
      content: &#34;imiXRU,&#34;
    }

    /*!sc*/
    .jGdkPR {
      background-color: #263238;
    }

    /*!sc*/
    data-styled.g7[id=&#34;sc-gLLuof&#34;] {
      content: &#34;jGdkPR,&#34;
    }

    /*!sc*/
    .fsPUig {
      display: flex;
      width: 100%;
      padding: 0;
    }

    /*!sc*/
    @media print,
    screen and (max-width: 75rem) {
      .fsPUig {
        flex-direction: column;
      }
    }

    /*!sc*/
    data-styled.g8[id=&#34;sc-iBdnpw&#34;] {
      content: &#34;fsPUig,&#34;
    }

    /*!sc*/
    .gqLiaw {
      font-family: Montserrat, sans-serif;
      font-weight: 400;
      font-size: 1.85714em;
      line-height: 1.6em;
      color: #333333;
    }

    /*!sc*/
    data-styled.g9[id=&#34;sc-fsYfdN&#34;] {
      content: &#34;gqLiaw,&#34;
    }

    /*!sc*/
    .gwJLUj {
      font-family: Montserrat, sans-serif;
      font-weight: 400;
      font-size: 1.57143em;
      line-height: 1.6em;
      color: #333333;
      margin: 0 0 20px;
    }

    /*!sc*/
    data-styled.g10[id=&#34;sc-qZrbh&#34;] {
      content: &#34;gwJLUj,&#34;
    }

    /*!sc*/
    .klfnyk {
      color: #ffffff;
    }

    /*!sc*/
    data-styled.g12[id=&#34;sc-kFCroH&#34;] {
      content: &#34;klfnyk,&#34;
    }

    /*!sc*/
    .cnGhhy {
      border-bottom: 1px solid rgba(38, 50, 56, 0.3);
      margin: 1em 0 1em 0;
      color: rgba(38, 50, 56, 0.5);
      font-weight: normal;
      text-transform: uppercase;
      font-size: 0.929em;
      line-height: 20px;
    }

    /*!sc*/
    data-styled.g13[id=&#34;sc-irLvIq&#34;] {
      content: &#34;cnGhhy,&#34;
    }

    /*!sc*/
    .fNhImz {
      cursor: pointer;
      margin-left: -20px;
      padding: 0;
      line-height: 1;
      width: 20px;
      display: inline-block;
      outline: 0;
    }

    /*!sc*/
    .fNhImz:before {
      content: &#39;&#39;;
      width: 15px;
      height: 15px;
      background-size: contain;
      background-image: url(&#39;data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjMDEwMTAxIiBkPSJNNDU5LjcgMjMzLjRsLTkwLjUgOTAuNWMtNTAgNTAtMTMxIDUwLTE4MSAwIC03LjktNy44LTE0LTE2LjctMTkuNC0yNS44bDQyLjEtNDIuMWMyLTIgNC41LTMuMiA2LjgtNC41IDIuOSA5LjkgOCAxOS4zIDE1LjggMjcuMiAyNSAyNSA2NS42IDI0LjkgOTAuNSAwbDkwLjUtOTAuNWMyNS0yNSAyNS02NS42IDAtOTAuNSAtMjQuOS0yNS02NS41LTI1LTkwLjUgMGwtMzIuMiAzMi4yYy0yNi4xLTEwLjItNTQuMi0xMi45LTgxLjYtOC45bDY4LjYtNjguNmM1MC01MCAxMzEtNTAgMTgxIDBDNTA5LjYgMTAyLjMgNTA5LjYgMTgzLjQgNDU5LjcgMjMzLjR6TTIyMC4zIDM4Mi4ybC0zMi4yIDMyLjJjLTI1IDI0LjktNjUuNiAyNC45LTkwLjUgMCAtMjUtMjUtMjUtNjUuNiAwLTkwLjVsOTAuNS05MC41YzI1LTI1IDY1LjUtMjUgOTAuNSAwIDcuOCA3LjggMTIuOSAxNy4yIDE1LjggMjcuMSAyLjQtMS40IDQuOC0yLjUgNi44LTQuNWw0Mi4xLTQyYy01LjQtOS4yLTExLjYtMTgtMTkuNC0yNS44IC01MC01MC0xMzEtNTAtMTgxIDBsLTkwLjUgOTAuNWMtNTAgNTAtNTAgMTMxIDAgMTgxIDUwIDUwIDEzMSA1MCAxODEgMGw2OC42LTY4LjZDMjc0LjYgMzk1LjEgMjQ2LjQgMzkyLjMgMjIwLjMgMzgyLjJ6Ii8+PC9zdmc+Cg==&#39;);
      opacity: 0.5;
      visibility: hidden;
      display: inline-block;
      vertical-align: middle;
    }

    /*!sc*/
    h1:hover&gt;.fNhImz::before,
    h2:hover&gt;.fNhImz::before,
    .fNhImz:hover::before {
      visibility: visible;
    }

    /*!sc*/
    data-styled.g14[id=&#34;sc-csKJxZ&#34;] {
      content: &#34;fNhImz,&#34;
    }

    /*!sc*/
    .gEokXu {
      height: 18px;
      width: 18px;
      min-width: 18px;
      vertical-align: middle;
      float: right;
      transition: transform 0.2s ease-out;
      transform: rotateZ(-90deg);
    }

    /*!sc*/
    .hUWsvg {
      height: 1.5em;
      width: 1.5em;
      min-width: 1.5em;
      vertical-align: middle;
      float: left;
      transition: transform 0.2s ease-out;
      transform: rotateZ(-90deg);
    }

    /*!sc*/
    .hUWsvg polygon {
      fill: #1d8127;
    }

    /*!sc*/
    .exoGJA {
      height: 20px;
      width: 20px;
      min-width: 20px;
      vertical-align: middle;
      float: right;
      transition: transform 0.2s ease-out;
      transform: rotateZ(0);
    }

    /*!sc*/
    .exoGJA polygon {
      fill: white;
    }

    /*!sc*/
    data-styled.g15[id=&#34;sc-eTNRI&#34;] {
      content: &#34;gEokXu,hUWsvg,exoGJA,&#34;
    }

    /*!sc*/
    .cqoAxn {
      border-left: 1px solid #7c7cbb;
      box-sizing: border-box;
      position: relative;
      padding: 10px 10px 10px 0;
    }

    /*!sc*/
    @media screen and (max-width: 50rem) {
      .cqoAxn {
        display: block;
        overflow: hidden;
      }
    }

    /*!sc*/
    tr:first-of-type&gt;.cqoAxn,
    tr.last&gt;.cqoAxn {
      border-left-width: 0;
      background-position: top left;
      background-repeat: no-repeat;
      background-size: 1px 100%;
    }

    /*!sc*/
    tr:first-of-type&gt;.cqoAxn {
      background-image: linear-gradient(to bottom,
          transparent 0%,
          transparent 22px,
          #7c7cbb 22px,
          #7c7cbb 100%);
    }

    /*!sc*/
    tr.last&gt;.cqoAxn {
      background-image: linear-gradient(to bottom,
          #7c7cbb 0%,
          #7c7cbb 22px,
          transparent 22px,
          transparent 100%);
    }

    /*!sc*/
    tr.last+tr&gt;.cqoAxn {
      border-left-color: transparent;
    }

    /*!sc*/
    tr.last:first-child&gt;.cqoAxn {
      background: none;
      border-left-color: transparent;
    }

    /*!sc*/
    data-styled.g18[id=&#34;sc-hABBmJ&#34;] {
      content: &#34;cqoAxn,&#34;
    }

    /*!sc*/
    .hfWKVF {
      vertical-align: top;
      line-height: 20px;
      white-space: nowrap;
      font-size: 13px;
      font-family: Courier, monospace;
    }

    /*!sc*/
    .hfWKVF.deprecated {
      text-decoration: line-through;
      color: #707070;
    }

    /*!sc*/
    data-styled.g20[id=&#34;sc-fHejqy&#34;] {
      content: &#34;hfWKVF,&#34;
    }

    /*!sc*/
    .berbbf {
      border-bottom: 1px solid #9fb4be;
      padding: 10px 0;
      width: 75%;
      box-sizing: border-box;
    }

    /*!sc*/
    tr.expanded .berbbf {
      border-bottom: none;
    }

    /*!sc*/
    @media screen and (max-width: 50rem) {
      .berbbf {
        padding: 0 20px;
        border-bottom: none;
        border-left: 1px solid #7c7cbb;
      }

      tr.last&gt;.berbbf {
        border-left: none;
      }
    }

    /*!sc*/
    data-styled.g21[id=&#34;sc-blmEgr&#34;] {
      content: &#34;berbbf,&#34;
    }

    /*!sc*/
    .hIHfpT {
      color: #7c7cbb;
      font-family: Courier, monospace;
      margin-right: 10px;
    }

    /*!sc*/
    .hIHfpT::before {
      content: &#39;&#39;;
      display: inline-block;
      vertical-align: middle;
      width: 10px;
      height: 1px;
      background: #7c7cbb;
    }

    /*!sc*/
    .hIHfpT::after {
      content: &#39;&#39;;
      display: inline-block;
      vertical-align: middle;
      width: 1px;
      background: #7c7cbb;
      height: 7px;
    }

    /*!sc*/
    data-styled.g22[id=&#34;sc-ifyrAs&#34;] {
      content: &#34;hIHfpT,&#34;
    }

    /*!sc*/
    .kHkWhD {
      border-collapse: separate;
      border-radius: 3px;
      font-size: 14px;
      border-spacing: 0;
      width: 100%;
    }

    /*!sc*/
    .kHkWhD&gt;tr {
      vertical-align: middle;
    }

    /*!sc*/
    @media screen and (max-width: 50rem) {
      .kHkWhD {
        display: block;
      }

      .kHkWhD&gt;tr,
      .kHkWhD&gt;tbody&gt;tr {
        display: block;
      }
    }

    /*!sc*/
    @media screen and (max-width: 50rem) and (-ms-high-contrast:none) {
      .kHkWhD td {
        float: left;
        width: 100%;
      }
    }

    /*!sc*/
    .kHkWhD .sc-dJGMql,
    .kHkWhD .sc-dJGMql .sc-dJGMql .sc-dJGMql,
    .kHkWhD .sc-dJGMql .sc-dJGMql .sc-dJGMql .sc-dJGMql .sc-dJGMql {
      margin: 1em;
      margin-right: 0;
      background: #fafafa;
    }

    /*!sc*/
    .kHkWhD .sc-dJGMql .sc-dJGMql,
    .kHkWhD .sc-dJGMql .sc-dJGMql .sc-dJGMql .sc-dJGMql,
    .kHkWhD .sc-dJGMql .sc-dJGMql .sc-dJGMql .sc-dJGMql .sc-dJGMql .sc-dJGMql {
      background: #ffffff;
    }

    /*!sc*/
    data-styled.g24[id=&#34;sc-hIPBNq&#34;] {
      content: &#34;kHkWhD,&#34;
    }

    /*!sc*/
    .jSWvqu&gt;ul {
      list-style: none;
      padding: 0;
      margin: 0;
      margin: 0 -5px;
    }

    /*!sc*/
    .jSWvqu&gt;ul&gt;li {
      padding: 5px 10px;
      display: inline-block;
      background-color: #11171a;
      border-bottom: 1px solid rgba(0, 0, 0, 0.5);
      cursor: pointer;
      text-align: center;
      outline: none;
      color: #ccc;
      margin: 0 5px 5px 5px;
      border: 1px solid #07090b;
      border-radius: 5px;
      min-width: 60px;
      font-size: 0.9em;
      font-weight: bold;
    }

    /*!sc*/
    .jSWvqu&gt;ul&gt;li.react-tabs__tab--selected {
      color: #333333;
      background: #ffffff;
    }

    /*!sc*/
    .jSWvqu&gt;ul&gt;li.react-tabs__tab--selected:focus {
      outline: auto;
    }

    /*!sc*/
    .jSWvqu&gt;ul&gt;li:only-child {
      flex: none;
      min-width: 100px;
    }

    /*!sc*/
    .jSWvqu&gt;ul&gt;li.tab-success {
      color: #1d8127;
    }

    /*!sc*/
    .jSWvqu&gt;ul&gt;li.tab-redirect {
      color: #ffa500;
    }

    /*!sc*/
    .jSWvqu&gt;ul&gt;li.tab-info {
      color: #87ceeb;
    }

    /*!sc*/
    .jSWvqu&gt;ul&gt;li.tab-error {
      color: #d41f1c;
    }

    /*!sc*/
    .jSWvqu&gt;.react-tabs__tab-panel {
      background: #11171a;
    }

    /*!sc*/
    .jSWvqu&gt;.react-tabs__tab-panel&gt;div,
    .jSWvqu&gt;.react-tabs__tab-panel&gt;pre {
      padding: 20px;
      margin: 0;
    }

    /*!sc*/
    .jSWvqu&gt;.react-tabs__tab-panel&gt;div&gt;pre {
      padding: 0;
    }

    /*!sc*/
    data-styled.g30[id=&#34;sc-cyZbeP&#34;] {
      content: &#34;jSWvqu,&#34;
    }

    /*!sc*/
    .WVNwY code[class*=&#39;language-&#39;],
    .WVNwY pre[class*=&#39;language-&#39;] {
      text-shadow: 0 -0.1em 0.2em black;
      text-align: left;
      white-space: pre;
      word-spacing: normal;
      word-break: normal;
      word-wrap: normal;
      line-height: 1.5;
      -moz-tab-size: 4;
      -o-tab-size: 4;
      tab-size: 4;
      -webkit-hyphens: none;
      -moz-hyphens: none;
      -ms-hyphens: none;
      hyphens: none;
    }

    /*!sc*/
    @media print {

      .WVNwY code[class*=&#39;language-&#39;],
      .WVNwY pre[class*=&#39;language-&#39;] {
        text-shadow: none;
      }
    }

    /*!sc*/
    .WVNwY pre[class*=&#39;language-&#39;] {
      padding: 1em;
      margin: 0.5em 0;
      overflow: auto;
    }

    /*!sc*/
    .WVNwY .token.comment,
    .WVNwY .token.prolog,
    .WVNwY .token.doctype,
    .WVNwY .token.cdata {
      color: hsl(30, 20%, 50%);
    }

    /*!sc*/
    .WVNwY .token.punctuation {
      opacity: 0.7;
    }

    /*!sc*/
    .WVNwY .namespace {
      opacity: 0.7;
    }

    /*!sc*/
    .WVNwY .token.property,
    .WVNwY .token.tag,
    .WVNwY .token.number,
    .WVNwY .token.constant,
    .WVNwY .token.symbol {
      color: #4a8bb3;
    }

    /*!sc*/
    .WVNwY .token.boolean {
      color: #e64441;
    }

    /*!sc*/
    .WVNwY .token.selector,
    .WVNwY .token.attr-name,
    .WVNwY .token.string,
    .WVNwY .token.char,
    .WVNwY .token.builtin,
    .WVNwY .token.inserted {
      color: #a0fbaa;
    }

    /*!sc*/
    .WVNwY .token.selector+a,
    .WVNwY .token.attr-name+a,
    .WVNwY .token.string+a,
    .WVNwY .token.char+a,
    .WVNwY .token.builtin+a,
    .WVNwY .token.inserted+a,
    .WVNwY .token.selector+a:visited,
    .WVNwY .token.attr-name+a:visited,
    .WVNwY .token.string+a:visited,
    .WVNwY .token.char+a:visited,
    .WVNwY .token.builtin+a:visited,
    .WVNwY .token.inserted+a:visited {
      color: #4ed2ba;
      text-decoration: underline;
    }

    /*!sc*/
    .WVNwY .token.property.string {
      color: white;
    }

    /*!sc*/
    .WVNwY .token.operator,
    .WVNwY .token.entity,
    .WVNwY .token.url,
    .WVNwY .token.variable {
      color: hsl(40, 90%, 60%);
    }

    /*!sc*/
    .WVNwY .token.atrule,
    .WVNwY .token.attr-value,
    .WVNwY .token.keyword {
      color: hsl(350, 40%, 70%);
    }

    /*!sc*/
    .WVNwY .token.regex,
    .WVNwY .token.important {
      color: #e90;
    }

    /*!sc*/
    .WVNwY .token.important,
    .WVNwY .token.bold {
      font-weight: bold;
    }

    /*!sc*/
    .WVNwY .token.italic {
      font-style: italic;
    }

    /*!sc*/
    .WVNwY .token.entity {
      cursor: help;
    }

    /*!sc*/
    .WVNwY .token.deleted {
      color: red;
    }

    /*!sc*/
    data-styled.g32[id=&#34;sc-iKOmoZ&#34;] {
      content: &#34;WVNwY,&#34;
    }

    /*!sc*/
    .iwAAMv {
      opacity: 0.7;
      transition: opacity 0.3s ease;
      text-align: right;
    }

    /*!sc*/
    .iwAAMv:focus-within {
      opacity: 1;
    }

    /*!sc*/
    .iwAAMv&gt;button {
      background-color: transparent;
      border: 0;
      color: inherit;
      padding: 2px 10px;
      font-family: Roboto, sans-serif;
      font-size: 14px;
      line-height: 1.5em;
      cursor: pointer;
      outline: 0;
    }

    /*!sc*/
    .iwAAMv&gt;button :hover,
    .iwAAMv&gt;button :focus {
      background: rgba(255, 255, 255, 0.1);
    }

    /*!sc*/
    data-styled.g33[id=&#34;sc-gjLLEI&#34;] {
      content: &#34;iwAAMv,&#34;
    }

    /*!sc*/
    .kIqtpW {
      position: relative;
    }

    /*!sc*/
    data-styled.g37[id=&#34;sc-kMzELR&#34;] {
      content: &#34;kIqtpW,&#34;
    }

    /*!sc*/
    .VEBGS {
      font-family: Roboto, sans-serif;
      font-weight: 400;
      line-height: 1.5em;
    }

    /*!sc*/
    .VEBGS p:last-child {
      margin-bottom: 0;
    }

    /*!sc*/
    .VEBGS h1 {
      font-family: Montserrat, sans-serif;
      font-weight: 400;
      font-size: 1.85714em;
      line-height: 1.6em;
      color: #32329f;
      margin-top: 0;
    }

    /*!sc*/
    .VEBGS h2 {
      font-family: Montserrat, sans-serif;
      font-weight: 400;
      font-size: 1.57143em;
      line-height: 1.6em;
      color: #333333;
    }

    /*!sc*/
    .VEBGS code {
      color: #e53935;
      background-color: rgba(38, 50, 56, 0.05);
      font-family: Courier, monospace;
      border-radius: 2px;
      border: 1px solid rgba(38, 50, 56, 0.1);
      padding: 0 5px;
      font-size: 13px;
      font-weight: 400;
      word-break: break-word;
    }

    /*!sc*/
    .VEBGS pre {
      font-family: Courier, monospace;
      white-space: pre;
      background-color: #11171a;
      color: white;
      padding: 20px;
      overflow-x: auto;
      line-height: normal;
      border-radius: 0;
      border: 1px solid rgba(38, 50, 56, 0.1);
    }

    /*!sc*/
    .VEBGS pre code {
      background-color: transparent;
      color: white;
      padding: 0;
    }

    /*!sc*/
    .VEBGS pre code:before,
    .VEBGS pre code:after {
      content: none;
    }

    /*!sc*/
    .VEBGS blockquote {
      margin: 0;
      margin-bottom: 1em;
      padding: 0 15px;
      color: #777;
      border-left: 4px solid #ddd;
    }

    /*!sc*/
    .VEBGS img {
      max-width: 100%;
      box-sizing: content-box;
    }

    /*!sc*/
    .VEBGS ul,
    .VEBGS ol {
      padding-left: 2em;
      margin: 0;
      margin-bottom: 1em;
    }

    /*!sc*/
    .VEBGS ul ul,
    .VEBGS ol ul,
    .VEBGS ul ol,
    .VEBGS ol ol {
      margin-bottom: 0;
      margin-top: 0;
    }

    /*!sc*/
    .VEBGS table {
      display: block;
      width: 100%;
      overflow: auto;
      word-break: normal;
      word-break: keep-all;
      border-collapse: collapse;
      border-spacing: 0;
      margin-top: 1.5em;
      margin-bottom: 1.5em;
    }

    /*!sc*/
    .VEBGS table tr {
      background-color: #fff;
      border-top: 1px solid #ccc;
    }

    /*!sc*/
    .VEBGS table tr:nth-child(2n) {
      background-color: #fafafa;
    }

    /*!sc*/
    .VEBGS table th,
    .VEBGS table td {
      padding: 6px 13px;
      border: 1px solid #ddd;
    }

    /*!sc*/
    .VEBGS table th {
      text-align: left;
      font-weight: bold;
    }

    /*!sc*/
    .VEBGS .share-link {
      cursor: pointer;
      margin-left: -20px;
      padding: 0;
      line-height: 1;
      width: 20px;
      display: inline-block;
      outline: 0;
    }

    /*!sc*/
    .VEBGS .share-link:before {
      content: &#39;&#39;;
      width: 15px;
      height: 15px;
      background-size: contain;
      background-image: url(&#39;data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjMDEwMTAxIiBkPSJNNDU5LjcgMjMzLjRsLTkwLjUgOTAuNWMtNTAgNTAtMTMxIDUwLTE4MSAwIC03LjktNy44LTE0LTE2LjctMTkuNC0yNS44bDQyLjEtNDIuMWMyLTIgNC41LTMuMiA2LjgtNC41IDIuOSA5LjkgOCAxOS4zIDE1LjggMjcuMiAyNSAyNSA2NS42IDI0LjkgOTAuNSAwbDkwLjUtOTAuNWMyNS0yNSAyNS02NS42IDAtOTAuNSAtMjQuOS0yNS02NS41LTI1LTkwLjUgMGwtMzIuMiAzMi4yYy0yNi4xLTEwLjItNTQuMi0xMi45LTgxLjYtOC45bDY4LjYtNjguNmM1MC01MCAxMzEtNTAgMTgxIDBDNTA5LjYgMTAyLjMgNTA5LjYgMTgzLjQgNDU5LjcgMjMzLjR6TTIyMC4zIDM4Mi4ybC0zMi4yIDMyLjJjLTI1IDI0LjktNjUuNiAyNC45LTkwLjUgMCAtMjUtMjUtMjUtNjUuNiAwLTkwLjVsOTAuNS05MC41YzI1LTI1IDY1LjUtMjUgOTAuNSAwIDcuOCA3LjggMTIuOSAxNy4yIDE1LjggMjcuMSAyLjQtMS40IDQuOC0yLjUgNi44LTQuNWw0Mi4xLTQyYy01LjQtOS4yLTExLjYtMTgtMTkuNC0yNS44IC01MC01MC0xMzEtNTAtMTgxIDBsLTkwLjUgOTAuNWMtNTAgNTAtNTAgMTMxIDAgMTgxIDUwIDUwIDEzMSA1MCAxODEgMGw2OC42LTY4LjZDMjc0LjYgMzk1LjEgMjQ2LjQgMzkyLjMgMjIwLjMgMzgyLjJ6Ii8+PC9zdmc+Cg==&#39;);
      opacity: 0.5;
      visibility: hidden;
      display: inline-block;
      vertical-align: middle;
    }

    /*!sc*/
    .VEBGS h1:hover&gt;.share-link::before,
    .VEBGS h2:hover&gt;.share-link::before,
    .VEBGS .share-link:hover::before {
      visibility: visible;
    }

    /*!sc*/
    .VEBGS a {
      text-decoration: auto;
      color: #32329f;
    }

    /*!sc*/
    .VEBGS a:visited {
      color: #32329f;
    }

    /*!sc*/
    .VEBGS a:hover {
      color: #6868cf;
      text-decoration: auto;
    }

    /*!sc*/
    .jaVotg {
      font-family: Roboto, sans-serif;
      font-weight: 400;
      line-height: 1.5em;
    }

    /*!sc*/
    .jaVotg p:last-child {
      margin-bottom: 0;
    }

    /*!sc*/
    .jaVotg p:first-child {
      margin-top: 0;
    }

    /*!sc*/
    .jaVotg p:last-child {
      margin-bottom: 0;
    }

    /*!sc*/
    .jaVotg h1 {
      font-family: Montserrat, sans-serif;
      font-weight: 400;
      font-size: 1.85714em;
      line-height: 1.6em;
      color: #32329f;
      margin-top: 0;
    }

    /*!sc*/
    .jaVotg h2 {
      font-family: Montserrat, sans-serif;
      font-weight: 400;
      font-size: 1.57143em;
      line-height: 1.6em;
      color: #333333;
    }

    /*!sc*/
    .jaVotg code {
      color: #e53935;
      background-color: rgba(38, 50, 56, 0.05);
      font-family: Courier, monospace;
      border-radius: 2px;
      border: 1px solid rgba(38, 50, 56, 0.1);
      padding: 0 5px;
      font-size: 13px;
      font-weight: 400;
      word-break: break-word;
    }

    /*!sc*/
    .jaVotg pre {
      font-family: Courier, monospace;
      white-space: pre;
      background-color: #11171a;
      color: white;
      padding: 20px;
      overflow-x: auto;
      line-height: normal;
      border-radius: 0;
      border: 1px solid rgba(38, 50, 56, 0.1);
    }

    /*!sc*/
    .jaVotg pre code {
      background-color: transparent;
      color: white;
      padding: 0;
    }

    /*!sc*/
    .jaVotg pre code:before,
    .jaVotg pre code:after {
      content: none;
    }

    /*!sc*/
    .jaVotg blockquote {
      margin: 0;
      margin-bottom: 1em;
      padding: 0 15px;
      color: #777;
      border-left: 4px solid #ddd;
    }

    /*!sc*/
    .jaVotg img {
      max-width: 100%;
      box-sizing: content-box;
    }

    /*!sc*/
    .jaVotg ul,
    .jaVotg ol {
      padding-left: 2em;
      margin: 0;
      margin-bottom: 1em;
    }

    /*!sc*/
    .jaVotg ul ul,
    .jaVotg ol ul,
    .jaVotg ul ol,
    .jaVotg ol ol {
      margin-bottom: 0;
      margin-top: 0;
    }

    /*!sc*/
    .jaVotg table {
      display: block;
      width: 100%;
      overflow: auto;
      word-break: normal;
      word-break: keep-all;
      border-collapse: collapse;
      border-spacing: 0;
      margin-top: 1.5em;
      margin-bottom: 1.5em;
    }

    /*!sc*/
    .jaVotg table tr {
      background-color: #fff;
      border-top: 1px solid #ccc;
    }

    /*!sc*/
    .jaVotg table tr:nth-child(2n) {
      background-color: #fafafa;
    }

    /*!sc*/
    .jaVotg table th,
    .jaVotg table td {
      padding: 6px 13px;
      border: 1px solid #ddd;
    }

    /*!sc*/
    .jaVotg table th {
      text-align: left;
      font-weight: bold;
    }

    /*!sc*/
    .jaVotg .share-link {
      cursor: pointer;
      margin-left: -20px;
      padding: 0;
      line-height: 1;
      width: 20px;
      display: inline-block;
      outline: 0;
    }

    /*!sc*/
    .jaVotg .share-link:before {
      content: &#39;&#39;;
      width: 15px;
      height: 15px;
      background-size: contain;
      background-image: url(&#39;data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjMDEwMTAxIiBkPSJNNDU5LjcgMjMzLjRsLTkwLjUgOTAuNWMtNTAgNTAtMTMxIDUwLTE4MSAwIC03LjktNy44LTE0LTE2LjctMTkuNC0yNS44bDQyLjEtNDIuMWMyLTIgNC41LTMuMiA2LjgtNC41IDIuOSA5LjkgOCAxOS4zIDE1LjggMjcuMiAyNSAyNSA2NS42IDI0LjkgOTAuNSAwbDkwLjUtOTAuNWMyNS0yNSAyNS02NS42IDAtOTAuNSAtMjQuOS0yNS02NS41LTI1LTkwLjUgMGwtMzIuMiAzMi4yYy0yNi4xLTEwLjItNTQuMi0xMi45LTgxLjYtOC45bDY4LjYtNjguNmM1MC01MCAxMzEtNTAgMTgxIDBDNTA5LjYgMTAyLjMgNTA5LjYgMTgzLjQgNDU5LjcgMjMzLjR6TTIyMC4zIDM4Mi4ybC0zMi4yIDMyLjJjLTI1IDI0LjktNjUuNiAyNC45LTkwLjUgMCAtMjUtMjUtMjUtNjUuNiAwLTkwLjVsOTAuNS05MC41YzI1LTI1IDY1LjUtMjUgOTAuNSAwIDcuOCA3LjggMTIuOSAxNy4yIDE1LjggMjcuMSAyLjQtMS40IDQuOC0yLjUgNi44LTQuNWw0Mi4xLTQyYy01LjQtOS4yLTExLjYtMTgtMTkuNC0yNS44IC01MC01MC0xMzEtNTAtMTgxIDBsLTkwLjUgOTAuNWMtNTAgNTAtNTAgMTMxIDAgMTgxIDUwIDUwIDEzMSA1MCAxODEgMGw2OC42LTY4LjZDMjc0LjYgMzk1LjEgMjQ2LjQgMzkyLjMgMjIwLjMgMzgyLjJ6Ii8+PC9zdmc+Cg==&#39;);
      opacity: 0.5;
      visibility: hidden;
      display: inline-block;
      vertical-align: middle;
    }

    /*!sc*/
    .jaVotg h1:hover&gt;.share-link::before,
    .jaVotg h2:hover&gt;.share-link::before,
    .jaVotg .share-link:hover::before {
      visibility: visible;
    }

    /*!sc*/
    .jaVotg a {
      text-decoration: auto;
      color: #32329f;
    }

    /*!sc*/
    .jaVotg a:visited {
      color: #32329f;
    }

    /*!sc*/
    .jaVotg a:hover {
      color: #6868cf;
      text-decoration: auto;
    }

    /*!sc*/
    data-styled.g42[id=&#34;sc-cCzLxZ&#34;] {
      content: &#34;VEBGS,jaVotg,&#34;
    }

    /*!sc*/
    .LxEPk {
      display: inline;
    }

    /*!sc*/
    data-styled.g43[id=&#34;sc-ckdEwu&#34;] {
      content: &#34;LxEPk,&#34;
    }

    /*!sc*/
    .krcPXE {
      position: relative;
    }

    /*!sc*/
    data-styled.g44[id=&#34;sc-jdHILj&#34;] {
      content: &#34;krcPXE,&#34;
    }

    /*!sc*/
    .fOJBdW:hover&gt;.sc-gjLLEI {
      opacity: 1;
    }

    /*!sc*/
    data-styled.g49[id=&#34;sc-cSxRuM&#34;] {
      content: &#34;fOJBdW,&#34;
    }

    /*!sc*/
    .DqFKH {
      font-family: Courier, monospace;
      font-size: 13px;
      white-space: pre;
      contain: content;
      overflow-x: auto;
    }

    /*!sc*/
    .DqFKH .redoc-json code&gt;.collapser {
      display: none;
      pointer-events: none;
    }

    /*!sc*/
    .DqFKH .callback-function {
      color: gray;
    }

    /*!sc*/
    .DqFKH .collapser:after {
      content: &#39;-&#39;;
      cursor: pointer;
    }

    /*!sc*/
    .DqFKH .collapsed&gt;.collapser:after {
      content: &#39;+&#39;;
      cursor: pointer;
    }

    /*!sc*/
    .DqFKH .ellipsis:after {
      content: &#39; … &#39;;
    }

    /*!sc*/
    .DqFKH .collapsible {
      margin-left: 2em;
    }

    /*!sc*/
    .DqFKH .hoverable {
      padding-top: 1px;
      padding-bottom: 1px;
      padding-left: 2px;
      padding-right: 2px;
      border-radius: 2px;
    }

    /*!sc*/
    .DqFKH .hovered {
      background-color: rgba(235, 238, 249, 1);
    }

    /*!sc*/
    .DqFKH .collapser {
      background-color: transparent;
      border: 0;
      color: #fff;
      font-family: Courier, monospace;
      font-size: 13px;
      padding-right: 6px;
      padding-left: 6px;
      padding-top: 0;
      padding-bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 15px;
      height: 15px;
      position: absolute;
      top: 4px;
      left: -1.5em;
      cursor: default;
      user-select: none;
      -webkit-user-select: none;
      padding: 2px;
    }

    /*!sc*/
    .DqFKH .collapser:focus {
      outline-color: #fff;
      outline-style: dotted;
      outline-width: 1px;
    }

    /*!sc*/
    .DqFKH ul {
      list-style-type: none;
      padding: 0px;
      margin: 0px 0px 0px 26px;
    }

    /*!sc*/
    .DqFKH li {
      position: relative;
      display: block;
    }

    /*!sc*/
    .DqFKH .hoverable {
      display: inline-block;
    }

    /*!sc*/
    .DqFKH .selected {
      outline-style: solid;
      outline-width: 1px;
      outline-style: dotted;
    }

    /*!sc*/
    .DqFKH .collapsed&gt;.collapsible {
      display: none;
    }

    /*!sc*/
    .DqFKH .ellipsis {
      display: none;
    }

    /*!sc*/
    .DqFKH .collapsed&gt;.ellipsis {
      display: inherit;
    }

    /*!sc*/
    data-styled.g50[id=&#34;sc-jMbVJB&#34;] {
      content: &#34;DqFKH,&#34;
    }

    /*!sc*/
    .jCmKdj {
      padding: 0.9em;
      background-color: rgba(38, 50, 56, 0.4);
      margin: 0 0 10px 0;
      display: block;
      font-family: Montserrat, sans-serif;
      font-size: 0.929em;
      line-height: 1.5em;
    }

    /*!sc*/
    data-styled.g51[id=&#34;sc-dQmiwx&#34;] {
      content: &#34;jCmKdj,&#34;
    }

    /*!sc*/
    .eTZsJr {
      font-family: Montserrat, sans-serif;
      font-size: 12px;
      position: absolute;
      z-index: 1;
      top: -11px;
      left: 12px;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.7);
    }

    /*!sc*/
    data-styled.g52[id=&#34;sc-bCvmQg&#34;] {
      content: &#34;eTZsJr,&#34;
    }

    /*!sc*/
    .jBjImi {
      position: relative;
    }

    /*!sc*/
    data-styled.g53[id=&#34;sc-cPtzlb&#34;] {
      content: &#34;jBjImi,&#34;
    }

    /*!sc*/
    .jeLSWq {
      margin-top: 15px;
    }

    /*!sc*/
    data-styled.g56[id=&#34;sc-hVcFVo&#34;] {
      content: &#34;jeLSWq,&#34;
    }

    /*!sc*/
    .itHPsH {
      vertical-align: middle;
      font-size: 13px;
      line-height: 20px;
    }

    /*!sc*/
    data-styled.g58[id=&#34;sc-gUjWJS&#34;] {
      content: &#34;itHPsH,&#34;
    }

    /*!sc*/
    .iSyacY {
      color: rgba(102, 102, 102, 0.9);
    }

    /*!sc*/
    data-styled.g59[id=&#34;sc-kZOsHZ&#34;] {
      content: &#34;iSyacY,&#34;
    }

    /*!sc*/
    .gfdSsP {
      color: #666;
    }

    /*!sc*/
    data-styled.g60[id=&#34;sc-iLXxbI&#34;] {
      content: &#34;gfdSsP,&#34;
    }

    /*!sc*/
    .ciWJhv {
      color: #d41f1c;
      font-size: 0.9em;
      font-weight: normal;
      margin-left: 20px;
      line-height: 1;
    }

    /*!sc*/
    data-styled.g62[id=&#34;sc-eKzvBH&#34;] {
      content: &#34;ciWJhv,&#34;
    }

    /*!sc*/
    .cRxwgg {
      border-radius: 2px;
      word-break: break-word;
      background-color: rgba(51, 51, 51, 0.05);
      color: rgba(51, 51, 51, 0.9);
      padding: 0 5px;
      border: 1px solid rgba(51, 51, 51, 0.1);
      font-family: Courier, monospace;
    }

    /*!sc*/
    + {
      margin-left: 0;
    }

    /*!sc*/
    data-styled.g66[id=&#34;sc-ldgOGP&#34;] {
      content: &#34;cRxwgg,&#34;
    }

    /*!sc*/
    .iOjfOC {
      border-radius: 2px;
      background-color: rgba(104, 104, 207, 0.05);
      color: rgba(50, 50, 159, 0.9);
      margin: 0 5px;
      padding: 0 5px;
      border: 1px solid rgba(50, 50, 159, 0.1);
    }

    /*!sc*/
    + {
      margin-left: 0;
    }

    /*!sc*/
    data-styled.g68[id=&#34;sc-cmfnrN&#34;] {
      content: &#34;iOjfOC,&#34;
    }

    /*!sc*/
    .bDgvzj {
      margin: 0 5px;
      vertical-align: text-top;
    }

    /*!sc*/
    data-styled.g74[id=&#34;sc-jIYCZY&#34;] {
      content: &#34;bDgvzj,&#34;
    }

    /*!sc*/
    .ObWVe {
      margin-top: 0;
      margin-bottom: 0.5em;
    }

    /*!sc*/
    data-styled.g91[id=&#34;sc-eFyDpN&#34;] {
      content: &#34;ObWVe,&#34;
    }

    /*!sc*/
    .iGcmRf {
      border: 1px solid #32329f;
      color: #32329f;
      font-weight: normal;
      margin-left: 0.5em;
      padding: 4px 8px 4px;
      display: inline-block;
      text-decoration: none;
      cursor: pointer;
    }

    /*!sc*/
    data-styled.g92[id=&#34;sc-crHHJw&#34;] {
      content: &#34;iGcmRf,&#34;
    }

    /*!sc*/
    .bTPOee::before {
      content: &#39;|&#39;;
      display: inline-block;
      opacity: 0.5;
      width: 15px;
      text-align: center;
    }

    /*!sc*/
    .bTPOee:last-child::after {
      display: none;
    }

    /*!sc*/
    data-styled.g93[id=&#34;sc-dEFUer&#34;] {
      content: &#34;bTPOee,&#34;
    }

    /*!sc*/
    .fiaqWn {
      overflow: hidden;
    }

    /*!sc*/
    data-styled.g94[id=&#34;sc-bqOYya&#34;] {
      content: &#34;fiaqWn,&#34;
    }

    /*!sc*/
    .jqfeha {
      display: flex;
      flex-wrap: wrap;
      margin-left: -15px;
    }

    /*!sc*/
    data-styled.g95[id=&#34;sc-gHjVMF&#34;] {
      content: &#34;jqfeha,&#34;
    }

    /*!sc*/
    .gxSVta {
      width: 9ex;
      display: inline-block;
      height: 13px;
      line-height: 13px;
      background-color: #333;
      border-radius: 3px;
      background-repeat: no-repeat;
      background-position: 6px 4px;
      font-size: 7px;
      font-family: Verdana, sans-serif;
      color: white;
      text-transform: uppercase;
      text-align: center;
      font-weight: bold;
      vertical-align: middle;
      margin-right: 6px;
      margin-top: 2px;
    }

    /*!sc*/
    .gxSVta.get {
      background-color: #2F8132;
    }

    /*!sc*/
    .gxSVta.post {
      background-color: #186FAF;
    }

    /*!sc*/
    .gxSVta.put {
      background-color: #95507c;
    }

    /*!sc*/
    .gxSVta.options {
      background-color: #947014;
    }

    /*!sc*/
    .gxSVta.patch {
      background-color: #bf581d;
    }

    /*!sc*/
    .gxSVta.delete {
      background-color: #cc3333;
    }

    /*!sc*/
    .gxSVta.basic {
      background-color: #707070;
    }

    /*!sc*/
    .gxSVta.link {
      background-color: #07818F;
    }

    /*!sc*/
    .gxSVta.head {
      background-color: #A23DAD;
    }

    /*!sc*/
    .gxSVta.hook {
      background-color: #32329f;
    }

    /*!sc*/
    .gxSVta.schema {
      background-color: #707070;
    }

    /*!sc*/
    data-styled.g99[id=&#34;sc-dmcoYd&#34;] {
      content: &#34;gxSVta,&#34;
    }

    /*!sc*/
    .fTlmpg {
      margin: 0;
      padding: 0;
    }

    /*!sc*/
    .fTlmpg:first-child {
      padding-bottom: 32px;
    }

    /*!sc*/
    .sc-YltrM .sc-YltrM {
      font-size: 0.929em;
    }

    /*!sc*/
    .dOKzVh {
      margin: 0;
      padding: 0;
      display: none;
    }

    /*!sc*/
    .dOKzVh:first-child {
      padding-bottom: 32px;
    }

    /*!sc*/
    .sc-YltrM .sc-YltrM {
      font-size: 0.929em;
    }

    /*!sc*/
    data-styled.g100[id=&#34;sc-YltrM&#34;] {
      content: &#34;fTlmpg,dOKzVh,&#34;
    }

    /*!sc*/
    .kIUuLW {
      list-style: none inside none;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 0;
    }

    /*!sc*/
    data-styled.g101[id=&#34;sc-imiRDh&#34;] {
      content: &#34;kIUuLW,&#34;
    }

    /*!sc*/
    .jtSMDN {
      cursor: pointer;
      color: #333333;
      margin: 0;
      padding: 12.5px 20px;
      display: flex;
      justify-content: space-between;
      font-family: Montserrat, sans-serif;
      font-size: 0.929em;
      text-transform: none;
      background-color: #fafafa;
    }

    /*!sc*/
    .jtSMDN:hover {
      color: #32329f;
      background-color: #e1e1e1;
    }

    /*!sc*/
    .jtSMDN .sc-eTNRI {
      height: 1.5em;
      width: 1.5em;
    }

    /*!sc*/
    .jtSMDN .sc-eTNRI polygon {
      fill: #333333;
    }

    /*!sc*/
    .gvinAL {
      cursor: pointer;
      color: #333333;
      margin: 0;
      padding: 12.5px 20px;
      display: flex;
      justify-content: space-between;
      font-family: Montserrat, sans-serif;
      background-color: #fafafa;
    }

    /*!sc*/
    .gvinAL:hover {
      color: #32329f;
      background-color: #ededed;
    }

    /*!sc*/
    .gvinAL .sc-eTNRI {
      height: 1.5em;
      width: 1.5em;
    }

    /*!sc*/
    .gvinAL .sc-eTNRI polygon {
      fill: #333333;
    }

    /*!sc*/
    data-styled.g102[id=&#34;sc-vIyEI&#34;] {
      content: &#34;jtSMDN,gvinAL,&#34;
    }

    /*!sc*/
    .fXgHFV {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 38px);
      overflow: hidden;
      text-overflow: ellipsis;
    }

    /*!sc*/
    data-styled.g103[id=&#34;sc-bjUHJT&#34;] {
      content: &#34;fXgHFV,&#34;
    }

    /*!sc*/
    .dWVQcL {
      font-size: 0.8em;
      margin-top: 10px;
      text-align: center;
      position: fixed;
      width: 260px;
      bottom: 0;
      background: #fafafa;
    }

    /*!sc*/
    .dWVQcL a,
    .dWVQcL a:visited,
    .dWVQcL a:hover {
      color: #333333 !important;
      padding: 5px 0;
      border-top: 1px solid #e1e1e1;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /*!sc*/
    .dWVQcL img {
      width: 15px;
      margin-right: 5px;
    }

    /*!sc*/
    @media screen and (max-width: 50rem) {
      .dWVQcL {
        width: 100%;
      }
    }

    /*!sc*/
    data-styled.g104[id=&#34;sc-eIPYkq&#34;] {
      content: &#34;dWVQcL,&#34;
    }

    /*!sc*/
    .cIsduN {
      cursor: pointer;
      position: relative;
      margin-bottom: 5px;
    }

    /*!sc*/
    data-styled.g110[id=&#34;sc-bPrlCs&#34;] {
      content: &#34;cIsduN,&#34;
    }

    /*!sc*/
    .gllLir {
      font-family: Courier, monospace;
      margin-left: 10px;
      flex: 1;
      overflow-x: hidden;
      text-overflow: ellipsis;
    }

    /*!sc*/
    data-styled.g111[id=&#34;sc-fYrVWQ&#34;] {
      content: &#34;gllLir,&#34;
    }

    /*!sc*/
    .bclCVA {
      outline: 0;
      color: inherit;
      width: 100%;
      text-align: left;
      cursor: pointer;
      padding: 10px 30px 10px 20px;
      border-radius: 4px 4px 0 0;
      background-color: #11171a;
      display: flex;
      white-space: nowrap;
      align-items: center;
      border: 1px solid transparent;
      border-bottom: 0;
      transition: border-color 0.25s ease;
    }

    /*!sc*/
    .bclCVA ..sc-fYrVWQ {
      color: #ffffff;
    }

    /*!sc*/
    .bclCVA:focus {
      box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.45), 0 2px 0 rgba(128, 128, 128, 0.25);
    }

    /*!sc*/
    data-styled.g112[id=&#34;sc-GkLId&#34;] {
      content: &#34;bclCVA,&#34;
    }

    /*!sc*/
    .eIFDdZ {
      font-size: 0.929em;
      line-height: 20px;
      background-color: #2F8132;
      color: #ffffff;
      padding: 3px 10px;
      text-transform: uppercase;
      font-family: Montserrat, sans-serif;
      margin: 0;
    }

    /*!sc*/
    data-styled.g113[id=&#34;sc-jYnQyy&#34;] {
      content: &#34;eIFDdZ,&#34;
    }

    /*!sc*/
    .hsEiws {
      position: absolute;
      width: 100%;
      z-index: 100;
      background: #fafafa;
      color: #263238;
      box-sizing: border-box;
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.33);
      overflow: hidden;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      transition: all 0.25s ease;
      visibility: hidden;
      transform: translateY(-50%) scaleY(0);
    }

    /*!sc*/
    data-styled.g114[id=&#34;sc-eGgGjL&#34;] {
      content: &#34;hsEiws,&#34;
    }

    /*!sc*/
    .jerStl {
      padding: 10px;
    }

    /*!sc*/
    data-styled.g115[id=&#34;sc-fnpiog&#34;] {
      content: &#34;jerStl,&#34;
    }

    /*!sc*/
    .etvaCd {
      padding: 5px;
      border: 1px solid #ccc;
      background: #fff;
      word-break: break-all;
      color: #32329f;
    }

    /*!sc*/
    .etvaCd&gt;span {
      color: #333333;
    }

    /*!sc*/
    data-styled.g116[id=&#34;sc-lkDHyp&#34;] {
      content: &#34;etvaCd,&#34;
    }

    /*!sc*/
    .fIqGlH {
      display: block;
      border: 0;
      width: 100%;
      text-align: left;
      padding: 10px;
      border-radius: 2px;
      margin-bottom: 4px;
      line-height: 1.5em;
      cursor: pointer;
      color: #1d8127;
      background-color: rgba(29, 129, 39, 0.07);
    }

    /*!sc*/
    .fIqGlH:focus {
      outline: auto #1d8127;
    }

    /*!sc*/
    .ifZPCr {
      display: block;
      border: 0;
      width: 100%;
      text-align: left;
      padding: 10px;
      border-radius: 2px;
      margin-bottom: 4px;
      line-height: 1.5em;
      cursor: pointer;
      color: #d41f1c;
      background-color: rgba(212, 31, 28, 0.07);
      cursor: default;
    }

    /*!sc*/
    .ifZPCr:focus {
      outline: auto #d41f1c;
    }

    /*!sc*/
    .ifZPCr::before {
      content: &#34;—&#34;;
      font-weight: bold;
      width: 1.5em;
      text-align: center;
      display: inline-block;
      vertical-align: top;
    }

    /*!sc*/
    .ifZPCr:focus {
      outline: 0;
    }

    /*!sc*/
    data-styled.g119[id=&#34;sc-hsaIUA&#34;] {
      content: &#34;fIqGlH,ifZPCr,&#34;
    }

    /*!sc*/
    .ePkkgX {
      vertical-align: top;
    }

    /*!sc*/
    data-styled.g122[id=&#34;sc-gWQvRS&#34;] {
      content: &#34;ePkkgX,&#34;
    }

    /*!sc*/
    .duKVDl {
      font-size: 1.3em;
      padding: 0.2em 0;
      margin: 3em 0 1.1em;
      color: #333333;
      font-weight: normal;
    }

    /*!sc*/
    data-styled.g123[id=&#34;sc-fYitVF&#34;] {
      content: &#34;duKVDl,&#34;
    }

    /*!sc*/
    .dZbpPF {
      margin-bottom: 30px;
    }

    /*!sc*/
    data-styled.g128[id=&#34;sc-eYFTNc&#34;] {
      content: &#34;dZbpPF,&#34;
    }

    /*!sc*/
    .bUvUmx {
      user-select: none;
      width: 20px;
      height: 20px;
      align-self: center;
      display: flex;
      flex-direction: column;
      color: #32329f;
    }

    /*!sc*/
    data-styled.g129[id=&#34;sc-iEYVpv&#34;] {
      content: &#34;bUvUmx,&#34;
    }

    /*!sc*/
    .hHYXMN {
      width: 260px;
      background-color: #fafafa;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      backface-visibility: hidden;
      height: 100vh;
      position: sticky;
      position: -webkit-sticky;
      top: 0;
    }

    /*!sc*/
    @media screen and (max-width: 50rem) {
      .hHYXMN {
        position: fixed;
        z-index: 20;
        width: 100%;
        background: #fafafa;
        display: none;
      }
    }

    /*!sc*/
    @media print {
      .hHYXMN {
        display: none;
      }
    }

    /*!sc*/
    data-styled.g130[id=&#34;sc-iqziPC&#34;] {
      content: &#34;hHYXMN,&#34;
    }

    /*!sc*/
    .kHszPm {
      outline: none;
      user-select: none;
      background-color: #f2f2f2;
      color: #32329f;
      display: none;
      cursor: pointer;
      position: fixed;
      right: 20px;
      z-index: 100;
      border-radius: 50%;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
      bottom: 44px;
      width: 60px;
      height: 60px;
      padding: 0 20px;
    }

    /*!sc*/
    @media screen and (max-width: 50rem) {
      .kHszPm {
        display: flex;
      }
    }

    /*!sc*/
    .kHszPm svg {
      color: #0065FB;
    }

    /*!sc*/
    @media print {
      .kHszPm {
        display: none;
      }
    }

    /*!sc*/
    data-styled.g131[id=&#34;sc-eXzmLu&#34;] {
      content: &#34;kHszPm,&#34;
    }

    /*!sc*/
    .cSYMrW {
      font-family: Roboto, sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.5em;
      color: #333333;
      display: flex;
      position: relative;
      text-align: left;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      text-rendering: optimizeSpeed !important;
      tap-highlight-color: rgba(0, 0, 0, 0);
      text-size-adjust: 100%;
    }

    /*!sc*/
    .cSYMrW * {
      box-sizing: border-box;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    }

    /*!sc*/
    data-styled.g132[id=&#34;sc-kUNLVD&#34;] {
      content: &#34;cSYMrW,&#34;
    }

    /*!sc*/
    .cOuMek {
      z-index: 1;
      position: relative;
      overflow: hidden;
      width: calc(100% - 260px);
      contain: layout;
    }

    /*!sc*/
    @media print,
    screen and (max-width: 50rem) {
      .cOuMek {
        width: 100%;
      }
    }

    /*!sc*/
    data-styled.g133[id=&#34;sc-dxfTlo&#34;] {
      content: &#34;cOuMek,&#34;
    }

    /*!sc*/
    .bsunyy {
      background: #263238;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: calc((100% - 260px) * 0.4);
    }

    /*!sc*/
    @media print,
    screen and (max-width: 75rem) {
      .bsunyy {
        display: none;
      }
    }

    /*!sc*/
    data-styled.g134[id=&#34;sc-juusvx&#34;] {
      content: &#34;bsunyy,&#34;
    }

    /*!sc*/
    .cUtpgV {
      padding: 5px 0;
    }

    /*!sc*/
    data-styled.g135[id=&#34;sc-emwzcK&#34;] {
      content: &#34;cUtpgV,&#34;
    }

    /*!sc*/
    .iiRHzu {
      width: calc(100% - 40px);
      box-sizing: border-box;
      margin: 0 20px;
      padding: 5px 10px 5px 20px;
      border: 0;
      border-bottom: 1px solid #e1e1e1;
      font-family: Roboto, sans-serif;
      font-weight: bold;
      font-size: 13px;
      color: #333333;
      background-color: transparent;
      outline: none;
    }

    /*!sc*/
    data-styled.g136[id=&#34;sc-kjKYmT&#34;] {
      content: &#34;iiRHzu,&#34;
    }

    /*!sc*/
    .dvQijr {
      position: absolute;
      left: 20px;
      height: 1.8em;
      width: 0.9em;
    }

    /*!sc*/
    .dvQijr path {
      fill: #333333;
    }

    /*!sc*/
    data-styled.g137[id=&#34;sc-cMdfCE&#34;] {
      content: &#34;dvQijr,&#34;
    }

    /*!sc*/
  &lt;/style&gt;
  &lt;link href=&#34;https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700&#34; rel=&#34;stylesheet&#34;&gt;
&lt;/head&gt;

&lt;body&gt;

  &lt;div id=&#34;redoc&#34;&gt;
    &lt;div class=&#34;sc-kUNLVD cSYMrW redoc-wrap&#34;&gt;
      &lt;div class=&#34;sc-iqziPC hHYXMN menu-content&#34; style=&#34;top:0px;height:calc(100vh - 0px)&#34;&gt;
        &lt;div role=&#34;search&#34; class=&#34;sc-emwzcK cUtpgV&#34;&gt;&lt;svg class=&#34;sc-cMdfCE dvQijr search-icon&#34; version=&#34;1.1&#34;
            viewBox=&#34;0 0 1000 1000&#34; x=&#34;0px&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; y=&#34;0px&#34;&gt;
            &lt;path
              d=&#34;M968.2,849.4L667.3,549c83.9-136.5,66.7-317.4-51.7-435.6C477.1-25,252.5-25,113.9,113.4c-138.5,138.3-138.5,362.6,0,501C219.2,730.1,413.2,743,547.6,666.5l301.9,301.4c43.6,43.6,76.9,14.9,104.2-12.4C981,928.3,1011.8,893,968.2,849.4z M524.5,522c-88.9,88.7-233,88.7-321.8,0c-88.9-88.7-88.9-232.6,0-321.3c88.9-88.7,233-88.7,321.8,0C613.4,289.4,613.4,433.3,524.5,522z&#34;&gt;
            &lt;/path&gt;
          &lt;/svg&gt;&lt;input placeholder=&#34;Search...&#34; aria-label=&#34;Search&#34; type=&#34;text&#34; class=&#34;sc-kjKYmT iiRHzu search-input&#34;
            value=&#34;&#34; /&gt;&lt;/div&gt;
        &lt;div class=&#34;sc-kMzELR kIqtpW scrollbar-container undefined&#34;&gt;
          &lt;ul role=&#34;menu&#34; class=&#34;sc-YltrM fTlmpg&#34;&gt;
            &lt;li tabindex=&#34;0&#34; depth=&#34;1&#34; data-item-id=&#34;section/How-to-use-this-API-effectively&#34; role=&#34;menuitem&#34;
              class=&#34;sc-imiRDh kIUuLW&#34;&gt;&lt;label class=&#34;sc-vIyEI jtSMDN -depth1&#34;&gt;&lt;span width=&#34;calc(100% - 38px)&#34;
                  title=&#34;How to use this API effectively&#34; class=&#34;sc-bjUHJT fXgHFV&#34;&gt;How to use this API
                  effectively&lt;/span&gt;&lt;/label&gt;&lt;/li&gt;
            &lt;li tabindex=&#34;0&#34; depth=&#34;1&#34; data-item-id=&#34;tag/Accounts&#34; role=&#34;menuitem&#34; class=&#34;sc-imiRDh kIUuLW&#34;&gt;&lt;label
                class=&#34;sc-vIyEI jtSMDN -depth1&#34;&gt;&lt;span width=&#34;calc(100% - 38px)&#34; title=&#34;Accounts&#34;
                  class=&#34;sc-bjUHJT fXgHFV&#34;&gt;Accounts&lt;/span&gt;&lt;svg class=&#34;sc-eTNRI gEokXu&#34; version=&#34;1.1&#34; viewBox=&#34;0 0 24 24&#34;
                  x=&#34;0&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; y=&#34;0&#34; aria-hidden=&#34;true&#34;&gt;
                  &lt;polygon points=&#34;17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 &#34;&gt;&lt;/polygon&gt;
                &lt;/svg&gt;&lt;/label&gt;
              &lt;ul class=&#34;sc-YltrM dOKzVh&#34;&gt;
                &lt;li tabindex=&#34;0&#34; depth=&#34;2&#34; data-item-id=&#34;tag/Accounts/operation/accounts-list&#34; role=&#34;menuitem&#34;
                  class=&#34;sc-imiRDh kIUuLW&#34;&gt;&lt;label class=&#34;sc-vIyEI gvinAL -depth2&#34;&gt;&lt;span type=&#34;get&#34;
                      class=&#34;sc-dmcoYd gxSVta operation-type get&#34;&gt;get&lt;/span&gt;&lt;span tabindex=&#34;0&#34; width=&#34;calc(100% - 38px)&#34;
                      class=&#34;sc-bjUHJT fXgHFV&#34;&gt;List transactions&lt;/span&gt;&lt;/label&gt;&lt;/li&gt;
                &lt;li tabindex=&#34;0&#34; depth=&#34;2&#34; data-item-id=&#34;tag/Accounts/operation/accounts-export&#34; role=&#34;menuitem&#34;
                  class=&#34;sc-imiRDh kIUuLW&#34;&gt;&lt;label class=&#34;sc-vIyEI gvinAL -depth2&#34;&gt;&lt;span type=&#34;get&#34;
                      class=&#34;sc-dmcoYd gxSVta operation-type get&#34;&gt;get&lt;/span&gt;&lt;span tabindex=&#34;0&#34; width=&#34;calc(100% - 38px)&#34;
                      class=&#34;sc-bjUHJT fXgHFV&#34;&gt;Export details&lt;/span&gt;&lt;/label&gt;&lt;/li&gt;
                &lt;li tabindex=&#34;0&#34; depth=&#34;2&#34; data-item-id=&#34;tag/Accounts/operation/accounts-monitors&#34; role=&#34;menuitem&#34;
                  class=&#34;sc-imiRDh kIUuLW&#34;&gt;&lt;label class=&#34;sc-vIyEI gvinAL -depth2&#34;&gt;&lt;span type=&#34;get&#34;
                      class=&#34;sc-dmcoYd gxSVta operation-type get&#34;&gt;get&lt;/span&gt;&lt;span tabindex=&#34;0&#34; width=&#34;calc(100% - 38px)&#34;
                      class=&#34;sc-bjUHJT fXgHFV&#34;&gt;Manage monitors&lt;/span&gt;&lt;/label&gt;&lt;/li&gt;
                &lt;li tabindex=&#34;0&#34; depth=&#34;2&#34; data-item-id=&#34;tag/Accounts/operation/accounts-names&#34; role=&#34;menuitem&#34;
                  class=&#34;sc-imiRDh kIUuLW&#34;&gt;&lt;label class=&#34;sc-vIyEI gvinAL -depth2&#34;&gt;&lt;span type=&#34;get&#34;
                      class=&#34;sc-dmcoYd gxSVta operation-type get&#34;&gt;get&lt;/span&gt;&lt;span tabindex=&#34;0&#34; width=&#34;calc(100% - 38px)&#34;
                      class=&#34;sc-bjUHJT fXgHFV&#34;&gt;Names&lt;/span&gt;&lt;/label&gt;&lt;/li&gt;
                &lt;li tabindex=&#34;0&#34; depth=&#34;2&#34; data-item-id=&#34;tag/Accounts/operation/accounts-abis&#34; role=&#34;menuitem&#34;
                  class=&#34;sc-imiRDh kIUuLW&#34;&gt;&lt;label class=&#34;sc-vIyEI gvinAL -depth2&#34;&gt;&lt;span type=&#34;get&#34;
                      class=&#34;sc-dmcoYd gxSVta operation-type get&#34;&gt;get&lt;/span&gt;&lt;span tabindex=&#34;0&#34; width=&#34;calc(100% - 38px)&#34;
                      class=&#34;sc-bjUHJT fXgHFV&#34;&gt;ABIs&lt;/span&gt;&lt;/label&gt;&lt;/li&gt;
              &lt;/ul&gt;
            &lt;/li&gt;
            &lt;li tabindex=&#34;0&#34; depth=&#34;1&#34; data-item-id=&#34;tag/Chain-Data&#34; role=&#34;menuitem&#34; class=&#34;sc-imiRDh kIUuLW&#34;&gt;&lt;label
                class=&#34;sc-vIyEI jtSMDN -depth1&#34;&gt;&lt;span width=&#34;calc(100% - 38px)&#34; title=&#34;Chain Data&#34;
                  class=&#34;sc-bjUHJT fXgHFV&#34;&gt;Chain Data&lt;/span&gt;&lt;svg class=&#34;sc-eTNRI gEokXu&#34; version=&#34;1.1&#34;
                  viewBox=&#34;0 0 24 24&#34; x=&#34;0&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; y=&#34;0&#34; aria-hidden=&#34;true&#34;&gt;
                  &lt;polygon points=&#34;17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 &#34;&gt;&lt;/polygon&gt;
                &lt;/svg&gt;&lt;/label&gt;
              &lt;ul class=&#34;sc-YltrM dOKzVh&#34;&gt;
                &lt;li tabindex=&#34;0&#34; depth=&#34;2&#34; data-item-id=&#34;tag/Chain-Data/operation/chaindata-blocks&#34; role=&#34;menuitem&#34;
                  class=&#34;sc-imiRDh kIUuLW&#34;&gt;&lt;label class=&#34;sc-vIyEI gvinAL -depth2&#34;&gt;&lt;span type=&#34;get&#34;
                      class=&#34;sc-dmcoYd gxSVta operation-type get&#34;&gt;get&lt;/span&gt;&lt;span tabindex=&#34;0&#34; width=&#34;calc(100% - 38px)&#34;
                      class=&#34;sc-bjUHJT fXgHFV&#34;&gt;Get blocks&lt;/span&gt;&lt;/label&gt;&lt;/li&gt;
                &lt;li tabindex=&#34;0&#34; depth=&#34;2&#34; data-item-id=&#34;tag/Chain-Data/operation/chaindata-transactions&#34;
                  role=&#34;menuitem&#34; class=&#34;sc-imiRDh kIUuLW&#34;&gt;&lt;label class=&#34;sc-vIyEI gvinAL -depth2&#34;&gt;&lt;span type=&#34;get&#34;
                      class=&#34;sc-dmcoYd gxSVta operation-type get&#34;&gt;get&lt;/span&gt;&lt;span tabindex=&#34;0&#34; width=&#34;calc(100% - 38px)&#34;
                      class=&#34;sc-bjUHJT fXgHFV&#34;&gt;Get transactions&lt;/span&gt;&lt;/label&gt;&lt;/li&gt;
                &lt;li tabindex=&#34;0&#34; depth=&#34;2&#34; data-item-id=&#34;tag/Chain-Data/operation/chaindata-receipts&#34; role=&#34;menuitem&#34;
                  class=&#34;sc-imiRDh kIUuLW&#34;&gt;&lt;label class=&#34;sc-vIyEI gvinAL -depth2&#34;&gt;&lt;span type=&#34;get&#34;
                      class=&#34;sc-dmcoYd gxSVta operation-type get&#34;&gt;get&lt;/span&gt;&lt;span tabindex=&#34;0&#34; width=&#34;calc(100% - 38px)&#34;
                      class=&#34;sc-bjUHJT fXgHFV&#34;&gt;Get receipts&lt;/span&gt;&lt;/label&gt;&lt;/li&gt;
                &lt;li tabindex=&#34;0&#34; depth=&#34;2&#34; data-item-id=&#34;tag/Chain-Data/operation/chaindata-logs&#34; role=&#34;menuitem&#34;
                  class=&#34;sc-imiRDh kIUuLW&#34;&gt;&lt;label class=&#34;sc-vIyEI gvinAL -depth2&#34;&gt;&lt;span type=&#34;get&#34;
                      class=&#34;sc-dmcoYd gxSVta operation-type get&#34;&gt;get&lt;/span&gt;&lt;span tabindex=&#34;0&#34; width=&#34;calc(100% - 38px)&#34;
                      class=&#34;sc-bjUHJT fXgHFV&#34;&gt;Get logs&lt;/span&gt;&lt;/label&gt;&lt;/li&gt;
                &lt;li tabindex=&#34;0&#34; depth=&#34;2&#34; data-item-id=&#34;tag/Chain-Data/operation/chaindata-traces&#34; role=&#34;menuitem&#34;
                  class=&#34;sc-imiRDh kIUuLW&#34;&gt;&lt;label class=&#34;sc-vIyEI gvinAL -depth2&#34;&gt;&lt;span type=&#34;get&#34;
                      class=&#34;sc-dmcoYd gxSVta operation-type get&#34;&gt;get&lt;/span&gt;&lt;span tabindex=&#34;0&#34; width=&#34;calc(100% - 38px)&#34;
                      class=&#34;sc-bjUHJT fXgHFV&#34;&gt;Get traces&lt;/span&gt;&lt;/label&gt;&lt;/li&gt;
                &lt;li tabindex=&#34;0&#34; depth=&#34;2&#34; data-item-id=&#34;tag/Chain-Data/operation/chaindata-when&#34; role=&#34;menuitem&#34;
                  class=&#34;sc-imiRDh kIUuLW&#34;&gt;&lt;label class=&#34;sc-vIyEI gvinAL -depth2&#34;&gt;&lt;span type=&#34;get&#34;
                      class=&#34;sc-dmcoYd gxSVta operation-type get&#34;&gt;get&lt;/span&gt;&lt;span tabindex=&#34;0&#34; width=&#34;calc(100% - 38px)&#34;
                      class=&#34;sc-bjUHJT fXgHFV&#34;&gt;Get block dates&lt;/span&gt;&lt;/label&gt;&lt;/li&gt;
              &lt;/ul&gt;
            &lt;/li&gt;
            &lt;li tabindex=&#34;0&#34; depth=&#34;1&#34; data-item-id=&#34;tag/Chain-State&#34; role=&#34;menuitem&#34; class=&#34;sc-imiRDh kIUuLW&#34;&gt;&lt;label
                class=&#34;sc-vIyEI jtSMDN -depth1&#34;&gt;&lt;span width=&#34;calc(100% - 38px)&#34; title=&#34;Chain State&#34;
                  class=&#34;sc-bjUHJT fXgHFV&#34;&gt;Chain State&lt;/span&gt;&lt;svg class=&#34;sc-eTNRI gEokXu&#34; version=&#34;1.1&#34;
                  viewBox=&#34;0 0 24 24&#34; x=&#34;0&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; y=&#34;0&#34; aria-hidden=&#34;true&#34;&gt;
                  &lt;polygon points=&#34;17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 &#34;&gt;&lt;/polygon&gt;
                &lt;/svg&gt;&lt;/label&gt;
              &lt;ul class=&#34;sc-YltrM dOKzVh&#34;&gt;
                &lt;li tabindex=&#34;0&#34; depth=&#34;2&#34; data-item-id=&#34;tag/Chain-State/operation/chainstate-state&#34; role=&#34;menuitem&#34;
                  class=&#34;sc-imiRDh kIUuLW&#34;&gt;&lt;label class=&#34;sc-vIyEI gvinAL -depth2&#34;&gt;&lt;span type=&#34;get&#34;
                      class=&#34;sc-dmcoYd gxSVta operation-type get&#34;&gt;get&lt;/span&gt;&lt;span tabindex=&#34;0&#34; width=&#34;calc(100% - 38px)&#34;
                      class=&#34;sc-bjUHJT fXgHFV&#34;&gt;Get balance(s)&lt;/span&gt;&lt;/label&gt;&lt;/li&gt;
                &lt;li tabindex=&#34;0&#34; depth=&#34;2&#34; data-item-id=&#34;tag/Chain-State/operation/chainstate-tokens&#34; role=&#34;menuitem&#34;
                  class=&#34;sc-imiRDh kIUuLW&#34;&gt;&lt;label class=&#34;sc-vIyEI gvinAL -depth2&#34;&gt;&lt;span type=&#34;get&#34;
                      class=&#34;sc-dmcoYd gxSVta operation-type get&#34;&gt;get&lt;/span&gt;&lt;span tabindex=&#34;0&#34; width=&#34;calc(100% - 38px)&#34;
                      class=&#34;sc-bjUHJT fXgHFV&#34;&gt;Get token balance(s)&lt;/span&gt;&lt;/label&gt;&lt;/li&gt;
              &lt;/ul&gt;
            &lt;/li&gt;
            &lt;li tabindex=&#34;0&#34; depth=&#34;1&#34; data-item-id=&#34;tag/Admin&#34; role=&#34;menuitem&#34; class=&#34;sc-imiRDh kIUuLW&#34;&gt;&lt;label
                class=&#34;sc-vIyEI jtSMDN -depth1&#34;&gt;&lt;span width=&#34;calc(100% - 38px)&#34; title=&#34;Admin&#34;
                  class=&#34;sc-bjUHJT fXgHFV&#34;&gt;Admin&lt;/span&gt;&lt;svg class=&#34;sc-eTNRI gEokXu&#34; version=&#34;1.1&#34; viewBox=&#34;0 0 24 24&#34;
                  x=&#34;0&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; y=&#34;0&#34; aria-hidden=&#34;true&#34;&gt;
                  &lt;polygon points=&#34;17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 &#34;&gt;&lt;/polygon&gt;
                &lt;/svg&gt;&lt;/label&gt;
              &lt;ul class=&#34;sc-YltrM dOKzVh&#34;&gt;
                &lt;li tabindex=&#34;0&#34; depth=&#34;2&#34; data-item-id=&#34;tag/Admin/operation/admin-config&#34; role=&#34;menuitem&#34;
                  class=&#34;sc-imiRDh kIUuLW&#34;&gt;&lt;label class=&#34;sc-vIyEI gvinAL -depth2&#34;&gt;&lt;span type=&#34;get&#34;
                      class=&#34;sc-dmcoYd gxSVta operation-type get&#34;&gt;get&lt;/span&gt;&lt;span tabindex=&#34;0&#34; width=&#34;calc(100% - 38px)&#34;
                      class=&#34;sc-bjUHJT fXgHFV&#34;&gt;Manage config&lt;/span&gt;&lt;/label&gt;&lt;/li&gt;
                &lt;li tabindex=&#34;0&#34; depth=&#34;2&#34; data-item-id=&#34;tag/Admin/operation/admin-status&#34; role=&#34;menuitem&#34;
                  class=&#34;sc-imiRDh kIUuLW&#34;&gt;&lt;label class=&#34;sc-vIyEI gvinAL -depth2&#34;&gt;&lt;span type=&#34;get&#34;
                      class=&#34;sc-dmcoYd gxSVta operation-type get&#34;&gt;get&lt;/span&gt;&lt;span tabindex=&#34;0&#34; width=&#34;calc(100% - 38px)&#34;
                      class=&#34;sc-bjUHJT fXgHFV&#34;&gt;Get status on caches&lt;/span&gt;&lt;/label&gt;&lt;/li&gt;
                &lt;li tabindex=&#34;0&#34; depth=&#34;2&#34; data-item-id=&#34;tag/Admin/operation/admin-scrape&#34; role=&#34;menuitem&#34;
                  class=&#34;sc-imiRDh kIUuLW&#34;&gt;&lt;label class=&#34;sc-vIyEI gvinAL -depth2&#34;&gt;&lt;span type=&#34;get&#34;
                      class=&#34;sc-dmcoYd gxSVta operation-type get&#34;&gt;get&lt;/span&gt;&lt;span tabindex=&#34;0&#34; width=&#34;calc(100% - 38px)&#34;
                      class=&#34;sc-bjUHJT fXgHFV&#34;&gt;Scrape index&lt;/span&gt;&lt;/label&gt;&lt;/li&gt;
                &lt;li tabindex=&#34;0&#34; depth=&#34;2&#34; data-item-id=&#34;tag/Admin/operation/admin-chunks&#34; role=&#34;menuitem&#34;
                  class=&#34;sc-imiRDh kIUuLW&#34;&gt;&lt;label class=&#34;sc-vIyEI gvinAL -depth2&#34;&gt;&lt;span type=&#34;get&#34;
                      class=&#34;sc-dmcoYd gxSVta operation-type get&#34;&gt;get&lt;/span&gt;&lt;span tabindex=&#34;0&#34; width=&#34;calc(100% - 38px)&#34;
                      class=&#34;sc-bjUHJT fXgHFV&#34;&gt;Manage chunks&lt;/span&gt;&lt;/label&gt;&lt;/li&gt;
                &lt;li tabindex=&#34;0&#34; depth=&#34;2&#34; data-item-id=&#34;tag/Admin/operation/admin-init&#34; role=&#34;menuitem&#34;
                  class=&#34;sc-imiRDh kIUuLW&#34;&gt;&lt;label class=&#34;sc-vIyEI gvinAL -depth2&#34;&gt;&lt;span type=&#34;get&#34;
                      class=&#34;sc-dmcoYd gxSVta operation-type get&#34;&gt;get&lt;/span&gt;&lt;span tabindex=&#34;0&#34; width=&#34;calc(100% - 38px)&#34;
                      class=&#34;sc-bjUHJT fXgHFV&#34;&gt;Initialize index&lt;/span&gt;&lt;/label&gt;&lt;/li&gt;
              &lt;/ul&gt;
            &lt;/li&gt;
            &lt;li tabindex=&#34;0&#34; depth=&#34;1&#34; data-item-id=&#34;tag/Other&#34; role=&#34;menuitem&#34; class=&#34;sc-imiRDh kIUuLW&#34;&gt;&lt;label
                class=&#34;sc-vIyEI jtSMDN -depth1&#34;&gt;&lt;span width=&#34;calc(100% - 38px)&#34; title=&#34;Other&#34;
                  class=&#34;sc-bjUHJT fXgHFV&#34;&gt;Other&lt;/span&gt;&lt;svg class=&#34;sc-eTNRI gEokXu&#34; version=&#34;1.1&#34; viewBox=&#34;0 0 24 24&#34;
                  x=&#34;0&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; y=&#34;0&#34; aria-hidden=&#34;true&#34;&gt;
                  &lt;polygon points=&#34;17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 &#34;&gt;&lt;/polygon&gt;
                &lt;/svg&gt;&lt;/label&gt;
              &lt;ul class=&#34;sc-YltrM dOKzVh&#34;&gt;
                &lt;li tabindex=&#34;0&#34; depth=&#34;2&#34; data-item-id=&#34;tag/Other/operation/other-slurp&#34; role=&#34;menuitem&#34;
                  class=&#34;sc-imiRDh kIUuLW&#34;&gt;&lt;label class=&#34;sc-vIyEI gvinAL -depth2&#34;&gt;&lt;span type=&#34;get&#34;
                      class=&#34;sc-dmcoYd gxSVta operation-type get&#34;&gt;get&lt;/span&gt;&lt;span tabindex=&#34;0&#34; width=&#34;calc(100% - 38px)&#34;
                      class=&#34;sc-bjUHJT fXgHFV&#34;&gt;Slurp Etherscan&lt;/span&gt;&lt;/label&gt;&lt;/li&gt;
              &lt;/ul&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
          &lt;div class=&#34;sc-eIPYkq dWVQcL&#34;&gt;&lt;a target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;
              href=&#34;https://redocly.com/redoc/&#34;&gt;API docs by Redocly&lt;/a&gt;&lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&#34;sc-eXzmLu kHszPm&#34;&gt;
        &lt;div class=&#34;sc-iEYVpv bUvUmx&#34;&gt;&lt;svg class=&#34;&#34;
            style=&#34;transform:translate(2px, -4px) rotate(180deg);transition:transform 0.2s ease&#34;
            viewBox=&#34;0 0 926.23699 573.74994&#34; version=&#34;1.1&#34; x=&#34;0px&#34; y=&#34;0px&#34; width=&#34;15&#34; height=&#34;15&#34;&gt;
            &lt;g transform=&#34;translate(904.92214,-879.1482)&#34;&gt;
              &lt;path d=&#34;
          m -673.67664,1221.6502 -231.2455,-231.24803 55.6165,
          -55.627 c 30.5891,-30.59485 56.1806,-55.627 56.8701,-55.627 0.6894,
          0 79.8637,78.60862 175.9427,174.68583 l 174.6892,174.6858 174.6892,
          -174.6858 c 96.079,-96.07721 175.253196,-174.68583 175.942696,
          -174.68583 0.6895,0 26.281,25.03215 56.8701,
          55.627 l 55.6165,55.627 -231.245496,231.24803 c -127.185,127.1864
          -231.5279,231.248 -231.873,231.248 -0.3451,0 -104.688,
          -104.0616 -231.873,-231.248 z
        &#34; fill=&#34;currentColor&#34;&gt;&lt;/path&gt;
            &lt;/g&gt;
          &lt;/svg&gt;&lt;svg class=&#34;&#34; style=&#34;transform:translate(2px, 4px);transition:transform 0.2s ease&#34;
            viewBox=&#34;0 0 926.23699 573.74994&#34; version=&#34;1.1&#34; x=&#34;0px&#34; y=&#34;0px&#34; width=&#34;15&#34; height=&#34;15&#34;&gt;
            &lt;g transform=&#34;translate(904.92214,-879.1482)&#34;&gt;
              &lt;path d=&#34;
          m -673.67664,1221.6502 -231.2455,-231.24803 55.6165,
          -55.627 c 30.5891,-30.59485 56.1806,-55.627 56.8701,-55.627 0.6894,
          0 79.8637,78.60862 175.9427,174.68583 l 174.6892,174.6858 174.6892,
          -174.6858 c 96.079,-96.07721 175.253196,-174.68583 175.942696,
          -174.68583 0.6895,0 26.281,25.03215 56.8701,
          55.627 l 55.6165,55.627 -231.245496,231.24803 c -127.185,127.1864
          -231.5279,231.248 -231.873,231.248 -0.3451,0 -104.688,
          -104.0616 -231.873,-231.248 z
        &#34; fill=&#34;currentColor&#34;&gt;&lt;/path&gt;
            &lt;/g&gt;
          &lt;/svg&gt;&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&#34;sc-dxfTlo cOuMek api-content&#34;&gt;
        &lt;div class=&#34;sc-eDLKkx hNzKJC&#34;&gt;
          &lt;div class=&#34;sc-iBdnpw fsPUig&#34;&gt;
            &lt;div class=&#34;sc-hLQSwg gikxZY api-info&#34;&gt;
              &lt;h1 class=&#34;sc-fsYfdN sc-eFyDpN gqLiaw ObWVe&#34;&gt;TrueBlocks API&lt;!-- --&gt;
                &lt;span&gt;(&lt;!-- --&gt;2.5.8-release&lt;!-- --&gt;)&lt;/span&gt;
              &lt;/h1&gt;
              &lt;p&gt;Download OpenAPI specification&lt;!-- --&gt;:&lt;a download=&#34;openapi.json&#34; target=&#34;_blank&#34;
                  class=&#34;sc-crHHJw iGcmRf&#34;&gt;Download&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Dockers</title>
      <link>/docker/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docker/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Explorers</title>
      <link>/explorer/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/explorer/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Sdks</title>
      <link>/sdks/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/sdks/</guid>
      <description></description>
    </item>
    
  </channel>
</rss>
