For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Asset Proofs

Get merkle proofs for compressed assets by their IDs.

Parameters (Source)

Name
Description
Required

ids

A set of asset IDs used to retrieve proofs.

Yes

Request (POST)
{
  "jsonrpc": "2.0",
  "id": "123",
  "method": "getAssetProofs",
  "params": {
    "ids": [
      "EZsmgudhX6EFVfrdxmShDiNj365E85x7kpLJCVvPLVSH",
      "Hhxb7pNvwi76WTSqFjMX5yXjSso1S3agEJ9kQZP9NQeJ"
    ]
  }
} 

Last updated

Was this helpful?