Version: 1.0.0
Category: Query
Entity: System
Base URL: http://localhost:1317
Base Path: /structs
| Method | Path | Description | Auth | Paginated |
|---|---|---|---|---|
| GET | /blockheight |
Get current block height | No | No |
| GET | /structs/params |
Get module parameters | No | No |
GET /blockheight
Returns the current block height of the blockchain.
application/jsonschemas/entities.md#BlockHeightRequest: GET /blockheight
Response:
{
"height": 12345
}
GET /structs/params
Returns the current module parameters for the Structs module.
application/jsonschemas/entities.md#Params