v1
latestOpenAPI 3.1.02026-07-26165182724.7 KBConfirm transaction with OTP
post/wallets/transaction/confirm
Headers
api-keystring required
api-key is available on the dashboard
Authorizationstring required
Request body
Response
200
Example response
{
"id": "358f5e37-4e15-424e-9479-3037cf68989a",
"accountId": "b1b6055babf12d7b18cbbe458248dfcb",
"syncedOwnerId": "25fb7453-67e8-4f4a-b741-f7cab0eac57d",
"sourceSyncedOwnerId": "25fb7453-67e8-4f4a-b741-f7cab0eac57d",
"debit": "99957978999580000",
"timestamp": "2024-07-02T13:14:06.715Z",
"txType": "ON_CHAIN_WITHDRAWAL_INITIATED",
"memo": "ON_CHAIN_WITHDRAWAL_INITIATED 0.09995797899958 MATIC_POLYGON 358f5e37-4e15-424e-9479-3037cf68989a",
"currency": "MATIC_POLYGON",
"exchangeRate": "1",
"balanceBefore": {
"amount": "6803773584905660377",
"balance": "6803773584905660377"
},
"balanceAfter": {
"amount": "6703815605906080377",
"balance": "6703815605906080377"
},
"feeEstimate": {
"totalFee": "42021000420000",
"networkFee": "42021000420000",
"ourFee": "42021000420000",
"theirFee": "0",
"feeCurrency": "MATIC_POLYGON",
"gasLimit": "21000",
"gasPrice": "2.002",
"fixedFeeDetails": {
"amount": "0",
"exchangeRate": "0"
},
"percentageFeeDetails": {
"amount": "0"
}
},
"blockchainNetwork": "Polygon Testnet Amoy"
}