POST

PATH

/withdraw/coin

BODY

{
  network: string;
  address: string;
  amount: string;
}

Last updated