Returns a Merkle proof that links a shardchain block to a masterchain block. This proof cryptographically verifies that the shard block is part of the canonical chain. Essential for light clients and cross-chain bridges that need to verify shard data without trusting the API.
Workchain ID: -1 for masterchain, 0 for basechain. Most user transactions are on workchain 0.
Shard identifier. A signed 64-bit integer. Masterchain uses -9223372036854775808.
Block or wallet sequence number. For blocks, this is the block height. For wallets, increment this for each outgoing transaction.
Starting masterchain block for proof generation.
OK
Response containing Merkle proof linking shard block to masterchain.
Indicates if the request succeeded. If false, check the error field for details.
The response data. Only present when ok is true.
Optional request ID that you can pass in the request and receive back in the response. Useful for matching async responses.