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/structs/params |
Get module parameters | No | No |
| GET | /structs/structs/guild_charter |
Guild charter puzzle | No | No |
| GET | /structs/validate_signature/{address}/{proofPubKey}/{proofSignature}/{message} |
Validate a signature | No | No |
GET /blockheight
Returns the current block height of the blockchain.
application/jsonRequest: GET /blockheight
Response:
{
"height": 12345
}
GET /structs/structs/params
Returns the current module parameters for the Structs module.
application/jsonGET /structs/structs/guild_charter
Global charter puzzle: current anchor and difficulty. CLI: guild-charter. See hashing.md — Guild Charter.
GET /structs/validate_signature/{address}/{proofPubKey}/{proofSignature}/{message}
CLI: validate-signature. Used by guild proxy signup verification, not gameplay.