Fetches details for a batch of Sui package IDs.
cURL
curl --request POST \ --url http://localhost:8080/api/v1/sui/packages/batch \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "package_ids": [ "<string>" ] } '
[ { "objectId": "<string>", "version": "<string>", "digest": "<string>", "modules": [ "<string>" ] } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of packages