Get List NFT By Collection
Request
In order to get list NFT of a collection, SDK provides you with a getNFTsByCollection
endpoint to do so
Parameters
chainId
: Which chain to get fromcollectionAddress
(string): Collection contract address.Pagination:
limit
(number): Pagination limit.offset
(number): Pagination offset.sort
({field: 'tokenId' | 'mintedAt'; order: 'DESC' | 'ASC'}
): Optional. Default order ASC by tokenId.
Response
Last updated