# API for Games

Web2 games face significant challenges when connecting to the blockchain. Working on this issue, we have developed a unique in-game tokenization translation system. Our project features a closed API for partners, allowing them to instantly tokenize in-game items and assets.

**Within the API, the following functionality is implemented:**

1. Tokenization of in-game items.
2. Creation of NFT collections.
3. Sales and auction management.
4. Minting of in-game items, both individually and in groups. Total supply can be limited for tokenized assets to restrict copying and make them completely unique.
5. Integration of gaming accounts with blockchain wallets, enabling games to receive data on which wallet corresponds to each account.

Additionally, we have developed our own technology for purchasing USDT and subsequently TANPIN Tokens directly on the marketplace using a bank card. This significantly simplifies the cryptocurrency purchasing process for players, eliminating the need for exchanges, currency exchanges, and complex verification systems.


---

# 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://whitepaper.tanpin.io/technical-insights/api-for-games.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.
