Get List Derivative NFT By Original
Request
In order to get list NFT derived from an original NFT, SDK provides you with a getNFTsByOriginal
endpoint to do so
Parameters
chainId
: Which chain to get from.originCollectionAddress
(string): Original collection contract address.originTokenId
(string): Original NFT token ID.Pagination:
limit
(number): Pagination limit.offset
(number): Pagination offset.sort
({field: 'mintedAt'; order: 'DESC' | 'ASC'}
): Optional. Default order DESC.
Response
Last updated