Everwealth Financial

System Initializing

Everwealth Financial
Trading Preview

Margin Trading

Experience our institutional-grade margin trading interface. Amplify your positions with up to 5x leverage.

Last
1.70
Open 1.99000000
Low 1.56000000
High 2.01000000
Vol 183,603
Time
Indicator
12:15:16 UTC

Place Order

Mode:
USDT
Avail: 0 USDT
MLN
Login

Order Book

Price
Qty
Total
1.70

Recent Trades

Price
Size
Time
1.6700
3.0560
02:59:19
1.6700
3.0560
02:59:19
1.6700
3.0560
02:59:19
1.6700
3.0560
02:59:19
1.6700
3.0560
02:59:19
1.6700
3.0560
02:59:19
1.6700
3.0560
02:59:19
1.6700
0.3330
02:59:19
1.6700
2.7230
02:59:19
1.6700
3.0560
02:59:19
1.6700
3.0560
02:59:19
1.6700
3.0560
02:59:19
1.6700
3.0560
02:59:19
1.6700
3.0560
02:59:19
1.6700
3.0560
02:59:19
1.6700
3.0560
02:59:19
1.6700
3.0560
02:59:19
1.6700
3.0560
02:59:19
1.6700
2.7930
02:59:19
1.6700
0.2630
02:59:20
1.6700
3.0560
02:59:20
1.6700
3.0560
02:59:20
1.6700
3.0560
02:59:20
1.6700
3.0560
02:59:20
1.6700
3.0560
02:59:20
1.6700
3.0560
02:59:20
1.6700
3.0560
02:59:20
1.6700
3.0560
02:59:20
1.6700
3.0110
02:59:20
1.6800
4.5830
02:59:20
1.6800
2.2940
02:59:20
1.6800
2.2890
02:59:20
1.6800
4.5830
02:59:20
1.6900
44.1270
02:59:20
1.6900
16.6090
02:59:20
1.6900
62.7830
02:59:20
1.6900
11.6080
02:59:20
1.6900
50.2670
02:59:20
1.7000
34.6000
02:59:20
1.6800
4.6420
02:59:20
1.6700
6.0120
02:59:20
1.6500
85.0000
02:59:20
1.6500
66.0000
02:59:20
1.6500
26.6950
02:59:20
1.6500
4.6420
02:59:20
1.7000
11.6630
02:59:20
1.7000
43.0000
02:59:20
1.7000
23.0000
02:59:20
1.7000
28.0000
02:59:20
1.7000
20.7320
02:59:20
1.7000
66.0000
02:59:20
1.7000
94.0000
02:59:20
1.7000
19.7600
02:59:20
1.7000
19.4590
02:59:20
1.7000
19.4590
02:59:20
1.7000
19.4590
02:59:20
1.7000
6.8630
02:59:20
1.7000
10.6080
02:59:20
1.7000
3.7810
02:59:20
1.6900
9.0470
02:59:20
1.6900
1.9480
02:59:21
1.7500
19.7340
02:59:21
1.8300
6.0120
02:59:21
1.8400
6.8880
02:59:21
1.8200
4.2850
02:59:21
1.8200
4.9450
02:59:21
1.8200
8.4010
02:59:21
1.8200
5.5170
02:59:21
1.8100
0.1280
02:59:21
1.8600
4.1930
02:59:21
1.8600
4.0720
02:59:21
1.8600
0.7660
02:59:21
1.8600
8.2200
02:59:21
1.8200
5.5170
02:59:21
1.8200
4.9450
02:59:21
1.8100
4.1570
02:59:21
1.6700
59.7750
02:59:21
1.6500
4.5000
02:59:21
1.6500
4.5000
02:59:21
1.6500
4.5000
02:59:21
1.6500
4.5000
02:59:21
1.6500
60.5000
02:59:21
1.6500
35.4550
02:59:21
1.6900
4.5000
02:59:21
1.6900
4.5000
02:59:21
1.6900
4.5000
02:59:21
1.6900
4.5000
02:59:21
1.7000
4.5880
02:59:21
1.7000
13.4120
02:59:21
1.6800
5.5190
02:59:24
1.6800
10.0750
02:59:24
1.6800
4.8470
02:59:24
1.7300
0.8120
02:59:24
1.7000
18.5940
02:59:34
1.7000
1.5100
02:59:34
1.7000
14.6190
02:59:34
1.7000
16.7540
02:59:34
1.7000
27.6170
02:59:34
1.7000
6.8530
02:59:34
1.7000
28.6020
02:59:34

Login to View your open Positions

Login Now
(function() { // 1. Create and inject the CSS Styles const style = document.createElement('style'); style.textContent = ` .wabtn [wa-tooltip] { position: relative; cursor: default; } .wabtn [wa-tooltip]:hover::before { content: attr(wa-tooltip); font-size: 16px; text-align: center; position: absolute; display: block; right: calc(0% - 100px); left: null; min-width: 200px; max-width: 200px; bottom: calc(100% + 40px); transform: translate(-50%); animation: fade-in 500ms ease; background: #00E785; border-radius: 4px; padding: 10px; color: #ffffff; z-index: 1; } @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.1); } 100% { transform: scale(1); } } @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } `; document.head.appendChild(style); // 2. Create the main wrapper div const waContainer = document.createElement('div'); waContainer.className = 'wabtn'; waContainer.id = 'wabutton'; // 3. Assemble the inner HTML (Anchor & SVG) waContainer.innerHTML = ` `; // 4. Append the fully built element to the body document.body.appendChild(waContainer); })();