# Wallet API

The wallet (`cli_wallet`) requires a running full node to connect to because it does not offer P2P or blockchain capabilities directly.

If you have not set up your wallet yet, you can find more information here: [CLI Wallet Setup](https://infra.peerplays.com/the-basics/using-the-cli-wallet).

{% content-ref url="/pages/-LxvXEAQ6aozq6oDVoMC" %}
[Account Calls](/api/peerplays-wallet-api/account-calls.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LxvXJrYSm8VWWrrcbD0" %}
[Asset Calls](/api/peerplays-wallet-api/asset-calls.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LxvXTmHgNP4Fm6TKQfd" %}
[Blockchain Inspection](/api/peerplays-wallet-api/blockchain-inspection.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LxvWzbty\_KlMMmpeUOR" %}
[General Calls](/api/peerplays-wallet-api/general-calls.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LxvXML2lYPVKOWybghn" %}
[Governance](/api/peerplays-wallet-api/governance.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LxvXRLLF9vF7e7YH2df" %}
[Privacy Mode](/api/peerplays-wallet-api/privacy-mode.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LxvXGtPbKlAjaSP\_DoX" %}
[Trading Calls](/api/peerplays-wallet-api/trading-calls.md)
{% endcontent-ref %}

<br>


---

# 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://community.peerplays.com/api/peerplays-wallet-api.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.
