# ID-Wallet & THXNET. API Token

### 1. Sign-up THXCONNECT

1. Install THXCONNECT
2. Sign-up with email
3. Finish email verification with magic link or verification code
4. Fill in account info
5. The ID-Wallet will be created automatically

### 2. Acquire THXNET. API TOKEN for Sandbox

1. Go to My page (top-right corner)
2. Tap "Get THXNET. API KEY"
3. Copy the API Key and use it in `end_user_thxnet_api_token` section in Insomnia base env

### 3. Import Insomnia File and Edit Base Env

1. Press `+ Create`  and then `Import`
2. Enter imported collection
3. Find environment settings at top left corner and then `Manage Environments`
4. Check `Base Environment`
5. Paste API Key (from THXCONNECT app) to `end_user_thxnet_api_token`
6. If having L1 API Token, also paste that to `l1_thxnet_api_token`
7. Go back to request collection page and pick env `Remote vX.Y.Z...`

### 4. Check ID-Wallet

1. In Insomnia Request Collection, go to `THXNET. API Token` folder
2. `GET` API Token Info
3. Check `Bearer` and select which API Token to be used
4. Make request and check response


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://thxnet.gitbook.io/thxnet-developers-doc/workshop-tutorials/id-wallet-and-thxnet.-api-token.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
