Просмотр истории транзакций
// DEV окружение
<iframe
src="https://fps-ui.dev.mnxsc.tech/wallet/wallets/transactions?frame=true&token={ONE_TIME_TOKEN}"
style="
width: 400px;
height: 600px;
border: 1px solid #CCC;
border-radius: 10px">
</iframe>
// PROD окружение
<iframe
src="https://fps-ui.prod.mnxsc.tech/wallet/wallets/transactions?frame=true&token={ONE_TIME_TOKEN}"
style="
width: 400px;
height: 600px;
border: 1px solid #CCC;
border-radius: 10px">
</iframe>Last updated