nftscan-api
Advanced tools
Comparing version 1.9.0 to 1.10.0
@@ -167,2 +167,6 @@ import { BaseNsPaginationResData } from '../../nftscan-type'; | ||
/** | ||
* Whether the collection is spam contract marked by NFTScan | ||
*/ | ||
is_spam: boolean; | ||
/** | ||
* How many items for the collection | ||
@@ -169,0 +173,0 @@ */ |
@@ -87,2 +87,6 @@ interface AttributesValues { | ||
/** | ||
* Whether the collection is spam contract marked by NFTScan | ||
*/ | ||
is_spam: boolean; | ||
/** | ||
* How many items for the collection | ||
@@ -89,0 +93,0 @@ */ |
@@ -576,2 +576,10 @@ interface Price7d { | ||
/** | ||
* The sale for 1 day | ||
*/ | ||
sales_1d: number; | ||
/** | ||
* The sale for 1 hour | ||
*/ | ||
sales_1h: number; | ||
/** | ||
* The 24h sales | ||
@@ -581,2 +589,14 @@ */ | ||
/** | ||
* The sale for 30 days | ||
*/ | ||
sales_30d: number; | ||
/** | ||
* The sale for 6 hours | ||
*/ | ||
sales_6h: number; | ||
/** | ||
* The sale for 7 days | ||
*/ | ||
sales_7d: number; | ||
/** | ||
* The total volume | ||
@@ -590,2 +610,6 @@ */ | ||
/** | ||
* The volume for 1 hour | ||
*/ | ||
volume_1h: number; | ||
/** | ||
* The 24h volume | ||
@@ -599,2 +623,6 @@ */ | ||
/** | ||
* The volume for 6 hours | ||
*/ | ||
volume_6h: number; | ||
/** | ||
* The volume for 7 days | ||
@@ -608,2 +636,6 @@ */ | ||
/** | ||
* The volume growth rate for 1 hour | ||
*/ | ||
volume_change_1h: string; | ||
/** | ||
* The volume growth rate for 30 days | ||
@@ -613,2 +645,6 @@ */ | ||
/** | ||
* The volume growth rate for 6 hours | ||
*/ | ||
volume_change_6h: string; | ||
/** | ||
* The volume growth rate for 7 days | ||
@@ -615,0 +651,0 @@ */ |
@@ -12,2 +12,3 @@ /** | ||
LINEA = "linea", | ||
BASE = "base", | ||
AVALANCHE = "avalanche", | ||
@@ -14,0 +15,0 @@ MOONBEAM = "moonbeam", |
@@ -20,2 +20,3 @@ export default class NftscanConst { | ||
linea: string; | ||
base: string; | ||
}; | ||
@@ -22,0 +23,0 @@ /** |
{ | ||
"name": "nftscan-api", | ||
"version": "1.9.0", | ||
"version": "1.10.0", | ||
"description": "js/ts SDK for NFTScan APIs", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
@@ -18,2 +18,3 @@ # NFTScan API SDK (JavaScript / TypeScript) | ||
| Linea | lineaapi.nftscan.com | linea | | ||
| Base | baseapi.nftscan.com | base | | ||
| PlatON | platonapi.nftscan.com | platon | | ||
@@ -66,2 +67,3 @@ | Avalanche-C | avaxapi.nftscan.com | avalanche | | ||
LINEA = 'linea', | ||
Base = 'base', | ||
AVALANCHE = 'avalanche', | ||
@@ -68,0 +70,0 @@ MOONBEAM = 'moonbeam', |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
449311
9888
209