Create crypto deposit
Last updated
type RequestBody = {
network: string; // e.g. "POLYGON"
asset: string; // e.g. "USDC"
amount: number; // amount of crypto to send in native units
}{
"network": "POLYGON",
"asset": "USDC",
"amount": 100
}