> 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/auth.md).

# Auth

Access to all our APIs requires an API key obtained from the dashboard.&#x20;

Simply connect your wallet and navigate to the Dashboard page.

<figure><img src="https://1470549554-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fnb9FXL5o0rWQgsqKVTBO%2Fuploads%2FRRQDYp3qINTwC2JbmwV8%2FScreenshot%202026-01-22%20at%2018.49.37.png?alt=media&amp;token=d8fd4e13-c44e-4e82-a0bd-3eef7fc532f4" alt=""><figcaption></figcaption></figure>

This key must be included in the headers as "X-API-KEY" for authentication.

```sh
// Example snippet

curl --location 'https://api-staging.deltadefi.io' \
--header 'X-API-KEY: 4125f1d710037fd548a36123cf6dc63d'
```
