# Fund Wallet

{% openapi src="/files/aziWD56FaGXr08BXG1QJ" path="/environments/{environmentId}/wallet/{{walletAddress}}?network={{network}}\&amount={{amount}}" method="post" expanded="true" %}
[openapi.yaml](https://2391062109-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ftln9hCx1JKXPoGd1FusM%2Fuploads%2FD2w5NXjbDLlHpzlqBhsH%2Fopenapi.yaml?alt=media\&token=07efbdb7-5575-40f6-a6c2-fe0b8cd679d3)
{% endopenapi %}

{% tabs %}
{% tab title="Request" %}
{% code overflow="wrap" %}

```bash
curl --location --request POST 'https://api.nameless.io/v1/environments/{environmentId}/wallet/{walletAddrress}?network={network}&amount=10' \
--header 'x-api-key: <YOUR API KEY>'
```

{% endcode %}
{% endtab %}

{% tab title="Response" %}

```json
{
    "data": "C0gIeAO42WYjXR93g7fw",
    "message": "Adding 10 Eth to Wallet 0x4559b1771b1d7C1846d91a91335273C3a28f9395.",
    "success": true
}
```

{% endtab %}
{% endtabs %}


---

# 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.stealthtest.com/stealthtest-api/api-reference/fund-wallet.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.
