Quick Overview:

Withdraw a Token

user_request_withdraw

Parameters:

args: {
    token: accountId,
    amount: "100",
    broker_id: "broker_id", //optional
}

Check User’s Pending Withdrawals

user_withdraw_pending

Parameters:

args: {
    user: accountId,
    token: accountId, 
}