Skip to main content

Returns proof data as JSON.

GET 

/api/poi/v1/create/:blockId

Generate the proof for a block by its identifier. This endpoint returns the given proof as JSON.

Request

Path Parameters

    blockId stringrequired

    Identifier of the block.

    Example: 0xb00ff4ee4cc5aeb94d7e901d2afe9b27ab568442e683aa2e8e9be0f8e894eb1f

Responses

Successful operation.

Schema
    milestone object

    Milestone payload in JSON representation. See Core API.

    block object

    Block in JSON representation. See Core API.

    proof ProofNode

    A node in the merkle tree.

    l object
    oneOf
    h string
    r object
    oneOf
    h string
Loading...