Get Asset Batch
Get a digital assets by its IDs
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": "getAssetBatch",
"params": {
"ids": [
"81bxPqYCE8j34nQm7Rooqi8Vt3iMHLzgZJ71rUVbQQuz",
"CWHuz6GPjWYdwt7rTfRHKaorMwZP58Spyd7aqGK7xFbn"
]
},
"id": 0
}'