> For the complete documentation index, see [llms.txt](https://docs.deltadefi.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deltadefi.io/start-trading/developers/getting-started.md).

# Getting started

1. Connect Wallet and retrieve your api key [Auth](/start-trading/developers/auth.md)
2. Test API connection

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

```powershell
curl --location 'https://api.deltadefi.io/accounts/balance' \
--header 'X-API-KEY: <your_api_key>'
```

A successful response should return an empty array with a status code <kbd><mark style="color:green;">200<mark style="color:green;"></kbd>

```
[]
```

{% endtab %}
{% endtabs %}
