# Token Service

- [Token ID](https://dev.uniultra.xyz/docs/sdks-and-apis/deprecated/sdks/tokens/token-id.md)
- [NFT ID](https://dev.uniultra.xyz/docs/sdks-and-apis/deprecated/sdks/tokens/nft-id.md)
- [Token types](https://dev.uniultra.xyz/docs/sdks-and-apis/deprecated/sdks/tokens/token-types.md)
- [Create a token](https://dev.uniultra.xyz/docs/sdks-and-apis/deprecated/sdks/tokens/define-a-token.md)
- [Custom token fees](https://dev.uniultra.xyz/docs/sdks-and-apis/deprecated/sdks/tokens/custom-token-fees.md)
- [Update a token](https://dev.uniultra.xyz/docs/sdks-and-apis/deprecated/sdks/tokens/update-a-token.md)
- [Update token custom fees](https://dev.uniultra.xyz/docs/sdks-and-apis/deprecated/sdks/tokens/update-a-fee-schedule.md)
- [Transfer tokens](https://dev.uniultra.xyz/docs/sdks-and-apis/deprecated/sdks/tokens/transfer-tokens.md)
- [Delete a token](https://dev.uniultra.xyz/docs/sdks-and-apis/deprecated/sdks/tokens/delete-a-token.md)
- [Mint a token](https://dev.uniultra.xyz/docs/sdks-and-apis/deprecated/sdks/tokens/mint-a-token.md)
- [Burn a token](https://dev.uniultra.xyz/docs/sdks-and-apis/deprecated/sdks/tokens/burn-a-token.md)
- [Freeze an account](https://dev.uniultra.xyz/docs/sdks-and-apis/deprecated/sdks/tokens/freeze-an-account.md)
- [Unfreeze an account](https://dev.uniultra.xyz/docs/sdks-and-apis/deprecated/sdks/tokens/unfreeze-an-account.md)
- [Enable KYC account flag](https://dev.uniultra.xyz/docs/sdks-and-apis/deprecated/sdks/tokens/enable-kyc-account-flag.md)
- [Disable KYC account flag](https://dev.uniultra.xyz/docs/sdks-and-apis/deprecated/sdks/tokens/disable-kyc-account-flag.md)
- [Associate tokens to an account](https://dev.uniultra.xyz/docs/sdks-and-apis/deprecated/sdks/tokens/associate-tokens-to-an-account.md)
- [Dissociate tokens from an account](https://dev.uniultra.xyz/docs/sdks-and-apis/deprecated/sdks/tokens/dissociate-tokens-from-an-account.md)
- [Pause a token](https://dev.uniultra.xyz/docs/sdks-and-apis/deprecated/sdks/tokens/pause-a-token.md)
- [Unpause a token](https://dev.uniultra.xyz/docs/sdks-and-apis/deprecated/sdks/tokens/unpause-a-token.md)
- [Wipe a token](https://dev.uniultra.xyz/docs/sdks-and-apis/deprecated/sdks/tokens/wipe-a-token.md)
- [Atomic swaps](https://dev.uniultra.xyz/docs/sdks-and-apis/deprecated/sdks/tokens/atomic-swaps.md)
- [Get account token balance](https://dev.uniultra.xyz/docs/sdks-and-apis/deprecated/sdks/tokens/get-account-token-balance.md)
- [Get token info](https://dev.uniultra.xyz/docs/sdks-and-apis/deprecated/sdks/tokens/get-token-info.md)
- [Get NFT info](https://dev.uniultra.xyz/docs/sdks-and-apis/deprecated/sdks/tokens/get-nft-token-info.md)
- [Network Response Messages](https://dev.uniultra.xyz/docs/sdks-and-apis/deprecated/sdks/tokens/network-response-messages.md)


---

# 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://dev.uniultra.xyz/docs/sdks-and-apis/deprecated/sdks/tokens.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.
