Objects
getPackages
Get a list of all packages on the Iota Network. Packages are smart contracts on Iota that execute custom logic.
get/v1/packages
Query parameters
pageinteger required
Queried API page.
sizeinteger required
Number of queried entries.
orderBy'ASC' | 'DESC' required
Sorting method: from the lowest element to the highest (ASC) or from the highest element to the lowest (DESC).
sortBy'AGE' | 'MODULES' | 'TRANSACTIONS' required
Select sorting parameter.
Select sorting parameter.
searchStrstring
Enter part or full package id (hash).
isListedInDirectoryboolean
Flag showing that the queried package is listed in the Iotascan Directory.
Flag showing that the queried package is listed in the Iotascan Directory.
Response
OK