# Wallet APIs

- [Token Transfer](https://docs.nuvosphere.io/developer-guide/api-list/oauth2-authorization/wallet-apis/token-transfer.md)
- [Get latest price](https://docs.nuvosphere.io/developer-guide/api-list/oauth2-authorization/wallet-apis/token-transfer/get-latest-price.md)
- [Get token transfer list](https://docs.nuvosphere.io/developer-guide/api-list/oauth2-authorization/wallet-apis/token-transfer/get-token-transfer-list.md)
- [Save token transfer info](https://docs.nuvosphere.io/developer-guide/api-list/oauth2-authorization/wallet-apis/token-transfer/save-token-transfer-info.md)
- [Get transaction info](https://docs.nuvosphere.io/developer-guide/api-list/oauth2-authorization/wallet-apis/token-transfer/get-transaction-info.md): This api will retrieve receiver, return eth\_address for transaction, and calculate initial gas at the same time
- [Get SDK transaction record](https://docs.nuvosphere.io/developer-guide/api-list/oauth2-authorization/wallet-apis/token-transfer/get-sdk-transaction-record.md)
- [Get transfer list](https://docs.nuvosphere.io/developer-guide/api-list/oauth2-authorization/wallet-apis/token-transfer/get-transfer-list.md)
- [Domain Transaction](https://docs.nuvosphere.io/developer-guide/api-list/oauth2-authorization/wallet-apis/domain-transaction.md)
- [Get chain URL](https://docs.nuvosphere.io/developer-guide/api-list/oauth2-authorization/wallet-apis/domain-transaction/get-chain-url.md)
- [Get balance](https://docs.nuvosphere.io/developer-guide/api-list/oauth2-authorization/wallet-apis/domain-transaction/get-balance.md)
- [Verify wallet pwd](https://docs.nuvosphere.io/developer-guide/api-list/oauth2-authorization/wallet-apis/domain-transaction/verify-wallet-pwd.md)
- [Confirm transaction](https://docs.nuvosphere.io/developer-guide/api-list/oauth2-authorization/wallet-apis/domain-transaction/confirm-transaction.md)
- [Initiate transaction](https://docs.nuvosphere.io/developer-guide/api-list/oauth2-authorization/wallet-apis/domain-transaction/initiate-transaction.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://docs.nuvosphere.io/developer-guide/api-list/oauth2-authorization/wallet-apis.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.
