Skip to main content
GET
Get a Merkle proof for a specific fixture update

Authorizations

Authorization
string
header
required

User's session JWT.

X-Api-Token
string
header
required

The user's long-lived API token, obtained from the activation endpoint.

Headers

Authorization
string
required

Bearer token for the user's session JWT.

X-Api-Token
string
required

The user's long-lived API token.

Query Parameters

fixtureId
integer<int64>
required

The ID of the fixture to validate.

timestamp
integer<int64>

Optional. A Unix timestamp (ms) to get the validation proof for a specific point in time. Defaults to now.

Response

snapshot
Fixture · object
required
summary
FixtureBatchSummary · object
required
subTreeProof
Nil · object
required
mainTreeProof
Nil · object
required