Search API
Search Duplicated NFTs
Advanced search returns NFTs satisfying provided filter and with duplicated traits
post/v0.1/items/search/duplicates
Request body
Example request
{
"filter": {
"blockchains": [
"ETHEREUM"
],
"collections": [
"ETHEREUM:0xb66a603f4cfe17e3d27b87a8bfcad319856518b8"
],
"names": [
"MutantApeYachtClub"
],
"traits": [
{
"key": "Hat",
"value": "Halo"
}
],
"traitRanges": [
{
"key": "Hat"
}
],
"creators": [
"ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb"
],
"owners": [
"ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb"
],
"mintedAtFrom": "2021-08-25T00:00:00Z",
"mintedAtTo": "2029-12-01T00:00:00Z",
"lastUpdatedAtFrom": "2021-08-25T00:00:00Z",
"lastUpdatedAtTo": "2029-12-01T00:00:00Z",
"sellCurrency": "ETHEREUM:0x0000000000000000000000000000000000000000",
"bidCurrency": "ETHEREUM:0x0000000000000000000000000000000000000000"
}
}Response
OK