Skip to main content

Get Asset Proof

Gets Merkle trees proof for a compressed assets

Parameters

  • ids string[]
    The ids of the assets.

Example Request

curl --request POST --url "<ENDPOINT>" --header 'Content-Type: application/json' --data '{
"jsonrpc": "2.0",
"method": "getAssetProofBatch",
"params": {
"ids": [
"81bxPqYCE8j34nQm7Rooqi8Vt3iMHLzgZJ71rUVbQQuz",
"CWHuz6GPjWYdwt7rTfRHKaorMwZP58Spyd7aqGK7xFbn"
]
},
"id": 0
}'