The id of the project
The chain id of the drop
The contract address of the drop
Page number to retrieve.If you provide invalid value the default page number will applied
Example: 1
Default Value: 1
Number of records per page.
Example: 20
Default Value: 20
Max Value: 100
If provided value is greater than max value, max value will be applied.Parameter to sort by.
To sort by multiple fields, just provide query param multiple types. The order in url defines an order of sorting
Format: fieldName:DIRECTION
Example: sortBy=id:DESC&sortBy=createdAt:ASC
Default Value: createdAt:DESC
createdAt:ASC, createdAt:DESC