Withdraw crypto
Withdraw USDT settlements from your wallet on Localramp.
https://api.localramp.co/v1/wallet/withdraw{
"currency": "USDT",
"address": "0xC637255611b0A70259722c35D419077Da4cACcfF",
"amount": "100",
"network": "bsc"
}x-auth-token: <SECRET_KEY>{
status: "success",
message: "Withdrawal processing",
data: { withdrawal_id: "uiu567H" }
}Last updated