Withdraw
API Withdrawal structure:
{
"maker": "str",
"token": "str",
"amount": {"type": "int", "min": 0},
"salt": {"type": "int", "min": 0},
"receiver": "str",
"sign": {"type": "list", "min": 2,"max": 2, "item_schema": {"type": "str", "min": 0}},
"gas_fee": {"type": "GasFee", "fields": "gas_fee_schema"}
}Last updated