POST

PATH

/withdraw/token

BODY

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

Last updated