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
varonlyIfHasActiveListings=true; // bool? | Filters results to include only stacks that have a current active listing. False and 'null' return all unfiltered stacks. (optional)
249
249
vartraits="traits_example"; // string? | JSON encoded traits to filter by. e.g. encodeURIComponent(JSON.stringify({\"rarity\": {\"values\": [\"common\", \"rare\"], \"condition\": \"eq\"}})) (optional)
250
250
varkeyword=sword; // string? | Keyword to search NFT name and description. Alphanumeric characters only. (optional)
251
+
varpaymentToken=NATIVE; // string? | Filters the active listings, bids, floor listing and top bid by the specified payment token, either the address of the payment token contract or 'NATIVE' (optional)
251
252
varsortBy="cheapest_first"; // string? | Sort results in a specific order (optional)
252
253
varpageSize=100; // int? | Number of results to return per page (optional) (default to 100)
253
254
varpageCursor="pageCursor_example"; // string? | Encoded page cursor to retrieve previous or next page. Use the value returned in the response. (optional)
|**onlyIfHasActiveListings**|**bool?**| Filters results to include only stacks that have a current active listing. False and 'null' return all unfiltered stacks. |[optional]|
301
302
|**traits**|**string?**| JSON encoded traits to filter by. e.g. encodeURIComponent(JSON.stringify({\"rarity\": {\"values\": [\"common\", \"rare\"], \"condition\": \"eq\"}})) |[optional]|
302
303
|**keyword**|**string?**| Keyword to search NFT name and description. Alphanumeric characters only. |[optional]|
304
+
|**paymentToken**|**string?**| Filters the active listings, bids, floor listing and top bid by the specified payment token, either the address of the payment token contract or 'NATIVE'|[optional]|
303
305
|**sortBy**|**string?**| Sort results in a specific order |[optional]|
304
306
|**pageSize**|**int?**| Number of results to return per page |[optional][default to 100]|
305
307
|**pageCursor**|**string?**| Encoded page cursor to retrieve previous or next page. Use the value returned in the response. |[optional]|
varchainName=imtbl-zkevm-testnet; // string | The name of chain
36
36
varcontractAddress="contractAddress_example"; // string | Contract address for collection that these token ids are on
37
37
vartokenId=newList<string>(); // List<string> | List of token ids to get pricing data for
38
+
varpaymentToken=NATIVE; // string? | Filters the active listings, bids, floor listing and top bid by the specified payment token, either the address of the payment token contract or 'NATIVE'. (optional)
38
39
varpageCursor="pageCursor_example"; // string? | Encoded page cursor to retrieve previous or next page. Use the value returned in the response. (optional)
|**contractAddress**|**string**| Contract address for collection that these token ids are on ||
83
84
|**tokenId**|[**List<string>**](string.md)| List of token ids to get pricing data for ||
85
+
|**paymentToken**|**string?**| Filters the active listings, bids, floor listing and top bid by the specified payment token, either the address of the payment token contract or 'NATIVE'. |[optional]|
84
86
|**pageCursor**|**string?**| Encoded page cursor to retrieve previous or next page. Use the value returned in the response. |[optional]|
varchainName=imtbl-zkevm-testnet; // string | The name of chain
139
141
varcontractAddress="contractAddress_example"; // string | Contract address for collection that these stacks are on
140
142
varstackId=newList<Guid>(); // List<Guid> | List of stack ids to get pricing data for
143
+
varpaymentToken=NATIVE; // string? | Filters the active listings, bids, floor listing and top bid by the specified payment token, either the address of the payment token contract or 'NATIVE'. (optional)
141
144
varpageCursor="pageCursor_example"; // string? | Encoded page cursor to retrieve previous or next page. Use the value returned in the response. (optional)
|**contractAddress**|**string**| Contract address for collection that these stacks are on ||
186
189
|**stackId**|[**List<Guid>**](Guid.md)| List of stack ids to get pricing data for ||
190
+
|**paymentToken**|**string?**| Filters the active listings, bids, floor listing and top bid by the specified payment token, either the address of the payment token contract or 'NATIVE'. |[optional]|
187
191
|**pageCursor**|**string?**| Encoded page cursor to retrieve previous or next page. Use the value returned in the response. |[optional]|
0 commit comments