> For the complete documentation index, see [llms.txt](https://developers.ent.unwallet.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.ent.unwallet.world/01_spec/01_http-endpoint/01_basic.md).

# 基本情報

## ベース URL

```
https://api.ent.unwallet.world/v2beta
```

## 認証

`Authorization` ヘッダーに以下の形式で認証トークンを設定してください。なお、`<AUTH_TOKEN>` はご自身の API クライアントの認証トークンに置き換えてください。

```
Bearer <AUTH_TOKEN>
```
