Blocks
GET {{baseUrl}}/api/blocks?limit=<>&orderBy=<>&offset=<>&generatorPublicKey=<get>&totalAmount=<get>&totalFee=<get>&reward=<get>&previousBlock=<get>&height=<get>
Get all blocks.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | An unsigned integer that specifies the maximum number of records. | |
orderBy | string | A string that specifies the column by which to sort the records. | |
offset | string | An unsigned integer that specified the number of records to skip. | |
generatorPublicKey | string | A valid RIPA Public Key. | |
totalAmount | string | ||
totalFee | string | ||
reward | string | ||
previousBlock | string | ||
height | string |