getPackages

Get a list of all packages on the Sui Network. Packages are smart contracts on Sui that execute custom logic.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

This is the Pro endpoint, currently available for free as part of the API campaign.

We provide the following metadata for this endpoint:

ObjectParameterDescription
PackagepackageNameThe name of a package.
securityMessageA message warning the user that a package is a scam package.
projectNameThe name of the project for which a package was published.
projectImgA link to the image of the project for which a package was published.
PublisherpublisherAddressThe address of the account that published a package.
publisherNameThe name of the account that published a package.
publisherImgThe link to the image of the account that published a package.
publisherSecurityMessageA message warning the user that the account that published a package is a scam account.
Query Params
int32
required
≥ 0
Defaults to 0

Queried API page.

int32
required
1 to 100
Defaults to 20

Number of queried entries.

string
enum
required
Defaults to DESC

Sorting method: from the lowest element to the highest (ASC) or from the highest element to the lowest (DESC).

Allowed:
string
enum
required
Defaults to AGE

Select sorting parameter.

Allowed:
boolean
Defaults to false

Flag showing that the queried package is verified, and the publisher provided its source code.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*