# Transaction API api/v3

- [Prerequisites (/tx)](https://teamhycon.gitbook.io/docs/api-v3-2/untitled.md): api/v3
- [Getting specific transaction information](https://teamhycon.gitbook.io/docs/api-v3-2/untitled-4.md): api/v3
- [Query method (specified tx)](https://teamhycon.gitbook.io/docs/api-v3-2/untitled-4/query-method-specified-tx.md): api/v3
- [URL method (specified tx)](https://teamhycon.gitbook.io/docs/api-v3-2/untitled-4/url-method-specified-tx.md): api/v3
- [Response (specified tx)](https://teamhycon.gitbook.io/docs/api-v3-2/untitled-4/response-specified-tx.md): api/v3
- [Getting transactions by address](https://teamhycon.gitbook.io/docs/api-v3-2/untitled-3.md): api/v3
- [Query method (tx by address)](https://teamhycon.gitbook.io/docs/api-v3-2/untitled-3/query-method-tx-by-address.md): api/v3
- [URL method (tx by address)](https://teamhycon.gitbook.io/docs/api-v3-2/untitled-3/url-method-tx-by-address.md): api/v3
- [Response (tx by address)](https://teamhycon.gitbook.io/docs/api-v3-2/untitled-3/response-tx-by-address.md): api/v3
- [Getting pending transactions](https://teamhycon.gitbook.io/docs/api-v3-2/untitled-2.md): api/v3
- [Query method (pending txs)](https://teamhycon.gitbook.io/docs/api-v3-2/untitled-2/query-method-pending-txs.md): api/v3
- [URL method (pending txs)](https://teamhycon.gitbook.io/docs/api-v3-2/untitled-2/url-method-pending-txs.md): api/v3
- [Response (pending txs)](https://teamhycon.gitbook.io/docs/api-v3-2/untitled-2/response-pending-txs.md): api/v3
- [Creating an outgoing transaction](https://teamhycon.gitbook.io/docs/api-v3-2/untitled-1.md): api/v3
- [Response (created tx)](https://teamhycon.gitbook.io/docs/api-v3-2/untitled-1/response-created-tx.md): api/v3


---

# 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://teamhycon.gitbook.io/docs/api-v3-2.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.
