You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**ConvertedPrices** | **Dictionary<string, string>** | A mapping of converted prices for major currencies such as ETH, USD. All converted prices are fee-inclusive. |
10
9
**TokenId** | **string** | Token ID |
11
10
**ContractAddress** | **string** | ETH Address of collection that the asset belongs to |
12
11
**Creator** | **string** | ETH Address of listing creator |
**ConvertedPrices** | **Dictionary<string, string>** | A mapping of converted prices for major currencies such as ETH, USD. All converted prices are fee-inclusive. |
12
13
13
14
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
varaccountAddress=0xe9b00a87700f660e46b6f5deaa1232836bcc07d3; // string? | Account address to filter by (optional)
347
347
varonlyIncludeOwnerListings=true; // bool? | Whether to the listings should include only the owner created listings (optional)
348
348
varonlyIfHasActiveListings=true; // bool? | Filters results to include only stacks that have a current active listing. False and 'null' return all unfiltered stacks. (optional)
349
-
vartrait="trait_example"; // string? | JSON encoded traits to filter by. e.g. encodeURIComponent(JSON.stringify({\"rarity\": {\"values\": [\"common\", \"rare\"], \"condition\": \"eq\"}})) (optional)
349
+
vartraits="traits_example"; // string? | JSON encoded traits to filter by. e.g. encodeURIComponent(JSON.stringify({\"rarity\": {\"values\": [\"common\", \"rare\"], \"condition\": \"eq\"}})) (optional)
350
350
varkeyword=sword; // string? | Keyword to search NFT name and description. Alphanumeric characters only. (optional)
351
351
varsortBy="cheapest_first"; // string? | Sort results in a specific order (optional)
352
352
varpageSize=100; // int? | Number of results to return per page (optional) (default to 100)
|**accountAddress**|**string?**| Account address to filter by |[optional]|
399
399
|**onlyIncludeOwnerListings**|**bool?**| Whether to the listings should include only the owner created listings |[optional]|
400
400
|**onlyIfHasActiveListings**|**bool?**| Filters results to include only stacks that have a current active listing. False and 'null' return all unfiltered stacks. |[optional]|
401
-
|**trait**|**string?**| JSON encoded traits to filter by. e.g. encodeURIComponent(JSON.stringify({\"rarity\": {\"values\": [\"common\", \"rare\"], \"condition\": \"eq\"}})) |[optional]|
401
+
|**traits**|**string?**| JSON encoded traits to filter by. e.g. encodeURIComponent(JSON.stringify({\"rarity\": {\"values\": [\"common\", \"rare\"], \"condition\": \"eq\"}})) |[optional]|
402
402
|**keyword**|**string?**| Keyword to search NFT name and description. Alphanumeric characters only. |[optional]|
403
403
|**sortBy**|**string?**| Sort results in a specific order |[optional]|
404
404
|**pageSize**|**int?**| Number of results to return per page |[optional][default to 100]|
0 commit comments