> For the complete documentation index, see [llms.txt](https://teamhycon.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://teamhycon.gitbook.io/docs/api-v3-2/untitled-2.md).

# Getting pending transactions

Request pending transactions information.

The parameter can have an address and count value. When passing an address value as parameter, it returns only a list of pending transactions associated with that address. If the `address` parameter is not set, it returns all transactions in the transaction pool. If the `address` parameter is set, but not the `count` parameter, it returns all transactions associated with the address. The route supports both `query` and `url` parameter methods.
