Get a Merkle proof for a specific odds update
Each odds update is part of a batch whose state is committed to the blockchain via a Merkle root. This endpoint returns the cryptographic proof for a single odds update, identified by its unique messageId. The proof consists of the hashes along the branch of the Merkle tree, which can be used to reconstruct the root. A user can then use this proof and the odds record in an on-chain transaction to cryptographically verify that the odds update was published by the TxODDS Oracle as confirmed by the on-chain Merkle root.
Authorizations
User's session JWT.
The user's long-lived API token, obtained from the activation endpoint.
Headers
Bearer token for the user's session JWT.
The user's long-lived API token.
Query Parameters
The unique message ID of the odds update to validate.
Timestamp of the odds message.