Skip to main content

Returns the children of a block.

GET 

http://127.0.0.1:8000/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.

curl -L -X GET 'http://127.0.0.1:8000/api/explorer/v2/blocks/:blockId/children' \
-H 'Accept: application/json'
Request Collapse all
Base URL
http://127.0.0.1:8000
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!