# getMaxShredInsertSlot

Get the max slot seen from after shred insert.

#### Parameters required for this RPC call

* No parameters required.

{% tabs %}
{% tab title="cURL" %}

<pre class="language-bash"><code class="lang-bash">curl https://rpc.shyft.to?api_key=YOUR-API-KEY -s -X \
<strong>    POST -H "Content-Type: application/json" -d ' 
</strong>   {
     "jsonrpc": "2.0",
     "id": 1,
     "method": "getMaxShredInsertSlot"
   }
 '
</code></pre>

{% endtab %}

{% tab title="Response" %}

```json
{
  "jsonrpc": "2.0",
  "result": 1234,
  "id": 1
}
```

{% endtab %}
{% endtabs %}
