# Creating an Extended API Key

{% embed url="<https://www.youtube.com/watch?v=3spwtgbEYyk>" %}

#### Prerequisites

Before starting, ensure you have:

* An account on Extended with some Assets deposited, you can sign up to Extended [here](https://app.extended.exchange/join/INSILICO).

Go to the Extended API Management page and click **Generate API Key** for the account you want to connect.&#x20;

<figure><img src="/files/pDBAWXeT2TQjFSqgjglQ" alt=""><figcaption></figcaption></figure>

After that click **Show API Details** and copy your:

* API Key
* Stark Key Public
* Stark Key Private
* Vault Number

into the respective fields inside the Terminal.

<figure><img src="/files/oCmBBuO7NYLCF3rbiG1G" alt=""><figcaption></figcaption></figure>

After that, give your account a name and click connect.&#x20;

That's it! You can now trade on Extended through Insilico Terminal. <br>

{% hint style="info" %}
The builder fee on Extended is 1bps.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.insilicoterminal.com/documentation/setup/creating-an-api-key/creating-an-extended-api-key.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
