Get Asset Proof
Gets Merkle tree proof for a compressed asset
Parameters
id
string
The id of the asset
Example Request
curl --request POST --url "<ENDPOINT>" --header 'Content-Type: application/json' --data '{
"jsonrpc": "2.0",
"method": "getAssetProof",
"params": [
"Ez6ezCMkRaUkWS5v6WVcP7uuCWiKadr3W2dHFkoZmteW"
],
"id": 0
}'