Get Asset Proof

Fetches the proof path for a given compressed asset/NFT. This method is required for submitting changes to a compressed merkle tree which requires the proof path for the tree it belongs to.

Request (POST)
{
    "jsonrpc": "2.0",
    "id": "123",
    "method": "getAssetProof",
    "params": [
        "JMUx2hdxLAcHc9h6cxv6psrqK4VVga7B7AjLJbYydea"
    ]
}

Last updated