Skip to main content

Returns the children of a block.

GET 

/api/explorer/v2/blocks/:blockId/children

Returns the children of a given block in the Tangle.

Request

Path Parameters

    blockId stringrequired

    Identifier of the block.

    Example: 0xf532a53545103276b46876c473846d98648ee418468bce76df4868648dd73e5d

Responses

Successful operation.

Schema
    blockId string

    The block id of the parent.

    maxResults integer

    The maximum number of results.

    count integer

    The total number of children.

    children string[]

    A list of block ids.

Loading...