Create crypto withdrawal
Last updated
type RequestBody = {
network: string; // e.g. "POLYGON"
asset: string; // e.g. "USDC"
address: string; // destination crypto address
amount: number; // USD amount to withdraw
}{
"network": "POLYGON",
"asset": "USDC",
"address": "0x5b7ae3c6c87f4a3f94b35c77233b13191ebfad20",
"amount": 100
}