> ## Documentation Index
> Fetch the complete documentation index at: https://docs.leokit.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# API Introduction

> Get started with the LeoKit API

# API Introduction

LeoKit provides a simple REST API for cross-chain swap quotes and execution.

### Base URL

[https://api.leokit.dev](https://api.leokit.dev)

### Authentication

All requests require an **Api-Key** header:

```bash theme={null}
Api-Key: YOUR_API_KEY
```

Get your key from the LeoKit Dashboard → API Keys.

### Testing the API

You can test endpoints directly in this documentation using the interactive "Try it" panels on each endpoint page.

### Endpoints

Explore the full API:

* [Get Quote](/api-reference/endpoint/get-quote) — Fetch best cross-chain routes
* [Generate Deposit](/api-reference/endpoint/generate-deposit) — Prepare swap deposit
* [Transaction Status](/api-reference/endpoint/transaction-status) — Track swap progress
* [Gas Price](/api-reference/endpoint/gas-price) — Current network fees
* [Trace](/api-reference/endpoint/trace) — Debug transactions

Ready to integrate? [Start Integrating →](https://dash.leokit.dev/admin/login)
