Get List Collection
Request
In order to get collections information on-chain, SDK provides you with a getCollections
endpoint to do so
Parameters
Pagination:
limit
(number): Pagination limit.offset
(number): Pagination offset.sort
({field: 'deployAt'; order: 'DESC' | 'ASC'}
): Optional. Only support sort on collection deploy time. Default order DESC.
chainIds
: Which chains to get from.
Response
Last updated