ποΈ /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 (deprecated)
Now feemaker can catch the transaction sent directly in blockchain
ποΈ /history
- GET | POST /history { ownerAddress, chainId } β [{ type βdepositβ }]