{{ (bal.amount*1).toFixed(6) }} |
{{ (bal.amount*1).toFixed(6) }}
{{ (convertToNumber(bal.locked)*1).toFixed(6) }}
|
Deposit | Withdraw |
S.No | Currency | Amount | Transaction ID | status | Data & Time |
---|---|---|---|---|---|
No records found | |||||
{{i+((q*10)-10)+1}} | {{ deposit['currency'] }} | {{ deposit['amount'] }} | {{ deposit['reference_no'].substr(0, 6)+"..."+deposit['reference_no'].slice(-6) }} | {{ deposit['status'] }} | {{ deposit['created_at' ] | date:'yyyy-MM-dd HH:mm:ss ' }} |
S.No | Currency | Amount | Transaction ID | Status | Date & Time |
---|---|---|---|---|---|
No records found | |||||
{{i+((q*10)-10)+1}} | {{ withdraw['currency'] }} | {{ withdraw['amount'] }} | {{ withdraw['reference_no'].substr(0, 6)+"..."+withdraw['reference_no'].slice(-6) }} | {{ withdraw['status'] }} | {{ withdraw['created_at' ] | date:'yyyy-MM-dd HH:mm:ss ' }} |