Returns aggregation of existing traits for specified collections with counter for each trait type/value.\ This is full-text-search, where you can specify filter for trait keys not precisely\ (for example, results back
filter include Background
trait)
OK
Bad Request
Internal Server Error
{- "continuation": "string",
- "traits": [ ]
}
Advanced search returns NFTs satisfying provided filter
OK
Bad Request
Internal Server Error
{- "size": 10,
- "filter": {
- "blockchains": [
- "ETHEREUM"
], - "deleted": false,
- "sellPriceFrom": 0,
- "sellPriceTo": 100,
- "sellCurrency": "ETHEREUM:0x0000000000000000000000000000000000000000",
- "lastUpdatedAtFrom": "2022-12-01T00:00:00Z",
- "lastUpdatedAtTo": "2029-12-01T00:00:00Z"
}, - "sort": "EARLIEST"
}
{- "total": 0,
- "continuation": "string",
- "items": [ ]
}
Advanced search returns NFT Ownerships satisfying provided filter
OK
Bad Request
Internal Server Error
{- "size": 10,
- "filter": {
- "blockchains": [
- "ETHEREUM"
], - "deleted": false,
- "sellPriceFrom": 0,
- "sellPriceTo": 100,
- "sellCurrency": "ETHEREUM:0x0000000000000000000000000000000000000000",
- "lastUpdatedAtFrom": "2022-12-01T00:00:00Z",
- "lastUpdatedAtTo": "2029-12-01T00:00:00Z"
}, - "sort": "EARLIEST"
}
{- "total": 0,
- "continuation": "string",
- "ownerships": [ ]
}
Advanced search returns Activities satisfying provided filter
OK
Bad Request
Internal Server Error
{- "size": 50,
- "cursor": "string",
- "filter": {
- "blockchains": [
- "ETHEREUM"
], - "types": [
- "TRANSFER"
], - "collections": [
- "ETHEREUM:0xb66a603f4cfe17e3d27b87a8bfcad319856518b8"
], - "items": [
- "ETHEREUM:0xb66a603f4cfe17e3d27b87a8bfcad319856518b8:32292934596187112148346015918544186536963932779440027682601542850818403729410"
], - "users": {
- "any": [
- "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb"
], - "from": [
- "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb"
], - "to": [
- "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb"
]
}, - "currencies": {
- "bid": [
- "ETHEREUM:0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"
]
}, - "from": "2019-08-24T14:15:22Z",
- "to": "2019-08-24T14:15:22Z",
- "fromBlockInclusive": 0,
- "toBlockExclusive": 0
}, - "sort": "LATEST"
}
{- "continuation": "string",
- "cursor": "string",
- "activities": [ ]
}
Advanced search returns NFT Collections satisfying provided filter
OK
Bad Request
Internal Server Error
{- "size": 10,
- "filter": {
- "blockchains": [
- "ETHEREUM"
], - "text": "Apes"
}
}
{- "total": 0,
- "continuation": "string",
- "collections": [ ]
}