Fetches details for a specific Sui package ID.
cURL
curl --request GET \ --url http://localhost:8080/api/v1/sui/packages/{packageID} \ --header 'Authorization: Bearer <token>'
{ "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>
Package details