> For the complete documentation index, see [llms.txt](https://docs.enclave.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enclave.money/integrate-with-enclave-money/api-reference/smart-account.md).

# Smart Account

**Base URL**

```
https://api.enclave.money
```

**Authorization**

```
Headers: {
    ...
    Authorization: <YOUR_API_KEY>
}
```

{% openapi src="<https://hyperapp.in/api-docs.json>" path="/smart-account/create" method="post" %}
<https://hyperapp.in/api-docs.json>
{% endopenapi %}

{% openapi src="<https://hyperapp.in/api-docs.json>" path="/smart-account/transaction/build" method="post" %}
<https://hyperapp.in/api-docs.json>
{% endopenapi %}

{% openapi src="<https://hyperapp.in/api-docs.json>" path="/smart-account/transaction/submit" method="post" %}
<https://hyperapp.in/api-docs.json>
{% endopenapi %}

{% openapi src="<https://hyperapp.in/api-docs.json>" path="/smart-account/transaction/gas-fees" method="post" %}
<https://hyperapp.in/api-docs.json>
{% endopenapi %}
