ποΈ /initWallet
- GET | POST /initWallet { ownerAddress, chainId } β { to, data, gas, gasPrice, nonce }
ποΈ /deployWallet
- GET | POST /deployWallet { rawTx, chainId } β 200 OK*
ποΈ /getAddress
- GET | POST /getAddress { index, ownerAddress, chainId, contractType } β { depositAddress }
ποΈ /getBalances
- GET | POST /getBalances { ownerAddress, chainId } β [{ token β12.00β }, β¦]
ποΈ /initWithdraw
- GET | POST /initWithdraw { to, ownerAddress, amount, token } β { to, data, gas, gasPrice, nonce }
ποΈ /withdraw
- GET | POST /withdraw { rawTx, chainId } β { transactionHash, status, β¦ }
ποΈ /history
- GET | POST /history { ownerAddress, chainId } β [{ type βdepositβ }]