> For the complete documentation index, see [llms.txt](https://api.fwallet.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.fwallet.net/account/get-account-blocks.md).

# Get Account Blocks

Get all blocks forged (generated) by an account in reverse block height order.

**Request:**\
`requestType` is *getAccountBlocks*\
`timestamp` is the earliest block (in seconds since the genesis block) to retrieve (optional)\
`firstIndex` is the zero-based index to the first block to retrieve (optional)\
`lastIndex` is the zero-based index to the last block to retrieve (optional)\
`includeTransactions` is the *true* to retrieve transaction details, otherwise only transaction IDs are retrieved (optional) (optional)

**Response:**

(A) `blocks` is the array of blocks (refer to Get Block for details)\
(N) `requestProcessingTime` is the API request processing time (in millsec)
