# Agent API List

Prompting Tips:&#x20;

* Using language similar to the names and descriptions of these calls will help the Agent to better understand your prompt.&#x20;
* Open the 'Yoke' pane on the right to view live API calls and responses.

| Name                                  | Description                                                                                   |
| ------------------------------------- | --------------------------------------------------------------------------------------------- |
| timer-once                            | Set a timer that counts down. Specify a duration or a date for it to fire.                    |
| lookup\_bitcoin\_estimate-fee         | Estimate the average fee required for inclusion in a given number of Bitcoin blocks. (e.g. 1) |
| pay                                   | Initiate a payment flow.                                                                      |
| pay-address                           | Send a payment to a specified address.                                                        |
| check-status                          | Check the status of a ........                                                                |
| lookup-pals-all                       | Get a list of all contacts                                                                    |
| lookup\_pals\_user                    | .....                                                                                         |
| lookup latest bitcoin block           |                                                                                               |
| lookup\_pals\_ship                    |                                                                                               |
| lookup\_bitcoin\_block-by-transaction |                                                                                               |
| lookup\_bitcoin\_tx-info              |                                                                                               |
| lookup\_bitcoin\_block-info           |                                                                                               |
| lookup\_ethereum\_tx-info             |                                                                                               |
| lookup\_ethereum\_block-info          |                                                                                               |
| lookup\_balances                      |                                                                                               |
| swap                                  |                                                                                               |
| lookup\_market                        |                                                                                               |
|                                       |                                                                                               |


---

# 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://agent-wallet.gitbook.io/agent-wallet/api/agent-api-list.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.
