diff --git a/src/mammon/mammonService.ts b/src/mammon/mammonService.ts
index 8291789..601ab65 100644
--- a/src/mammon/mammonService.ts
+++ b/src/mammon/mammonService.ts
@@ -6,6 +6,7 @@ import {
CharacterApi,
CharacterRuleBookApi,
LedgerApi,
+ MarketApi,
ProcessingApi,
RuleBookApi,
TransactionApi
@@ -31,3 +32,4 @@ export const characterRuleBookApi = new CharacterRuleBookApi(undefined, mammonUr
export const activityApi = new ActivityApi(undefined, mammonUrl, mammonAxiosInstance);
export const processingApi = new ProcessingApi(undefined, mammonUrl, mammonAxiosInstance);
export const acquisitionApi = new AcquisitionApi(undefined, mammonUrl, mammonAxiosInstance);
+export const marketApi = new MarketApi(undefined, mammonUrl, mammonAxiosInstance);
diff --git a/src/market/tracking/TrackingResultTable.vue b/src/market/scan/ScanResultTable.vue
similarity index 81%
rename from src/market/tracking/TrackingResultTable.vue
rename to src/market/scan/ScanResultTable.vue
index eb4f6d5..e15559d 100644
--- a/src/market/tracking/TrackingResultTable.vue
+++ b/src/market/scan/ScanResultTable.vue
@@ -1,12 +1,13 @@
+
+
+
+
+
+ Scanning market…
+
+
+ buyModal?.open(type, { 'Buy': buy, 'Sell': sell })" />
+
+
+
+
+
diff --git a/src/pages/market/Tracking.vue b/src/pages/market/Tracking.vue
deleted file mode 100644
index d487e59..0000000
--- a/src/pages/market/Tracking.vue
+++ /dev/null
@@ -1,82 +0,0 @@
-
-
-
-
-
-
- buyModal?.open(type, { 'Buy': buy, 'Sell': sell })" @remove="removeItem" />
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/pages/market/TypeInfo.vue b/src/pages/market/TypeInfo.vue
index 31c7e3d..ee69098 100644
--- a/src/pages/market/TypeInfo.vue
+++ b/src/pages/market/TypeInfo.vue
@@ -1,14 +1,14 @@