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

# API overview

> Endpoint map for the Agent API.

# API overview

|                  |                                                                                                                   |
| ---------------- | ----------------------------------------------------------------------------------------------------------------- |
| **API host**     | `https://imbawallet.com`                                                                                          |
| **Docs**         | `https://api-docs.imbawallet.com/agent`                                                                           |
| **Spec**         | `openapi/agent.openapi.yaml`                                                                                      |
| **Cite / HowTo** | [llms-agent.txt](https://imbawallet.com/llms-agent.txt) · [HowTo](https://imbawallet.com/agent_api_about_en.html) |

This is **not** `https://api.imbawallet.com` (Partner).

## Auth

| Method  | Path                         |
| ------- | ---------------------------- |
| `POST`  | `/auth/v1/agent/register`    |
| `POST`  | `/auth/v1/agent/token`       |
| `GET`   | `/auth/v1/partner/jwks`      |
| `PATCH` | `/auth/v1/agent/webhook`     |
| `POST`  | `/auth/v1/agent/hmac/rotate` |

## Deposit and catalog

| Method | Path                   |
| ------ | ---------------------- |
| `POST` | `/api/deposit_address` |
| `GET`  | `/api/balance`         |
| `POST` | `/api/card_products`   |
| `POST` | `/api/cards`           |
| `POST` | `/api/pin/create_card` |
| `POST` | `/api/pin/topup_card`  |
| `POST` | `/api/offers`          |
| `POST` | `/api/purchase`        |
| `POST` | `/api/esim/new_plan5`  |

## Optional KYT

| Method | Path                 |
| ------ | -------------------- |
| `POST` | `/api/kyt_quote`     |
| `POST` | `/api/kyt_check`     |
| `POST` | `/api/kyt_check_get` |
| `POST` | `/api/kyt_checks`    |

Browse generated OpenAPI pages in this tab. Policy: [Tiers](/agent/guides/tiers).
