Skip to main content

Look up a milestone by a given milestone index.

GET 

/api/v1/milestones/:index

Look up a milestone by a given milestone index.

Request

Path Parameters

    index numberrequired

    Index of the milestone to look up.

    Example: 154862

Responses

Successful operation.

Schema
    data objectrequired
    index integerrequired

    The index number of the milestone.

    messageId stringrequired

    The identifier of a message which describes this milestone. Note that different messages could describe the same milestone.

    timestamp integerrequired

    The timestamp of when the milestone was issued.

Loading...