getAccountBlockIds
Get the block IDs of all blocks forged (generated) by an account in reverse block height order.
Request:
requestType is getAccountBlockIds
account is the account ID
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)
Response:
(A) blockIds is the array of blocks
(N) requestProcessingTime is the API request processing time (in millsec)
Example:
http://localhost:801/BEAM?requestType=getAccountBlockIds&account=17001464071916561838&lastIndex=5
Request:
Response similar to:
{“blockIds”:[“18426055195962363092″,”7915836588136735869″,”10232042957216858995″,”6879436477641441477″,”10946006553575734351”,”114614208474510267
Last updated