Verify crypto withdrawal
https://api.localramp.co/v1/wallet/withdraw/fetch{
withdrawal_id: "hJi3OP"
}x-auth-token: <SECRET_KEY>{
status: "success",
message: "Withdrawal retrieved",
data: {
status: "Done",
amount: "100.0",
fee: "1.0",
total: "101.0",
txid: "0x58a8997a0f11156e261abe067ecb4ada12e614e442629ef7ffcc6dc",
currency: "usdt"
}
}Last updated