cURL
curl --request GET \ --url https://staging.hdp.api.herodotus.cloud/modules
{ "modules": [ { "compilerVersion": "<string>", "createdAt": "<string>", "downloadsCount": 123, "id": "<string>", "isVerified": true, "name": "<string>", "publishedOnMarketplace": true, "updatedAt": "<string>", "usageCount": 123, "usersCount": 123, "abi": "<unknown>", "creatorUser": "<string>", "description": "<string>", "latestModuleVersionProgramHash": "<string>", "license": "<string>", "scarbToml": "<string>", "sourceCode": "<unknown>", "tags": [ "<string>" ] } ] }
Retrieves a list of available modules. Can filter by marketplace status (published modules) or by creator user ID.
If true, returns only modules published to the marketplace
Filter modules by creator user ID
List of modules retrieved successfully
Show child attributes