Get data from Mitum network
Using MitumJS, you can query data from the blockchain or retrieve information about specific blocks and nodes. This allows users to easily monitor the status of the Mitum blockchain and access reliable information.
Fetching data, like with any other blockchain, does not incur any fees.
Additionally, these operations are inherently asynchronous and are typically conducted via HTTP GET
requests. As a result, a GET
request may either succeed or fail.
MitumJS specifies the response format for both successful and failed HTTP requests following as SuccessResponse
and ErrorResponse
.
Last updated