> For the complete documentation index, see [llms.txt](https://docs.bbscoin.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bbscoin.org/development-integration/wallet-api/wallet-container/gettransactionhashes.md).

# getTransactionHashes

### Input

| Argument        | Mandatory | Description                                    | Format |
| --------------- | --------- | ---------------------------------------------- | ------ |
| addresses       | no        | List of addresses to query transactions        | array  |
| blockHash       | no        | Block hash of the first block                  | string |
| firstBlockIndex | no        | Block index of the first block                 | uint32 |
| blockCount      | yes       | Number of blocks to query                      | uint32 |
| paymentId       | no        | Payment ID to filter the returned transactions | string |

### Output

| Argument | Description    | Format |
| -------- | -------------- | ------ |
| items    | List of blocks | array  |
